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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java568 Hashtable m_NSInfos = new Hashtable(); field in class:DOMHelper
570 /** Object to put into the m_NSInfos table that tells that a node has not been
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 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
626 Object nsObj = m_NSInfos.get(n); // return value
736 m_NSInfos.put(parent, nsInfo);
754 Object nsObj = m_NSInfos
[all...]

Completed in 3327 milliseconds