Searched defs:XPathContext (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java19 * $Id: XPathContext.java 524809 2007-04-02 15:51:51Z zongaro $
63 public class XPathContext extends DTMManager // implements ExpressionContext class in inherits:DTMManager
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() { method in class:XPathContext
314 * Create an XPathContext instance.
319 public XPathContext(boolea method in class:XPathContext
335 public XPathContext(Object owner) method in class:XPathContext
348 public XPathContext(Object owner, boolean recursiveVarContext) { method in class:XPathContext
[all...]

Completed in 63 milliseconds