HomeSort by relevance Sort by last modified time
    Searched defs:m_contextNodeLists (Results 1 - 2 of 2) 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 

Completed in 31 milliseconds