Home
last modified time | relevance | path

Searched refs:m_NSInfoUnProcWithoutXMLNS (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java582 protected static final NSInfo m_NSInfoUnProcWithoutXMLNS = new NSInfo(false, field in DOMHelper
739 ? m_NSInfoUnProcWithXMLNS : m_NSInfoUnProcWithoutXMLNS; in getNamespaceOfNode()
776 if (candidateInfo == m_NSInfoUnProcWithoutXMLNS) in getNamespaceOfNode()