Uses of Class
com.puppycrawl.tools.checkstyle.XmlLoader
Packages that use XmlLoader
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the Imports checks that are
bundled with the main distribution.
Contains the filters that are bundled with the main distribution.
-
Uses of XmlLoader in com.puppycrawl.tools.checkstyle
Subclasses of XmlLoader in com.puppycrawl.tools.checkstyleModifier and TypeClassDescriptionprivate final class
Implements the SAX document handler interfaces, so they do not appear in the public API of the ConfigurationLoader.final class
Loads a list of package names from a package name XML file. -
Uses of XmlLoader in com.puppycrawl.tools.checkstyle.checks.imports
Subclasses of XmlLoader in com.puppycrawl.tools.checkstyle.checks.importsModifier and TypeClassDescriptionfinal class
Responsible for loading the contents of an import control configuration file. -
Uses of XmlLoader in com.puppycrawl.tools.checkstyle.filters
Subclasses of XmlLoader in com.puppycrawl.tools.checkstyle.filtersModifier and TypeClassDescriptionfinal class
Loads a filter chain of suppressions.