Class XmlHandler

java.lang.Object
net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
net.sourceforge.pmd.lang.xml.XmlHandler
All Implemented Interfaces:
net.sourceforge.pmd.lang.LanguageVersionHandler

public class XmlHandler extends net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
Implementation of LanguageVersionHandler for the XML.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sourceforge.pmd.lang.ast.Parser
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.sourceforge.pmd.lang.LanguageVersionHandler

    getDesignerBindings, getExtraViolationSuppressors, getLanguageMetricsProvider, getViolationDecorator, getXPathHandler
  • Constructor Details

    • XmlHandler

      public XmlHandler()
  • Method Details

    • getParser

      public net.sourceforge.pmd.lang.ast.Parser getParser()