Searched refs:getCurrentNode (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java43 public Node getCurrentNode(); method in interface:ContextNodeList
H A DChildIterator.java71 int current = xctxt.getCurrentNode();
H A DSelfIteratorNoPredicate.java113 return xctxt.getCurrentNode();
H A DLocPathIterator.java214 iter.setRoot(xctxt.getCurrentNode(), xctxt);
240 int current = xctxt.getCurrentNode();
300 int current = xctxt.getCurrentNode();
784 public int getCurrentNode() method in class:LocPathIterator
H A DNodeSequence.java429 * @see DTMIterator#getCurrentNode()
431 public int getCurrentNode() method in class:NodeSequence
445 return m_iter.getCurrentNode();
H A DAxesWalker.java252 public final int getCurrentNode() method in class:AxesWalker
H A DDescendantIterator.java302 int current = xctxt.getCurrentNode();
H A DUnionPathIterator.java400 int node = m_iterators[i].getCurrentNode();
/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DTreeWalker.java116 public Node getCurrentNode(); method in interface:TreeWalker
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFunctionDef1Arg.java58 ? xctxt.getCurrentNode() : m_arg0.asNode(xctxt);
88 int currentNode = xctxt.getCurrentNode();
121 int currentNode = xctxt.getCurrentNode();
H A DFuncCount.java49 // DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode());
60 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode());
H A DFuncUnparsedEntityURI.java49 int context = xctxt.getCurrentNode();
H A DFuncLang.java50 int parent = xctxt.getCurrentNode();
H A DFuncSum.java51 DTMIterator nodes = m_arg0.asIterator(xctxt, xctxt.getCurrentNode());
H A DFuncPosition.java78 int n = cnl.getCurrentNode();
H A DFuncId.java111 int context = xctxt.getCurrentNode();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java211 public int getCurrentNode(); method in interface:DTMIterator
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DContextMatchStepPattern.java66 if (xctxt.getIteratorRoot() == xctxt.getCurrentNode())
93 int context = xctxt.getCurrentNode();
98 int predContext = xctxt.getCurrentNode();
H A DFunctionPattern.java194 int context = xctxt.getCurrentNode();
H A DStepPattern.java365 return execute(xctxt, xctxt.getCurrentNode());
530 int context = xctxt.getCurrentNode();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java86 int currentNode = xctxt.getCurrentNode();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java724 public final int getCurrentNode() method in class:XPathContext
1021 return this.getCurrentNode();
1090 int context = getCurrentNode();
H A DNodeSetDTM.java1143 public int getCurrentNode() method in class:NodeSetDTM
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DTreeWalkerImpl.java97 public Node getCurrentNode() { method in class:TreeWalkerImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMBuilder.java132 public Node getCurrentNode() method in class:DOMBuilder

Completed in 1725 milliseconds

12