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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotationDecl(String name, String publicId, String systemId) Notation declarations are not signaledvoidunparsedEntityDecl(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:
notationDeclin 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:
unparsedEntityDeclin interfaceDTDHandler- Throws:
SAXException
-