Interface | Description |
---|---|
XmlFormatViolationHandler |
An interface for reporting
XmlFormatViolation s. |
Class | Description |
---|---|
FormatFileSet |
An extension of
FileSet that adds FormatFileSet.getEncoding() and FormatFileSet.getIndentSize() fields. |
IndentCheckSaxHandler |
A
DefaultHandler implementation that detects formatting violations and reports them to the supplied
XmlFormatViolationHandler . |
IndentCheckSaxHandler.ElementEntry |
An entry that can be stored on a stack
|
IndentCheckSaxHandler.Indent |
An indent occurrence within a file characterized by
IndentCheckSaxHandler.Indent.lineNumber and IndentCheckSaxHandler.Indent.size . |
XmlFormatViolation |
A violation of a prescribed XML formatting.
|