Uses of Interface
org.xml.sax.DTDHandler

Packages that use DTDHandler
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.helpers   
 

Uses of DTDHandler in org.xml.sax
 

Methods in org.xml.sax that return DTDHandler
 DTDHandler XMLReader.getDTDHandler()
          Return the current DTD handler.
 

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

Uses of DTDHandler in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement DTDHandler
 class DefaultHandler
          Default base class for SAX2 event handlers.
 



No warranty, no copyright, This is public domain. See the Copyright Notice for details.