Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java381 m_contextNodeLists.removeAllElements(); in reset()
668 private Stack m_contextNodeLists = new Stack(); field in XPathContext
670 public Stack getContextNodeListsStack() { return m_contextNodeLists; } in getContextNodeListsStack()
671 public void setContextNodeListsStack(Stack s) { m_contextNodeLists = s; } in setContextNodeListsStack()
682 if (m_contextNodeLists.size() > 0) in getContextNodeList()
683 return (DTMIterator) m_contextNodeLists.peek(); in getContextNodeList()
697 m_contextNodeLists.push(nl); in pushContextNodeList()
706 if(m_contextNodeLists.isEmpty()) in popContextNodeList()
709 m_contextNodeLists.pop(); in popContextNodeList()