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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCounter.java32 * This class stores a cache of counted nodes (m_countNodes).
41 * Set the maximum ammount the m_countNodes list can
47 * The start count from where m_countNodes counts
49 * in the m_countNodes vector is node position +
57 NodeSetDTM m_countNodes; field in class:Counter
62 * found in the m_countNodes vector.
88 m_countNodes = countNodes;
116 int n = m_countNodes.size();
122 int countedNode = m_countNodes.elementAt(i);
153 int size = m_countNodes
[all...]

Completed in 99 milliseconds