Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

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.
 


XML API 1.0

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

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.