Home
last modified time | relevance | path

Searched refs:m_newFound (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DCountersTable.java88 transient private NodeSetDTM m_newFound; field in CountersTable
157 if (m_newFound == null) in countNode()
158 m_newFound = new NodeSetDTM(support.getDTMManager()); in countNode()
181 appendBtoFList(counter.m_countNodes, m_newFound); in countNode()
183 m_newFound.removeAllElements(); in countNode()
190 m_newFound.addElement(target); in countNode()
201 appendBtoFList(counter.m_countNodes, m_newFound); in countNode()
202 m_newFound.removeAllElements(); in countNode()