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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNSInfo.java46 m_hasProcessedNS = hasProcessedNS;
69 m_hasProcessedNS = hasProcessedNS;
86 m_hasProcessedNS = true;
99 public boolean m_hasProcessedNS; field in class:NSInfo
H A DDOMHelper.java629 hasProcessedNS = (nsInfo == null) ? false : nsInfo.m_hasProcessedNS;

Completed in 31 milliseconds