public class XPathParser extends Object
.../node().../text().../@*.../@name.../*....../name......//*......//name...
In addition the non-abbreviated .../descendant::node()
construct can be used for cases where the descendant-or-self axis
used by the ...//node() construct is not appropriate.
| Constructor and Description |
|---|
XPathParser() |
XPathParser(String prefix,
String namespace) |
public Matcher parse(String xpath)
xpath - simple XPath expressionCopyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.