Uses of Class
org.codehaus.mojo.xml.format.XmlFormatViolation
-
Packages that use XmlFormatViolation Package Description org.codehaus.mojo.xml org.codehaus.mojo.xml.format -
-
Uses of XmlFormatViolation in org.codehaus.mojo.xml
Fields in org.codehaus.mojo.xml with type parameters of type XmlFormatViolation Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<XmlFormatViolation>>
CheckFormatMojo.ViolationCollector. violations
Methods in org.codehaus.mojo.xml with parameters of type XmlFormatViolation Modifier and Type Method Description void
CheckFormatMojo.ViolationCollector. handle(XmlFormatViolation violation)
-
Uses of XmlFormatViolation in org.codehaus.mojo.xml.format
Methods in org.codehaus.mojo.xml.format with parameters of type XmlFormatViolation Modifier and Type Method Description void
XmlFormatViolationHandler. handle(XmlFormatViolation violation)
Called when anXmlFormatViolation
is found.
-