API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.ext. DeclHandler View Source
Author(s)
David Megginson
Since
SAX 2.0 (extensions 1.0)
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 DeclHandler
Subinterfaces
Description
public interface DeclHandler
  SAX2 extension handler for DTD declaration events.
See also:   
Methods
Hide/Show inherited methods
public void attributeDecl (String eName, String aName, String type, String mode, String value) throws SAXException
  Report an attribute type declaration.
public void elementDecl (String name, String model) throws SAXException
  Report an element type declaration.
public void externalEntityDecl (String name, String publicId, String systemId) throws SAXException
  Report a parsed external entity declaration.
public void internalEntityDecl (String name, String value) throws SAXException
  Report an internal entity declaration.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar