Uses of Interface
javax.xml.xpath.XPathExpression
| Package | Description |
|---|---|
| javax.xml.xpath | |
| org.apache.xpath.jaxp |
-
Uses of XPathExpression in javax.xml.xpath
Methods in javax.xml.xpath that return XPathExpression Modifier and Type Method Description XPathExpressionXPath. compile(String expression)Compile an XPath expression for later evaluation. -
Uses of XPathExpression in org.apache.xpath.jaxp
Classes in org.apache.xpath.jaxp that implement XPathExpression Modifier and Type Class Description classXPathExpressionImplThe XPathExpression interface encapsulates a (compiled) XPath expression.Methods in org.apache.xpath.jaxp that return XPathExpression Modifier and Type Method Description XPathExpressionXPathImpl. compile(String expression)Compile an XPath expression for later evaluation.