org.odftoolkit.odfvalidator
public class ValidationMessageCollectorErrorFilter extends Object implements SAXParseExceptionFilter
Constructor and Description |
---|
ValidationMessageCollectorErrorFilter()
Creates a new instance of ValidationErrorFilter
|
Modifier and Type | Method and Description |
---|---|
SAXParseException |
filterException(SAXParseException aExc) |
String |
getGenerator() |
HashSet<String> |
getMessages() |
void |
setGenerator(String aGenerator) |
void |
startPackage(String aGenerator) |
void |
startSubFile() |
public ValidationMessageCollectorErrorFilter() throws ODFValidatorException
ODFValidatorException
public SAXParseException filterException(SAXParseException aExc)
filterException
in interface SAXParseExceptionFilter
public void startPackage(String aGenerator)
startPackage
in interface SAXParseExceptionFilter
public void setGenerator(String aGenerator)
setGenerator
in interface SAXParseExceptionFilter
public void startSubFile()
startSubFile
in interface SAXParseExceptionFilter
public String getGenerator()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.