org.apache.axis.utils

Class XMLUtils.ParserErrorHandler

Enclosing Class:
XMLUtils
Implemented Interfaces:
ErrorHandler

public static class XMLUtils.ParserErrorHandler
extends java.lang.Object
implements ErrorHandler

Field Summary

protected static Log
log

Method Summary

void
error(SAXParseException spe)
void
fatalError(SAXParseException spe)
void
warning(SAXParseException spe)

Field Details

log

protected static Log log

Method Details

error

public void error(SAXParseException spe)
            throws SAXException

fatalError

public void fatalError(SAXParseException spe)
            throws SAXException

warning

public void warning(SAXParseException spe)
            throws SAXException

Copyright © 2005 Apache Web Services Project. All Rights Reserved.