Class XslDialectModule

  • All Implemented Interfaces:
    Comparable<net.sourceforge.pmd.lang.Language>, net.sourceforge.pmd.cpd.CpdCapableLanguage, net.sourceforge.pmd.lang.Language, net.sourceforge.pmd.lang.PmdCapableLanguage

    public class XslDialectModule
    extends net.sourceforge.pmd.lang.impl.SimpleDialectLanguageModuleBase
    Created by christoferdutz on 20.09.14.

    Since PMD 7.13.0 this is a dialect of XML. Before that, XSL was a language module on its own.

    Since:
    7.13.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase

        net.sourceforge.pmd.lang.LanguageModuleBase.DialectLanguageMetadata, net.sourceforge.pmd.lang.LanguageModuleBase.LanguageMetadata
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XslDialectModule getInstance()  
      • Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleDialectLanguageModuleBase

        createCpdLexer, createProcessor, newDialectPropertyBundle, newPropertyBundle
      • Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase

        compareTo, equals, getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
      • Methods inherited from interface net.sourceforge.pmd.lang.Language

        getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getLatestVersion, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hasExtension, hasVersion, isDialectOf
    • Constructor Detail

      • XslDialectModule

        public XslDialectModule()