Revision 35
Added by Matt Jones over 24 years ago
DBElement.java | ||
---|---|---|
2 | 2 |
* Name: DBElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and can |
4 | 4 |
* write its contents to a database connection |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 1998
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
DBSAXHandler.java | ||
---|---|---|
2 | 2 |
* Name: DBSAXHandler.java |
3 | 3 |
* Purpose: A Class that handles the SAX XML events as they |
4 | 4 |
* are generated from XML documents |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
2 | 2 |
* Name: DBSAXHandler.java |
3 | 3 |
* Purpose: A Class that handles the SAX XML events as they |
4 | 4 |
* are generated from XML documents |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/ElementNode.java | ||
---|---|---|
2 | 2 |
* Name: ReaderElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents, |
4 | 4 |
* and can build itself from a database connection |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBWriter.java | ||
---|---|---|
2 | 2 |
* Name: DBSAXWriter.java |
3 | 3 |
* Purpose: A Class that reads in an XML text document and |
4 | 4 |
* write its contents to a database connection using SAX |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBSimpleQuery.java | ||
---|---|---|
4 | 4 |
* attributes that have free text matches to the query string. |
5 | 5 |
* It returns a result set consisting of the root nodeid for |
6 | 6 |
* each document that satisfies the query |
7 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
8 |
* Copyright: 2000
|
|
7 |
* Copyright: 2000 Regents of the University of California and the
|
|
8 |
* National Center for Ecological Analysis and Synthesis
|
|
9 | 9 |
* Authors: Matt Jones |
10 | 10 |
* |
11 | 11 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/BasicNode.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: BasicElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBSAXNode.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: DBSAXElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBReader.java | ||
---|---|---|
2 | 2 |
* Name: DBReader.java |
3 | 3 |
* Purpose: A Class that creates an XML text document |
4 | 4 |
* from a query to a relational DB containing a DOM representation |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/BasicElement.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: BasicElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBSAXElement.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: DBSAXElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/ReaderElement.java | ||
---|---|---|
2 | 2 |
* Name: ReaderElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents, |
4 | 4 |
* and can build itself from a database connection |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
src/edu/ucsb/nceas/metacat/DBSAXWriter.java | ||
---|---|---|
2 | 2 |
* Name: DBSAXWriter.java |
3 | 3 |
* Purpose: A Class that reads in an XML text document and |
4 | 4 |
* write its contents to a database connection using SAX |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
DBReader.java | ||
---|---|---|
2 | 2 |
* Name: DBReader.java |
3 | 3 |
* Purpose: A Class that creates an XML text document |
4 | 4 |
* from a query to a relational DB containing a DOM representation |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
DBSAXElement.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: DBSAXElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
ReaderElement.java | ||
---|---|---|
2 | 2 |
* Name: ReaderElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents, |
4 | 4 |
* and can build itself from a database connection |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
DBElement.props | ||
---|---|---|
2 | 2 |
# Name: DBElement.props |
3 | 3 |
# Purpose: A set of properties that map element types to |
4 | 4 |
# the classes that are used to represent that type |
5 |
# Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
# Copyright: 1998
|
|
5 |
# Copyright: 2000 Regents of the University of California and the
|
|
6 |
# National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
# Authors: Matt Jones |
8 | 8 |
# |
9 | 9 |
# Version: '$Id$' |
DBWriter.java | ||
---|---|---|
2 | 2 |
* Name: DBWriter.java |
3 | 3 |
* Purpose: A Class that reads in an XML text document and |
4 | 4 |
* write its contents to a database connection |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 1998
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
DBSimpleQuery.java | ||
---|---|---|
4 | 4 |
* attributes that have free text matches to the query string. |
5 | 5 |
* It returns a result set consisting of the root nodeid for |
6 | 6 |
* each document that satisfies the query |
7 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
8 |
* Copyright: 2000
|
|
7 |
* Copyright: 2000 Regents of the University of California and the
|
|
8 |
* National Center for Ecological Analysis and Synthesis
|
|
9 | 9 |
* Authors: Matt Jones |
10 | 10 |
* |
11 | 11 |
* Version: '$Id$' |
BasicElement.java | ||
---|---|---|
1 | 1 |
/** |
2 | 2 |
* Name: BasicElement.java |
3 | 3 |
* Purpose: A Class that represents an XML element and its contents |
4 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
5 |
* Copyright: 2000
|
|
4 |
* Copyright: 2000 Regents of the University of California and the
|
|
5 |
* National Center for Ecological Analysis and Synthesis
|
|
6 | 6 |
* Authors: Matt Jones |
7 | 7 |
* |
8 | 8 |
* Version: '$Id$' |
DBSAXWriter.java | ||
---|---|---|
2 | 2 |
* Name: DBSAXWriter.java |
3 | 3 |
* Purpose: A Class that reads in an XML text document and |
4 | 4 |
* write its contents to a database connection using SAX |
5 |
* Institution: National Center for Ecological Analysis and Synthesis
|
|
6 |
* Copyright: 2000
|
|
5 |
* Copyright: 2000 Regents of the University of California and the
|
|
6 |
* National Center for Ecological Analysis and Synthesis
|
|
7 | 7 |
* Authors: Matt Jones |
8 | 8 |
* |
9 | 9 |
* Version: '$Id$' |
Also available in: Unified diff
documentation updates