mx.bigdata.sat.common
Class ValidationErrorHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by mx.bigdata.sat.common.ValidationErrorHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public final class ValidationErrorHandler
extends DefaultHandler


Constructor Summary
ValidationErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
           
 List<SAXParseException> getErrors()
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationErrorHandler

public ValidationErrorHandler()
Method Detail

error

public void error(SAXParseException e)
Specified by:
error in interface ErrorHandler
Overrides:
error in class DefaultHandler

getErrors

public List<SAXParseException> getErrors()


Copyright © 2010-2013. All Rights Reserved.