Package edu.ucsb.nceas.metacat

Class Summary
BasicElement A Class that represents an XML element and its contents
DBDTDHandler A database aware Class implementing DTDHandler interface for the SAX parser to call when processing the XML stream and intercepting notations and unparsed entities
DBEntityResolver 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.
DBReader A Class that creates an XML text document from a query to a relational DB containing a DOM representation
DBSAXDocument A Class that writes an XML document main data to a database connection
DBSAXElement A Class that represents an XML element and its contents and can write its own representation to a database connection
DBSAXHandler A database aware Class implementing callback bethods for the SAX parser to call when processing the XML stream and generating events
DBSAXWriter A Class that reads in an XML text document and write its contents to a database connection using SAX
DBSimpleQuery A Class that searches a relational DB for elements and attributes that have free text matches to the query string.
DBTransform A Class that transforms XML documents utitlizing XSL style sheets
GenericXMLValidate Name: GenericXMLValidate.java Purpose: A Class that validates XML documents This class is designed to be 'parser independent i.e.
MetaCatServlet A metadata catalog server implemented as a Java Servlet
ReaderElement A Class that represents an XML element and its contents, and can build itself from a database connection
XMLValidate 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