Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExpressionContext.java40 public Node getContextNode(); in getContextNode() method
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariableSafeAbsRef.java63 int context = xctxt.getContextNode(); in execute()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncCurrent.java69 currentNode = xctxt.getContextNode(); in execute()
DFuncPosition.java95 int currentNode = xctxt.getContextNode(); in getPositionInContextNodeList()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java1029 public final int getContextNode() in getContextNode() method in XPathContext
1098 public org.w3c.dom.Node getContextNode() in getContextNode() method in XPathContext.XPathExpressionContext