Package org.codehaus.mojo.xml.format
-
Interface Summary Interface Description XmlFormatViolationHandler An interface for reportingXmlFormatViolation
s. -
Class Summary Class Description FormatFileSet An extension ofFileSet
that addsFormatFileSet.getEncoding()
andFormatFileSet.getIndentSize()
fields.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
.XmlFormatViolation A violation of a prescribed XML formatting.