Home | History | Annotate | Download | only in objects

Lines Matching defs:xpath

21 package org.apache.xpath.objects;
29 import org.apache.xpath.Expression;
30 import org.apache.xpath.ExpressionOwner;
31 import org.apache.xpath.NodeSetDTM;
32 import org.apache.xpath.XPathContext;
33 import org.apache.xpath.XPathException;
34 import org.apache.xpath.XPathVisitor;
35 import org.apache.xpath.res.XPATHErrorResources;
42 * This class represents an XPath object, and is capable of
44 * This class acts as the base class to other XPath type objects,
81 * @param xctxt The XPath execution context.
174 * @param xctxt The XPath context.
318 * @param support XPath context to use for the conversion
343 * @param support XPath context to use for the conversion
483 * @param support XPath context to use for the conversion
736 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)