Package | Description |
---|---|
org.codehaus.mojo.xml | |
org.codehaus.mojo.xml.format |
Modifier and Type | Class and Description |
---|---|
private class |
CheckFormatMojo.ViolationCollector |
Modifier and Type | Method and Description |
---|---|
private void |
CheckFormatMojo.check(java.io.File file,
java.lang.String encoding,
XmlFormatViolationHandler violationHandler)
Checks the formatting of the given
file . |
Modifier and Type | Field and Description |
---|---|
private XmlFormatViolationHandler |
IndentCheckSaxHandler.violationHandler
The
XmlFormatViolationHandler for reporting found violations |
Constructor and Description |
---|
IndentCheckSaxHandler(java.io.File file,
int indentSize,
XmlFormatViolationHandler violationHandler) |