A database aware Class implementing DTDHandler interface for the SAX
parser to call when processing the XML stream and intercepting notations
and unparsed entities
A database aware Class implementing EntityResolver interface for the SAX
parser to call when processing the XML stream and intercepting any
external entities (including the external DTD subset and external
parameter entities, if any) before including them.
SAX Handler that receives notification of end of DTD
All events in DTDHandler about all unparsed entities and the
event in EntityResolver for the DTD file declaration appear
between setDoctype and endDoctype.
The Parser call this method before opening any external entity
except the top-level document entity (including the external DTD subset,
external entities referenced within the DTD, and external entities
referenced within the document element)
XMLValidate.java
Purpose: A Class that validates XML documents
This class is uses a specific parser
and calls the GenericXMLValidate class
to do the actual validation
Copyright: 2000 Regents of the University of California and the
National Center for Ecological Analysis and Synthesis
April 28, 2000