OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_newFound
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java
88
transient private NodeSetDTM
m_newFound
;
155
// the backwards list (
m_newFound
) to the forwards list (counter.m_countNodes).
157
if (
m_newFound
== null)
158
m_newFound
= new NodeSetDTM(support.getDTMManager());
181
appendBtoFList(counter.m_countNodes,
m_newFound
);
183
m_newFound
.removeAllElements();
190
m_newFound
.addElement(target);
201
appendBtoFList(counter.m_countNodes,
m_newFound
);
202
m_newFound
.removeAllElements();
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 421 milliseconds