Searched refs:getContextNode (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/extensions/
H A DExpressionContext.java42 public Node getContextNode(); method in interface:ExpressionContext
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java52 Node contextNode = context.getContextNode();
98 Node contextNode = context.getContextNode();
151 Node contextNode = context.getContextNode();
209 Node contextNode = context.getContextNode();
H A DExsltDynamic.java477 return dynamicXPath.execute(xctxt, myContext.getContextNode(),
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DVariableSafeAbsRef.java65 int context = xctxt.getContextNode();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncCurrent.java71 currentNode = xctxt.getContextNode();
H A DFuncPosition.java97 int currentNode = xctxt.getContextNode();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java1019 public final int getContextNode() method in class:XPathContext
1088 public org.w3c.dom.Node getContextNode() method in class:XPathContext.XPathExpressionContext

Completed in 82 milliseconds