Uses of Class
xmlparser.xpath.XPathExpression
| Package | Description |
|---|---|
| xmlparser | |
| xmlparser.xpath |
-
Uses of XPathExpression in xmlparser
Methods in xmlparser with parameters of type XPathExpression Modifier and Type Method Description <T> TXmlParser. fromXml(java.lang.String xml, XPathExpression xpath, java.lang.Class<T> clazz) -
Uses of XPathExpression in xmlparser.xpath
Methods in xmlparser.xpath that return XPathExpression Modifier and Type Method Description static XPathExpressionXPathExpression. newXPath(java.lang.String xpath)