org.odftoolkit.odfvalidator
Class ValidationMessageCollectorErrorFilter

java.lang.Object
  extended by org.odftoolkit.odfvalidator.ValidationMessageCollectorErrorFilter
All Implemented Interfaces:
SAXParseExceptionFilter

public class ValidationMessageCollectorErrorFilter
extends Object
implements SAXParseExceptionFilter


Constructor Summary
ValidationMessageCollectorErrorFilter()
          Creates a new instance of ValidationErrorFilter
 
Method Summary
 SAXParseException filterException(SAXParseException aExc)
           
 String getGenerator()
           
 HashSet<String> getMessages()
           
 void setGenerator(String aGenerator)
           
 void startPackage(String aGenerator)
           
 void startSubFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationMessageCollectorErrorFilter

public ValidationMessageCollectorErrorFilter()
                                      throws ODFValidatorException
Creates a new instance of ValidationErrorFilter

Throws:
ODFValidatorException
Method Detail

filterException

public SAXParseException filterException(SAXParseException aExc)
Specified by:
filterException in interface SAXParseExceptionFilter

startPackage

public void startPackage(String aGenerator)
Specified by:
startPackage in interface SAXParseExceptionFilter

setGenerator

public void setGenerator(String aGenerator)
Specified by:
setGenerator in interface SAXParseExceptionFilter

startSubFile

public void startSubFile()
Specified by:
startSubFile in interface SAXParseExceptionFilter

getGenerator

public String getGenerator()

getMessages

public HashSet<String> getMessages()


Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.