Home | History | Annotate | Download | only in xpath

Lines Matching defs:xpath

21 package org.apache.xpath;
28 * Factory class for creating an XPath. Implementors of XPath derivatives
36 * Create an XPath.
38 * @param exprString The XPath expression string.
43 * @param type One of {@link org.apache.xpath.XPath#SELECT} or
44 * {@link org.apache.xpath.XPath#MATCH}.
46 * @return an XPath ready for execution.
48 XPath create(String exprString, SourceLocator locator,