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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNSInfo.java38 * @param hasProcessedNS Flag indicating whether namespaces
43 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs) argument
46 m_hasProcessedNS = hasProcessedNS;
58 * @param hasProcessedNS Flag indicating whether namespaces
65 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs, argument
69 m_hasProcessedNS = hasProcessedNS;
H A DDOMHelper.java620 boolean hasProcessedNS;
629 hasProcessedNS = (nsInfo == null) ? false : nsInfo.m_hasProcessedNS;
633 hasProcessedNS = false;
637 if (hasProcessedNS)

Completed in 31 milliseconds