All Classes and Interfaces
Class
Description
Abstract base class for the plugins Mojo's.
An XML indentation check over a set of files.
An extension of
FileSet
that adds FormatFileSet.getEncoding()
and FormatFileSet.getIndentSize()
fields.A
DefaultHandler
implementation that detects formatting violations and reports them to the supplied
XmlFormatViolationHandler
.An entry that can be stored on a stack
An indent occurrence within a file characterized by
IndentCheckSaxHandler.Indent.lineNumber
and IndentCheckSaxHandler.Indent.size
.An instance of this class is used to specify an output property.
An implementation of
EntityResolver
, URIResolver
, and LSResourceResolver
, based
on the Apache catalog resolver.An instance of this class is used to specify a set of files, which are transformed by a common XSLT stylesheet.
The TransformMojo is used for transforming a set of files using a common stylesheet.
The ValidatorMojo's task is the validation of XML files against a given schema.
An instance of this class is used to specify a set of files, which are validated against a common schema.
A violation of a prescribed XML formatting.
An interface for reporting
XmlFormatViolation
s.