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