net.sourceforge.pmd.lang.LanguageVersionHandler
public class XmlHandler
extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
Constructor | Description |
---|---|
XmlHandler() |
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() |
public net.sourceforge.pmd.lang.XPathHandler getXPathHandler()
getXPathHandler
in interface net.sourceforge.pmd.lang.LanguageVersionHandler
getXPathHandler
in class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
public net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()
public net.sourceforge.pmd.lang.ParserOptions getDefaultParserOptions()
getDefaultParserOptions
in interface net.sourceforge.pmd.lang.LanguageVersionHandler
getDefaultParserOptions
in class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
public net.sourceforge.pmd.lang.Parser getParser(net.sourceforge.pmd.lang.ParserOptions parserOptions)
public net.sourceforge.pmd.lang.VisitorStarter getDumpFacade(java.io.Writer writer, java.lang.String prefix, boolean recurse)
getDumpFacade
in interface net.sourceforge.pmd.lang.LanguageVersionHandler
getDumpFacade
in class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
Copyright © 2002–2018 PMD. All rights reserved.