Package edu.ucsb.nceas.metacat

Class Summary
AccessionNumber A class that gets Accession Number, check for uniqueness and register it into db connection
BasicNode A Class that represents an XML node 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.
DBQuery A Class that searches a relational DB for elements and attributes that have free text matches a query string, or structured query matches to a path specified node in the XML hierarchy.
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
DBSAXHandler A database aware Class implementing callback bethods for the SAX parser to call when processing the XML stream and generating events
DBSAXNode A Class that represents an XML node and its contents and can write its own representation to a database connection
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
DBWriter A Class that reads in an XML text document and write its contents to a database connection using SAX
ElementNode A Class that represents an XML element and its contents, and can build itself from a database connection
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
MetaCatUtil A suite of utility classes for the metadata catalog server
QuerySpecification A Class that represents a structured query, and can be constructed from an XML serialization conforming to @see pathquery.dtd.
TextNode A Class that represents an XML Text node and its contents,
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
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.