Package net.sourceforge.pmd.lang.xml.xsl
Class XslLanguageModule
java.lang.Object
net.sourceforge.pmd.lang.LanguageModuleBase
net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
net.sourceforge.pmd.lang.xml.xsl.XslLanguageModule
- All Implemented Interfaces:
Comparable<Language>,CpdCapableLanguage,Language,PmdCapableLanguage
Deprecated.
Since 7.13.0. Use @link{XslDialectModule} instead.
This language module is deprecated. XSL is now a dialect of XML.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.DialectLanguageMetadata, LanguageModuleBase.LanguageMetadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCpdLexer(LanguagePropertyBundle bundle) Deprecated.static XslLanguageModuleDeprecated.Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
createProcessorMethods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.sourceforge.pmd.lang.Language
getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getLatestVersion, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hasExtension, hasVersion, isDialectOf, newPropertyBundle
-
Constructor Details
-
XslLanguageModule
public XslLanguageModule()Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
createCpdLexer
Deprecated.
-