Package org.codehaus.mojo.xml.format
Interface XmlFormatViolationHandler
-
public interface XmlFormatViolationHandler
An interface for reportingXmlFormatViolation
s.- Author:
- Peter Palaga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(XmlFormatViolation violation)
Called when anXmlFormatViolation
is found.
-
-
-
Method Detail
-
handle
void handle(XmlFormatViolation violation)
Called when anXmlFormatViolation
is found.- Parameters:
violation
- the reported violation
-
-