Package net.sourceforge.pmd.lang.xml
Class XmlHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.xml.XmlHandler
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.LanguageVersionHandler
public class XmlHandler extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
Implementation of LanguageVersionHandler for the XML.
-
-
Constructor Summary
Constructors Constructor Description XmlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sourceforge.pmd.lang.ParserOptions
getDefaultParserOptions()
net.sourceforge.pmd.lang.VisitorStarter
getDumpFacade(Writer writer, String prefix, boolean recurse)
Deprecated.net.sourceforge.pmd.lang.Parser
getParser(net.sourceforge.pmd.lang.ParserOptions parserOptions)
net.sourceforge.pmd.lang.rule.RuleViolationFactory
getRuleViolationFactory()
net.sourceforge.pmd.lang.XPathHandler
getXPathHandler()
-
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
getDataFlowFacade, getDataFlowHandler, getDesignerBindings, getDFAGraphRule, getLanguageMetricsProvider, getMultifileFacade, getQualifiedNameResolutionFacade, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade
-
-
-
-
Method Detail
-
getXPathHandler
public net.sourceforge.pmd.lang.XPathHandler getXPathHandler()
- Specified by:
getXPathHandler
in interfacenet.sourceforge.pmd.lang.LanguageVersionHandler
- Overrides:
getXPathHandler
in classnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
getRuleViolationFactory
public net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()
-
getDefaultParserOptions
public net.sourceforge.pmd.lang.ParserOptions getDefaultParserOptions()
- Specified by:
getDefaultParserOptions
in interfacenet.sourceforge.pmd.lang.LanguageVersionHandler
- Overrides:
getDefaultParserOptions
in classnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
getParser
public net.sourceforge.pmd.lang.Parser getParser(net.sourceforge.pmd.lang.ParserOptions parserOptions)
-
getDumpFacade
@Deprecated public net.sourceforge.pmd.lang.VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
Deprecated.- Specified by:
getDumpFacade
in interfacenet.sourceforge.pmd.lang.LanguageVersionHandler
- Overrides:
getDumpFacade
in classnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
-