Home | History | Annotate | Download | only in xpath

Lines Matching refs:XPathContext

19  * $Id: XPathContext.java 524809 2007-04-02 15:51:51Z zongaro $
63 public class XPathContext extends DTMManager // implements ExpressionContext
98 * Though XPathContext context extends
106 * Return the DTMManager object. Though XPathContext context extends
218 // is empty, but that the XPathContext itself is going away. So do
305 * Create an XPathContext instance. This is equivalent to calling
306 * the {@link #XPathContext(boolean)} constructor with the value
309 public XPathContext() {
314 * Create an XPathContext instance.
319 public XPathContext(boolean recursiveVarContext) {
329 * Create an XPathContext instance. This is equivalent to calling the
330 * constructor {@link #XPathContext(java.lang.Object,boolean)} with the
335 public XPathContext(Object owner)
341 * Create an XPathContext instance.
348 public XPathContext(Object owner, boolean recursiveVarContext) {
447 /** The owner context of this XPathContext. In the case of XSLT, this will be a
452 /** The owner context of this XPathContext. In the case of XSLT, this will be a
1072 * Return the XPathContext associated with this XPathExpressionContext.
1076 * @return the XPathContext associated with this XPathExpressionContext.
1078 public XPathContext getXPathContext()
1080 return XPathContext.this;
1084 * Return the DTMManager object. Though XPathContext context extends
1121 return XPathContext
1162 return m_variableStacks.getVariableOrParam(XPathContext.this, qname);
1338 * to DTM and XPathContext objects.