Package edu.ucsb.nceas.metacat
Class DBDTDHandler
java.lang.Object
edu.ucsb.nceas.metacat.DBDTDHandler
- All Implemented Interfaces:
DTDHandler
A database aware Class implementing DTDHandler interface for the SAX
parser to call when processing the XML stream and intercepting notations
and unparsed entities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notationDecl
(String name, String publicId, String systemId) Notation declarations are not signaledvoid
unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) All are reported after startDocument and before first startElement event
-
Constructor Details
-
DBDTDHandler
public DBDTDHandler()Construct an instance of the DBDTDHandler class
-
-
Method Details
-
notationDecl
Notation declarations are not signaled- Specified by:
notationDecl
in interfaceDTDHandler
- Throws:
SAXException
-
unparsedEntityDecl
public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException All are reported after startDocument and before first startElement event- Specified by:
unparsedEntityDecl
in interfaceDTDHandler
- Throws:
SAXException
-