Home | History | Annotate | Download | only in xpath

Lines Matching refs:XPathContext

45  * instantiating a new XPathContext (and thus building a new DTMManager,
59 /** XPathContext, and thus the document model system (DTMs), persists through multiple
62 protected XPathContext xpathSupport;
65 * <p>Default constructor. Establishes its own {@link XPathContext}, and hence
75 // Create an XPathContext that doesn't support pushing and popping of
77 xpathSupport = new XPathContext(false);
81 * <p>This constructor shares its {@link XPathContext} with a pre-existing
104 public XPathContext getXPathContext()
275 // (Changed from: XPathContext xpathSupport = new XPathContext();
276 // because XPathContext is weak in a number of areas... perhaps
277 // XPathContext should be done away with.)
325 // (Changed from: XPathContext xpathSupport = new XPathContext();
326 // because XPathContext is weak in a number of areas... perhaps
327 // XPathContext should be done away with.)
331 // Create an XPathContext that doesn't support pushing and popping of
333 XPathContext xpathSupport = new XPathContext(false);