Uses of Interface
org.codehaus.mojo.xml.format.XmlFormatViolationHandler
-
Packages that use XmlFormatViolationHandler Package Description org.codehaus.mojo.xml org.codehaus.mojo.xml.format -
-
Uses of XmlFormatViolationHandler in org.codehaus.mojo.xml
Classes in org.codehaus.mojo.xml that implement XmlFormatViolationHandler Modifier and Type Class Description private class
CheckFormatMojo.ViolationCollector
Methods in org.codehaus.mojo.xml with parameters of type XmlFormatViolationHandler Modifier and Type Method Description private void
CheckFormatMojo. check(java.io.File file, java.lang.String encoding, XmlFormatViolationHandler violationHandler)
Checks the formatting of the givenfile
. -
Uses of XmlFormatViolationHandler in org.codehaus.mojo.xml.format
Fields in org.codehaus.mojo.xml.format declared as XmlFormatViolationHandler Modifier and Type Field Description private XmlFormatViolationHandler
IndentCheckSaxHandler. violationHandler
TheXmlFormatViolationHandler
for reporting found violationsConstructors in org.codehaus.mojo.xml.format with parameters of type XmlFormatViolationHandler Constructor Description IndentCheckSaxHandler(java.io.File file, int indentSize, XmlFormatViolationHandler violationHandler)
-