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 Modifier and Type Method Description net.sourceforge.pmd.lang.ParserOptions
getDefaultParserOptions()
net.sourceforge.pmd.lang.VisitorStarter
getDumpFacade(java.io.Writer writer, java.lang.String prefix, boolean recurse)
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()
-
-
-
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
public net.sourceforge.pmd.lang.VisitorStarter getDumpFacade(java.io.Writer writer, java.lang.String prefix, boolean recurse)
- Specified by:
getDumpFacade
in interfacenet.sourceforge.pmd.lang.LanguageVersionHandler
- Overrides:
getDumpFacade
in classnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
-