Home | History | Annotate | Download | only in utils

Lines Matching defs:m_NSInfos

573   Hashtable m_NSInfos = new Hashtable();
575 /** Object to put into the m_NSInfos table that tells that a node has not been
580 /** Object to put into the m_NSInfos table that tells that a node has not been
585 /** Object to put into the m_NSInfos table that tells that a node has not been
590 /** Object to put into the m_NSInfos table that tells that a node has been
595 /** Object to put into the m_NSInfos table that tells that a node has been
600 /** Object to put into the m_NSInfos table that tells that a node has been
631 Object nsObj = m_NSInfos.get(n); // return value
741 m_NSInfos.put(parent, nsInfo);
759 Object nsObj = m_NSInfos.get(parent); // return value
778 m_NSInfos.put(m_candidateNoAncestorXMLNS.elementAt(i),
783 m_NSInfos.put(m_candidateNoAncestorXMLNS.elementAt(i),
800 m_NSInfos.put(n, m_NSInfoNullWithXMLNS);
802 m_NSInfos.put(n, m_NSInfoNullWithoutXMLNS);
806 m_NSInfos.put(n, m_NSInfoNullNoAncestorXMLNS);
811 m_NSInfos.put(n, new NSInfo(namespaceOfPrefix, nHasXMLNS));