Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.XPathEvaluationException
-
Packages that use XPathEvaluationException Package Description net.sourceforge.pmd.util.fxdesigner.model -
-
Uses of XPathEvaluationException in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that throw XPathEvaluationException Modifier and Type Method Description static List<net.sourceforge.pmd.lang.ast.Node>
XPathEvaluator. evaluateQuery(net.sourceforge.pmd.lang.ast.Node compilationUnit, net.sourceforge.pmd.lang.rule.xpath.XPathVersion xpathVersion, String xpathQuery, Map<String,String> propertyValues, List<PropertyDescriptorSpec> properties)
Evaluates an XPath query on the compilation unit.
-