ContentHandler

   

DTDHandler

The DTDHandler interface defines events for a minimalist processing of DTD. The two events are as follows :

  • void notationDecl(String name , String publicId,String systemId) ”Notation declaration

  • void unparsedEntityDecl(String name,String publicId,String systemId, String notationName) ”Unparsed entity declaration

Tip

For more comprehensive information on the DTD, turn to the DeclHandler interface in the org.xml.sax.ext package. However, this is a SAX2 extension and not every parser recognizes it.


   


Applied XML Solutions
Applied XML Solutions
ISBN: 0672320541
EAN: 2147483647
Year: 1999
Pages: 142

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net