Uses of Class
eu.maveniverse.domtrip.XPathExpression
-
Packages that use XPathExpression Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of XPathExpression in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return XPathExpression Modifier and Type Method Description static XPathExpressionXPathExpression. compile(java.lang.String expression)Compiles an XPath expression string into a reusableXPathExpression.Methods in eu.maveniverse.domtrip with parameters of type XPathExpression Modifier and Type Method Description java.util.List<XmlChange>DiffResult. changesFor(XPathExpression xpath, Document doc)Returns changes affecting elements that match the given compiled XPath expression in the specified document.
-