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

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncLast.java65 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
H A DFuncPosition.java62 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DOneStepIterator.java250 boolean isPredicateTest = (this == m_execContext.getSubContextList());
H A DLocPathIterator.java510 boolean isPredicateTest = (this == m_execContext.getSubContextList());
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java1002 public SubContextList getSubContextList() method in class:XPathContext

Completed in 137 milliseconds