Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DNSInfo.java41 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs) in NSInfo() argument
44 m_hasProcessedNS = hasProcessedNS; in NSInfo()
63 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs, in NSInfo() argument
67 m_hasProcessedNS = hasProcessedNS; in NSInfo()
DDOMHelper.java625 boolean hasProcessedNS; in getNamespaceOfNode()
634 hasProcessedNS = (nsInfo == null) ? false : nsInfo.m_hasProcessedNS; in getNamespaceOfNode()
638 hasProcessedNS = false; in getNamespaceOfNode()
642 if (hasProcessedNS) in getNamespaceOfNode()