Uses of Interface
org.xml.sax.DTDHandler

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

Uses of DTDHandler in org.apache.xmlrpc
 

Classes in org.apache.xmlrpc that implement DTDHandler
 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 DTDHandler in org.apache.xmlrpc.applet
 

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

Uses of DTDHandler in org.xml.sax
 

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

Methods in org.xml.sax with parameters of type DTDHandler
 void Parser.setDTDHandler(DTDHandler handler)
          Allow an application to register a DTD event handler.
 

Uses of DTDHandler in uk.co.wilson.xml
 

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



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