Uses of Interface
org.codehaus.mojo.xml.format.XmlFormatViolationHandler
Packages that use XmlFormatViolationHandler
-
Uses of XmlFormatViolationHandler in org.codehaus.mojo.xml
Classes in org.codehaus.mojo.xml that implement XmlFormatViolationHandlerMethods in org.codehaus.mojo.xml with parameters of type XmlFormatViolationHandlerModifier and TypeMethodDescriptionprivate void
CheckFormatMojo.check
(File file, 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 XmlFormatViolationHandlerModifier and TypeFieldDescriptionprivate final XmlFormatViolationHandler
IndentCheckSaxHandler.violationHandler
TheXmlFormatViolationHandler
for reporting found violationsConstructors in org.codehaus.mojo.xml.format with parameters of type XmlFormatViolationHandlerModifierConstructorDescriptionIndentCheckSaxHandler
(File file, int indentSize, XmlFormatViolationHandler violationHandler)