Package edu.ucsb.nceas.metacat

Class Summary
BasicElement A Class that represents an XML element and its contents
DBReader A Class that creates an XML text document from a query to a relational DB containing a DOM representation
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.
MetaCatServlet A metadata catalog server implemented as a Java Servlet
MetaCatUtil A suite of utility classes for the metadata catalog server
ReaderElement A Class that represents an XML element and its contents, and can build itself from a database connection