Uses of Class
net.sourceforge.pmd.lang.rule.xpath.XPathVersion
-
Packages that use XPathVersion Package Description net.sourceforge.pmd.lang.rule.xpath -
-
Uses of XPathVersion in net.sourceforge.pmd.lang.rule.xpath
Fields in net.sourceforge.pmd.lang.rule.xpath declared as XPathVersion Modifier and Type Field Description static XPathVersion
XPathVersion. DEFAULT
The default XPath version for XPath queries.Methods in net.sourceforge.pmd.lang.rule.xpath that return XPathVersion Modifier and Type Method Description static XPathVersion
XPathVersion. ofId(String version)
Gets an XPath version from the string used to represent it in the XML.static XPathVersion
XPathVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static XPathVersion[]
XPathVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.pmd.lang.rule.xpath with parameters of type XPathVersion Constructor Description PmdXPathException(net.sf.saxon.trans.XPathException e, PmdXPathException.Phase phase, String expression, XPathVersion version)
XPathRule(XPathVersion version, String expression)
Make a new XPath rule with the given version + expression
-