Interface XPathExpression.XPathEvaluatorFactory
-
- Enclosing class:
- XPathExpression
public static interface XPathExpression.XPathEvaluatorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XPathExpression.XPathEvaluator
create(java.lang.String xpath)
-
-
-
Method Detail
-
create
XPathExpression.XPathEvaluator create(java.lang.String xpath)
-
-