public class DBDTDHandler
extends java.lang.Object
implements org.xml.sax.DTDHandler
Constructor and Description |
---|
DBDTDHandler(DBConnection conn)
Construct an instance of the DBDTDHandler clas
|
Modifier and Type | Method and Description |
---|---|
void |
notationDecl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
Notation declarations are not signaled
|
void |
unparsedEntityDecl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String notationName)
All are reported after startDocument and before first
startElement event
|
public DBDTDHandler(DBConnection conn)
conn
- the JDBC connection to which information is writtenpublic void notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException
notationDecl
in interface org.xml.sax.DTDHandler
org.xml.sax.SAXException
public void unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName) throws org.xml.sax.SAXException
unparsedEntityDecl
in interface org.xml.sax.DTDHandler
org.xml.sax.SAXException
Copyright © 2020 Regents of the University of California. All Rights Reserved.