Uses of Interface
org.xml.sax.ErrorHandler

Packages that use ErrorHandler
org.apache.xmlrpc   
org.apache.xmlrpc.applet   
org.xml.sax   
uk.co.wilson.xml   
 

Uses of ErrorHandler in org.apache.xmlrpc
 

Classes in org.apache.xmlrpc that implement ErrorHandler
 class XmlRpc
          This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format.
 class XmlRpcClientResponseProcessor
          Process an XML-RPC server response from a byte array or an InputStream into an Object.
 class XmlRpcRequestProcessor
          Process an InputStream and produce an XmlRpcServerRequest.
 

Uses of ErrorHandler in org.apache.xmlrpc.applet
 

Classes in org.apache.xmlrpc.applet that implement ErrorHandler
(package private)  class XmlRpcSupport
          FIXME: Leverage the XmlRpc class.
 

Uses of ErrorHandler in org.xml.sax
 

Classes in org.xml.sax that implement ErrorHandler
 class HandlerBase
          Default base class for handlers.
 

Methods in org.xml.sax with parameters of type ErrorHandler
 void Parser.setErrorHandler(ErrorHandler handler)
          Allow an application to register an error event handler.
 

Uses of ErrorHandler in uk.co.wilson.xml
 

Classes in uk.co.wilson.xml that implement ErrorHandler
 class MinML
           
 

Methods in uk.co.wilson.xml with parameters of type ErrorHandler
 void MinML.setErrorHandler(ErrorHandler handler)
           
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.