Searched refs:getXPathContext (Results 1 - 12 of 12) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/extensions/
H A DExpressionContext.java91 public com.sun.org.apache.xpath.internal.XPathContext getXPathContext() method in interface:ExpressionContext
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/
H A DDTMXRTreeFrag.java51 final XPathContext getXPathContext(){return m_xctxt;} method in class:DTMXRTreeFrag
H A DXRTreeFrag.java84 if (m_DTMXRTreeFrag.getXPathContext() != null)
85 return new com.sun.org.apache.xml.internal.dtm.ref.DTMNodeIterator((DTMIterator)(new com.sun.org.apache.xpath.internal.NodeSetDTM(m_dtmRoot, m_DTMXRTreeFrag.getXPathContext().getDTMManager())));
230 return new RTFIterator(m_dtmRoot, m_DTMXRTreeFrag.getXPathContext().getDTMManager());
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java106 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
187 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
267 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
371 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
471 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
536 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DFilterExprWalker.java133 m_lpi.getXPathContext(), m_lpi.getPrefixResolver(),
173 if (!executePredicates(n, m_lpi.getXPathContext()))
H A DOneStepIterator.java202 XPathContext xctxt = getXPathContext();
264 XPathContext xctxt = getXPathContext();
H A DUnionChildIterator.java116 XPathContext xctxt = getXPathContext();
H A DAxesWalker.java220 XPathContext xctxt = wi().getXPathContext();
486 return wi().getXPathContext().getDTM(node);
H A DPredicatedNodeTest.java442 DTM dtm = m_lpi.getXPathContext().getDTM(n);
465 XPathContext xctxt = m_lpi.getXPathContext();
H A DLocPathIterator.java835 public final XPathContext getXPathContext() method in class:LocPathIterator
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DCachedXPathAPI.java103 public XPathContext getXPathContext() method in class:CachedXPathAPI
H A DXPathContext.java1035 public XPathContext getXPathContext() method in class:XPathContext.XPathExpressionContext

Completed in 63 milliseconds