org.apache.log4j.xml.examples

Class ReportParserError

Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ReportParserError
extends Object
implements org.xml.sax.ErrorHandler

This class is needed for validating a log4j.dtd derived XML file.
Author:
Joe Kesselman
Since:
0.8.3

Method Summary

void
error(org.xml.sax.SAXParseException e)
void
fatalError(org.xml.sax.SAXParseException e)
void
warning(org.xml.sax.SAXParseException e)

Method Details

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.