Package org.codehaus.mojo.xml.format
Interface XmlFormatViolationHandler
public interface XmlFormatViolationHandler
An interface for reporting
XmlFormatViolations.- Author:
- Peter Palaga
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(XmlFormatViolation violation) Called when anXmlFormatViolationis found.
-
Method Details
-
handle
Called when anXmlFormatViolationis found.- Parameters:
violation- the reported violation
-