public interface XPathParser
Modifier and Type | Method and Description |
---|---|
XmlSelector |
parseXPath(String xpath)
This method parses the given
xpath expression. |
XmlSelector parseXPath(String xpath) throws XmlParseException
xpath
expression.xpath
- is the XPath expression as string.xpath
expression.XmlParseException
- if the given xpath
expression is illegal.Copyright © 2001–2016 mmm-Team. All rights reserved.