Uses of Interface
net.sourceforge.pmd.lang.rule.xpath.impl.XPathHandler
-
Packages that use XPathHandler Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.rule.xpath.impl -
-
Uses of XPathHandler in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return XPathHandler Modifier and Type Method Description default XPathHandlerLanguageVersionHandler. getXPathHandler()Get the XPathHandler. -
Uses of XPathHandler in net.sourceforge.pmd.lang.rule.xpath.impl
Methods in net.sourceforge.pmd.lang.rule.xpath.impl that return XPathHandler Modifier and Type Method Description static XPathHandlerXPathHandler. getHandlerForFunctionDefs(XPathFunctionDefinition first, XPathFunctionDefinition... defs)Returns a default XPath handler.static XPathHandlerXPathHandler. noFunctionDefinitions()
-