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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/extensions/
H A DExpressionContext.java92 public com.sun.org.apache.xpath.internal.XPathContext getXPathContext() method in interface:ExpressionContext
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DDTMXRTreeFrag.java50 final XPathContext getXPathContext(){return m_xctxt;} method in class:DTMXRTreeFrag
H A DXRTreeFrag.java85 if (m_DTMXRTreeFrag.getXPathContext() != null)
86 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())));
231 return new RTFIterator(m_dtmRoot, m_DTMXRTreeFrag.getXPathContext().getDTMManager());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathAPIHolder.java48 cx.getXPathContext().reset();
H A DCachedXPathFuncHereAPI.java106 this._dtmManager = previouslyUsed.getXPathContext().getDTMManager();
107 this._context=previouslyUsed.getXPathContext();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHereContext.java117 super.m_dtmManager = previouslyUsed.getXPathContext().getDTMManager();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java107 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
188 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
268 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
372 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
472 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
537 xctxt = ((XPathContext.XPathExpressionContext) myContext).getXPathContext();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DFilterExprWalker.java134 m_lpi.getXPathContext(), m_lpi.getPrefixResolver(),
174 if (!executePredicates(n, m_lpi.getXPathContext()))
H A DOneStepIterator.java203 XPathContext xctxt = getXPathContext();
265 XPathContext xctxt = getXPathContext();
H A DUnionChildIterator.java117 XPathContext xctxt = getXPathContext();
H A DAxesWalker.java221 XPathContext xctxt = wi().getXPathContext();
487 return wi().getXPathContext().getDTM(node);
H A DPredicatedNodeTest.java443 DTM dtm = m_lpi.getXPathContext().getDTM(n);
466 XPathContext xctxt = m_lpi.getXPathContext();
H A DLocPathIterator.java836 public final XPathContext getXPathContext() method in class:LocPathIterator
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DCachedXPathAPI.java104 public XPathContext getXPathContext() method in class:CachedXPathAPI
H A DXPathContext.java1068 public XPathContext getXPathContext() method in class:XPathContext.XPathExpressionContext

Completed in 52 milliseconds