org.apache.log4j.xml.examples
Class ReportParserError
- org.xml.sax.ErrorHandler
public class ReportParserError
implements org.xml.sax.ErrorHandler
This class is needed for validating a log4j.dtd derived XML file.
void | error(org.xml.sax.SAXParseException e)
|
void | fatalError(org.xml.sax.SAXParseException e)
|
void | warning(org.xml.sax.SAXParseException e)
|
error
public void error(org.xml.sax.SAXParseException e)
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
warning
public void warning(org.xml.sax.SAXParseException e)
Copyright 2000-2005 Apache Software Foundation.