org.vizzini.util.xml
Class XMLUtilities.XMLErrorHandler

java.lang.Object
  extended by org.vizzini.util.xml.XMLUtilities.XMLErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
XMLUtilities

 class XMLUtilities.XMLErrorHandler
extends Object
implements ErrorHandler

Provides an error handler for parsing an XML string.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Constructor Summary
XMLUtilities.XMLErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
          Receive notification of a recoverable error.
 void fatalError(SAXParseException e)
          Receive notification of a non-recoverable error.
 void warning(SAXParseException e)
          Receive notification of a warning.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtilities.XMLErrorHandler

XMLUtilities.XMLErrorHandler()
Method Detail

error

public void error(SAXParseException e)
           throws SAXParseException
Receive notification of a recoverable error.

Specified by:
error in interface ErrorHandler
Parameters:
e - SAX parse exception to add.
Throws:
SAXParseException
Since:
v0.3

fatalError

public void fatalError(SAXParseException e)
                throws SAXParseException
Receive notification of a non-recoverable error.

Specified by:
fatalError in interface ErrorHandler
Parameters:
e - SAX parse exception to add.
Throws:
SAXParseException
Since:
v0.3

warning

public void warning(SAXParseException e)
             throws SAXParseException
Receive notification of a warning.

Specified by:
warning in interface ErrorHandler
Parameters:
e - SAX parse exception to add.
Throws:
SAXParseException
Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02