Uses of Class
org.xml.sax.SAXParseException

Packages that use SAXParseException
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.dom4j.util A collection of utility classes for the dom4j API. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of SAXParseException in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type SAXParseException
 void SAXContentHandler.warning(SAXParseException exception)
          This method is called when a warning occurs during the parsing of the document.
 void SAXContentHandler.error(SAXParseException exception)
          This method is called when an error is detected during parsing such as a validation error.
 void SAXContentHandler.fatalError(SAXParseException exception)
          This method is called when a fatal error occurs during parsing.
 

Uses of SAXParseException in org.dom4j.util
 

Methods in org.dom4j.util with parameters of type SAXParseException
 void XMLErrorHandler.error(SAXParseException e)
           
 void XMLErrorHandler.fatalError(SAXParseException e)
           
 void XMLErrorHandler.warning(SAXParseException e)
           
protected  void XMLErrorHandler.addException(Element element, SAXParseException e)
          Adds the given parse exception information to the given element instance
 

Uses of SAXParseException in org.xml.sax
 

Methods in org.xml.sax with parameters of type SAXParseException
 void HandlerBase.warning(SAXParseException e)
          Deprecated. Receive notification of a parser warning.
 void HandlerBase.error(SAXParseException e)
          Deprecated. Receive notification of a recoverable parser error.
 void HandlerBase.fatalError(SAXParseException e)
          Deprecated. Report a fatal XML parsing error.
 void ErrorHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 void ErrorHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void ErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 

Uses of SAXParseException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers with parameters of type SAXParseException
 void XMLFilterImpl.warning(SAXParseException e)
          Filter a warning event.
 void XMLFilterImpl.error(SAXParseException e)
          Filter an error event.
 void XMLFilterImpl.fatalError(SAXParseException e)
          Filter a fatal error event.
 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 © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo