Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncCurrent.java55 SubContextList subContextList = xctxt.getCurrentNodeList(); in execute() local
58 if (null != subContextList) { in execute()
59 if (subContextList instanceof PredicatedNodeTest) { in execute()
60 LocPathIterator iter = ((PredicatedNodeTest)subContextList) in execute()
63 } else if(subContextList instanceof StepPattern) { in execute()