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 default XPathHandlerXPathHandler. combine(XPathHandler other)Return a new XPath handler combining all available functions from this and another handler.static XPathHandlerXPathHandler. getHandlerForFunctionDefs(XPathFunctionDefinition first, XPathFunctionDefinition... defs)Returns a default XPath handler.static XPathHandlerXPathHandler. noFunctionDefinitions()Methods in net.sourceforge.pmd.lang.rule.xpath.impl with parameters of type XPathHandler Modifier and Type Method Description default XPathHandlerXPathHandler. combine(XPathHandler other)Return a new XPath handler combining all available functions from this and another handler.
-