public class SaxParserDTD
extends java.lang.Object
implements org.xml.sax.DTDHandler
SaxParserDTD
class imports or exports a given keyset or all to xml.Constructor and Description |
---|
SaxParserDTD()
The constructor
SaxParserDTD creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
notationDecl(java.lang.String name,
java.lang.String publicid,
java.lang.String systemid)
The method
notationDecl gives a pattern xml listing. |
void |
unparsedEntityDecl(java.lang.String name,
java.lang.String publicid,
java.lang.String systemid,
java.lang.String notationname)
The method
getXMLListing (see documentation of sax parser). |
public SaxParserDTD()
SaxParserDTD
creates a new instance(object) of the class.public void unparsedEntityDecl(java.lang.String name, java.lang.String publicid, java.lang.String systemid, java.lang.String notationname)
getXMLListing
(see documentation of sax parser).unparsedEntityDecl
in interface org.xml.sax.DTDHandler
name
- (see documentation of sax parser).publicid
- (see documentation of sax parser).systemid
- (see documentation of sax parser).notationname
- (see documentation of sax parser).public void notationDecl(java.lang.String name, java.lang.String publicid, java.lang.String systemid)
notationDecl
gives a pattern xml listing.notationDecl
in interface org.xml.sax.DTDHandler
name
- (see documentation of sax parser).publicid
- (see documentation of sax parser).systemid
- (see documentation of sax parser).