HomeSort by relevance Sort by last modified time
    Searched defs:m_countNodes (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
Counter.java 32 * 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;
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.size()
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 31 milliseconds