HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentNode (Results 26 - 50 of 50) sorted by null

12

  /libcore/luni/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 192 int context = xctxt.getCurrentNode();
StepPattern.java 363 return execute(xctxt, xctxt.getCurrentNode());
528 int context = xctxt.getCurrentNode();
NodeTest.java 673 return execute(xctxt, xctxt.getCurrentNode());
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 212 int currentNode = xctxt.getCurrentNode();
ElemCopyOf.java 130 int sourceNode = xctxt.getCurrentNode();
ElemElement.java 207 int sourceNode = xctxt.getCurrentNode();
ElemApplyTemplates.java 200 final int sourceNode = xctxt.getCurrentNode();
ElemForEach.java 329 final int sourceNode = xctxt.getCurrentNode();
ElemVariable.java 243 int sourceNode = transformer.getXPathContext().getCurrentNode();
FuncDocument.java 75 int context = xctxt.getCurrentNode();
ElemLiteralResult.java     [all...]
ElemNumber.java 560 int sourceNode = transformer.getXPathContext().getCurrentNode();
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
KeyTable.java 254 if (nodes.getCurrentNode() != node) {
NodeSorter.java 519 int current = ni.getCurrentNode();
TransformerImpl.java     [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
NodeSequence.java 420 * @see DTMIterator#getCurrentNode()
422 public int getCurrentNode()
436 return m_iter.getCurrentNode();
AxesWalker.java 250 public final int getCurrentNode()
DescendantIterator.java 299 int current = xctxt.getCurrentNode();
UnionPathIterator.java 398 int node = m_iterators[i].getCurrentNode();
  /libcore/luni/src/main/java/org/apache/xpath/
XPathContext.java 734 public final int getCurrentNode()
1031 return this.getCurrentNode();
1100 int context = getCurrentNode();
    [all...]
NodeSetDTM.java 1141 public int getCurrentNode()
    [all...]
NodeSet.java 756 public Node getCurrentNode()
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOMBuilder.java 134 public Node getCurrentNode()
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/jdiff/
xerces.jar 

Completed in 288 milliseconds

12