Uses of Class
org.xml.sax.SAXParseException

Packages that use SAXParseException
org.xml.sax.helpers   
 

Uses of SAXParseException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers with parameters of type SAXParseException
 void DefaultHandler.warning(SAXParseException e)
          Receive notification of a parser warning.
 void DefaultHandler.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void DefaultHandler.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.