Uses of Interface
net.sourceforge.pmd.lang.rule.xpath.impl.XPathHandler
Packages that use XPathHandler
-
Uses of XPathHandler in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return XPathHandlerModifier and TypeMethodDescriptiondefault 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 XPathHandlerModifier and TypeMethodDescriptiondefault 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 XPathHandlerModifier and TypeMethodDescriptiondefault XPathHandlerXPathHandler.combine(XPathHandler other) Return a new XPath handler combining all available functions from this and another handler.