Searched refs:m_contextNodeLists (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java381 m_contextNodeLists.removeAllElements();
668 private Stack m_contextNodeLists = new Stack(); field in class:XPathContext
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();

Completed in 60 milliseconds