All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractXmlMojo Abstract base class for the plugins Mojo's.AbstractXmlMojo.CatalogHandling CheckFormatMojo An XML indentation check over a set of files.FormatFileSet An extension ofFileSet
that addsFormatFileSet.getEncoding()
andFormatFileSet.getIndentSize()
fields.HelpMojo Display help information on xml-maven-plugin.
Callmvn xml:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.IndentCheckSaxHandler ADefaultHandler
implementation that detects formatting violations and reports them to the suppliedXmlFormatViolationHandler
.IndentCheckSaxHandler.ElementEntry An entry that can be stored on a stackIndentCheckSaxHandler.Indent An indent occurrence within a file characterized byIndentCheckSaxHandler.Indent.lineNumber
andIndentCheckSaxHandler.Indent.size
.LSInputImpl Implementation ofLSInput
, for use by theResolver
.NameValuePair An instance of this class is used to specify an output property.Resolver An implementation ofEntityResolver
,URIResolver
, andLSResourceResolver
, based on the Apache catalog resolver.TransformationSet An instance of this class is used to specify a set of files, which are transformed by a common XSLT stylesheet.TransformMojo The TransformMojo is used for transforming a set of files using a common stylesheet.ValidateMojo The ValidatorMojo's task is the validation of XML files against a given schema.ValidationErrorHandler ValidationErrorHandler.ErrorType ValidationSet An instance of this class is used to specify a set of files, which are validated against a common schema.XmlFormatViolation A violation of a prescribed XML formatting.XmlFormatViolationHandler An interface for reportingXmlFormatViolation
s.