Uses of Class
com.sonar.sslr.xpath.api.AstNodeXPathQuery
-
Packages that use AstNodeXPathQuery Package Description com.sonar.sslr.xpath.api -
-
Uses of AstNodeXPathQuery in com.sonar.sslr.xpath.api
Methods in com.sonar.sslr.xpath.api that return AstNodeXPathQuery Modifier and Type Method Description static <E> AstNodeXPathQuery<E>AstNodeXPathQuery. create(String xpath)Creates a compiled XPath query, which can be evaluated multiple times on different AstNode.
-