Package | Description |
---|---|
javax.xml.xpath | |
org.apache.xpath.jaxp |
Modifier and Type | Method and Description |
---|---|
XPathExpression |
XPath.compile(java.lang.String expression)
Compile an XPath expression for later evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathExpressionImpl
The XPathExpression interface encapsulates a (compiled) XPath expression.
|
Modifier and Type | Method and Description |
---|---|
XPathExpression |
XPathImpl.compile(java.lang.String expression)
Compile an XPath expression for later evaluation.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.