API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax. DTDHandler View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 DTDHandler
Subinterfaces
Description
public interface DTDHandler
  Receive notification of basic DTD-related events.
Methods
Hide/Show inherited methods
public void notationDecl (String name, String publicId, String systemId) throws SAXException
  Receive notification of a notation declaration event.
public void unparsedEntityDecl (String name, String publicId, String systemId, String notationName) throws SAXException
  Receive notification of an unparsed entity declaration event.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar