Home | History | Annotate | Download | only in templates

Lines Matching refs:XPath

24 import org.apache.xpath.XPath;
25 import org.apache.xpath.XPathContext;
26 import org.apache.xpath.XPathFactory;
27 import org.apache.xpath.compiler.XPathParser;
28 import org.apache.xpath.objects.XObject;
39 * The XPath object contained in this part.
42 private XPath m_xpath;
73 * @param xpath Xpath section of AVT
75 public AVTPartXPath(XPath xpath)
77 m_xpath = xpath;
85 * Namespace Name (URI) for any Namespace prefix used in the XPath.
86 * Usually this is based on the context where the XPath was specified,
88 * @param xpathProcessor XPath parser
89 * @param factory XPath factory
92 * variables, error handler and so on, so the transformation/XPath
104 m_xpath = new XPath(val, null, nsNode, XPath.SELECT, liaison.getErrorListener());
122 * error handler and so on, so the transformation/XPath object itself