Uses of Class
org.codehaus.mojo.xml.format.XmlFormatViolation
Packages that use XmlFormatViolation
-
Uses of XmlFormatViolation in org.codehaus.mojo.xml
Fields in org.codehaus.mojo.xml with type parameters of type XmlFormatViolationModifier and TypeFieldDescriptionprivate final Map<String, List<XmlFormatViolation>> CheckFormatMojo.ViolationCollector.violationsMethods in org.codehaus.mojo.xml with parameters of type XmlFormatViolationModifier and TypeMethodDescriptionvoidCheckFormatMojo.ViolationCollector.handle(XmlFormatViolation violation) -
Uses of XmlFormatViolation in org.codehaus.mojo.xml.format
Methods in org.codehaus.mojo.xml.format with parameters of type XmlFormatViolationModifier and TypeMethodDescriptionvoidXmlFormatViolationHandler.handle(XmlFormatViolation violation) Called when anXmlFormatViolationis found.