Home | History | Annotate | Download | only in transformer

Lines Matching defs:xPath

85 import org.apache.xpath.Arg;
86 import org.apache.xpath.ExtensionsProvider;
87 import org.apache.xpath.VariableStack;
88 import org.apache.xpath.XPathContext;
89 import org.apache.xpath.functions.FuncExtFunction;
90 import org.apache.xpath.objects.XObject;
342 XPathContext xPath = new XPathContext(this);
343 xPath.setIncremental(m_incremental);
344 xPath.getDTMManager().setIncremental(m_incremental);
345 xPath.setSource_location(m_source_location);
346 xPath.getDTMManager().setSource_location(m_source_location);
349 xPath.setSecureProcessing(true);
351 setXPathContext(xPath);
393 //== Implementation of the XPath ExtensionsProvider interface.
1225 DTMIterator dtmIter = new org.apache.xpath.axes.SelfIteratorNoPredicate();
2065 DTMIterator cnl = new org.apache.xpath.NodeSetDTM(child, m_xcontext.getDTMManager());
2618 * Set the execution context for XPath.
2630 * Get the XPath context associated with this transformer.