ca.intelliware.amakihi.util.xml
Class DocumentFactory.ValidationErrorHandler

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.xml.DocumentFactory.ValidationErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler
Enclosing class:
DocumentFactory

public class DocumentFactory.ValidationErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler


Constructor Summary
DocumentFactory.ValidationErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException arg0)
           
 void fatalError(org.xml.sax.SAXParseException arg0)
           
 void warning(org.xml.sax.SAXParseException arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFactory.ValidationErrorHandler

public DocumentFactory.ValidationErrorHandler()
Method Detail

error

public void error(org.xml.sax.SAXParseException arg0)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.error(SAXParseException)

fatalError

public void fatalError(org.xml.sax.SAXParseException arg0)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.fatalError(SAXParseException)

warning

public void warning(org.xml.sax.SAXParseException arg0)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.warning(SAXParseException)


Copyright 2002 Intelliware Development. All Rights Reserved.