OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_contextNodeLists
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java
381
m_contextNodeLists
.removeAllElements();
668
private Stack
m_contextNodeLists
= new Stack();
670
public Stack getContextNodeListsStack() { return
m_contextNodeLists
; }
671
public void setContextNodeListsStack(Stack s) {
m_contextNodeLists
= s; }
682
if (
m_contextNodeLists
.size() > 0)
683
return (DTMIterator)
m_contextNodeLists
.peek();
697
m_contextNodeLists
.push(nl);
706
if(
m_contextNodeLists
.isEmpty())
709
m_contextNodeLists
.pop();
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 1051 milliseconds