public interface StructuredInput
Modifier and Type | Method and Description |
---|---|
StructuredNode |
getNode(String xpath)
Returns the node denoted by the given xpath expression
|
StructuredNode getNode(String xpath) throws XPathExpressionException
xpath
- the xpath used to query the nodeXPathExpressionException
- if an invalid xpath was givenCopyright © 2018. All rights reserved.