Searched defs:m_contextIndexes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java110 transient protected IntStack m_contextIndexes; field in class:SAX2DTM
266 m_contextIndexes = new IntStack(4);
275 m_contextIndexes = new IntStack();
1489 int prefixIndex = m_contextIndexes.peek() - 1 ;
1710 m_contextIndexes.push(m_prefixMappings.size()); // for the next element.
1737 m_contextIndexes = null;
1792 int index = m_contextIndexes.peek() - 1;
1820 int startDecls = m_contextIndexes.peek();
1902 int startDecls = m_contextIndexes.peek();
2007 m_contextIndexes
[all...]

Completed in 272 milliseconds