Class IndentCheckSaxHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.codehaus.mojo.xml.format.IndentCheckSaxHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class IndentCheckSaxHandler extends DefaultHandler
A DefaultHandler implementation that detects formatting violations and reports them to the supplied XmlFormatViolationHandler.
Author:
Peter Palaga