Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:m_contextIndexes

108   transient protected IntStack m_contextIndexes;
264 m_contextIndexes = new IntStack(4);
273 m_contextIndexes = new IntStack();
1479 int prefixIndex = m_contextIndexes.peek() - 1 ;
1700 m_contextIndexes.push(m_prefixMappings.size()); // for the next element.
1727 m_contextIndexes = null;
1782 int index = m_contextIndexes.peek() - 1;
1810 int startDecls = m_contextIndexes.peek();
1892 int startDecls = m_contextIndexes.peek();
1997 m_contextIndexes.push(m_prefixMappings.size()); // for the children.
2031 m_contextIndexes.quickPop(1);
2034 int topContextIndex = m_contextIndexes.peek();