Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc on Tue Jun 20 16:19:37 AKDT 2000 -->
6
<TITLE>
7
MetaCat API: Package edu.ucsb.nceas.metacat
8
</TITLE>
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
10
</HEAD>
11
<BODY BGCOLOR="white">
12

    
13
<!-- ========== START OF NAVBAR ========== -->
14
<A NAME="navbar_top"><!-- --></A>
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16
<TR>
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18
<A NAME="navbar_top_firstrow"><!-- --></A>
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20
  <TR ALIGN="center" VALIGN="top">
21
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
28
  </TR>
29
</TABLE>
30
</TD>
31
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
32
</EM>
33
</TD>
34
</TR>
35

    
36
<TR>
37
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
38
&nbsp;PREV PACKAGE&nbsp;
39
&nbsp;NEXT PACKAGE</FONT></TD>
40
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
41
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
42
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
43
</TR>
44
</TABLE>
45
<!-- =========== END OF NAVBAR =========== -->
46

    
47
<HR>
48
<H2>
49
Package edu.ucsb.nceas.metacat
50
</H2>
51

    
52
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
53
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
54
<TD COLSPAN=2><FONT SIZE="+2">
55
<B>Class Summary</B></FONT></TD>
56
</TR>
57
<TR BGCOLOR="white" CLASS="TableRowColor">
58
<TD WIDTH="15%"><B><A HREF="AccessionNumber.html">AccessionNumber</A></B></TD>
59
<TD>A class that gets Accession Number, check for uniqueness and register it
60
 into db connection</TD>
61
</TR>
62
<TR BGCOLOR="white" CLASS="TableRowColor">
63
<TD WIDTH="15%"><B><A HREF="BasicNode.html">BasicNode</A></B></TD>
64
<TD>A Class that represents an XML node and its contents</TD>
65
</TR>
66
<TR BGCOLOR="white" CLASS="TableRowColor">
67
<TD WIDTH="15%"><B><A HREF="DBDTDHandler.html">DBDTDHandler</A></B></TD>
68
<TD>A database aware Class implementing DTDHandler interface for the SAX 
69
 parser to call when processing the XML stream and intercepting notations 
70
 and unparsed entities</TD>
71
</TR>
72
<TR BGCOLOR="white" CLASS="TableRowColor">
73
<TD WIDTH="15%"><B><A HREF="DBEntityResolver.html">DBEntityResolver</A></B></TD>
74
<TD>A database aware Class implementing EntityResolver interface for the SAX 
75
 parser to call when processing the XML stream and intercepting any 
76
 external entities (including the external DTD subset and external 
77
 parameter entities, if any) before including them.</TD>
78
</TR>
79
<TR BGCOLOR="white" CLASS="TableRowColor">
80
<TD WIDTH="15%"><B><A HREF="DBQuery.html">DBQuery</A></B></TD>
81
<TD>A Class that searches a relational DB for elements and 
82
 attributes that have free text matches a query string,
83
 or structured query matches to a path specified node in the 
84
 XML hierarchy.</TD>
85
</TR>
86
<TR BGCOLOR="white" CLASS="TableRowColor">
87
<TD WIDTH="15%"><B><A HREF="DBReader.html">DBReader</A></B></TD>
88
<TD>A Class that creates an XML text document
89
 from a query to a relational DB containing a DOM representation</TD>
90
</TR>
91
<TR BGCOLOR="white" CLASS="TableRowColor">
92
<TD WIDTH="15%"><B><A HREF="DBSAXDocument.html">DBSAXDocument</A></B></TD>
93
<TD>A Class that writes an XML document main data to a database connection</TD>
94
</TR>
95
<TR BGCOLOR="white" CLASS="TableRowColor">
96
<TD WIDTH="15%"><B><A HREF="DBSAXHandler.html">DBSAXHandler</A></B></TD>
97
<TD>A database aware Class implementing callback bethods for the SAX parser to
98
 call when processing the XML stream and generating events</TD>
99
</TR>
100
<TR BGCOLOR="white" CLASS="TableRowColor">
101
<TD WIDTH="15%"><B><A HREF="DBSAXNode.html">DBSAXNode</A></B></TD>
102
<TD>A Class that represents an XML node and its contents and
103
 can write its own representation to a database connection</TD>
104
</TR>
105
<TR BGCOLOR="white" CLASS="TableRowColor">
106
<TD WIDTH="15%"><B><A HREF="DBSimpleQuery.html">DBSimpleQuery</A></B></TD>
107
<TD>A Class that searches a relational DB for elements and attributes that
108
 have free text matches to the query string.</TD>
109
</TR>
110
<TR BGCOLOR="white" CLASS="TableRowColor">
111
<TD WIDTH="15%"><B><A HREF="DBTransform.html">DBTransform</A></B></TD>
112
<TD>A Class that transforms XML documents utitlizing XSL style sheets</TD>
113
</TR>
114
<TR BGCOLOR="white" CLASS="TableRowColor">
115
<TD WIDTH="15%"><B><A HREF="DBWriter.html">DBWriter</A></B></TD>
116
<TD>A Class that reads in an XML text document and
117
 write its contents to a database connection using SAX</TD>
118
</TR>
119
<TR BGCOLOR="white" CLASS="TableRowColor">
120
<TD WIDTH="15%"><B><A HREF="ElementNode.html">ElementNode</A></B></TD>
121
<TD>A Class that represents an XML element and its contents,
122
 and can build itself from a database connection</TD>
123
</TR>
124
<TR BGCOLOR="white" CLASS="TableRowColor">
125
<TD WIDTH="15%"><B><A HREF="GenericXMLValidate.html">GenericXMLValidate</A></B></TD>
126
<TD>Name: GenericXMLValidate.java
127
       Purpose: A Class that validates XML documents
128
 			   This class is designed to be 'parser independent
129
    			   i.e.</TD>
130
</TR>
131
<TR BGCOLOR="white" CLASS="TableRowColor">
132
<TD WIDTH="15%"><B><A HREF="MetaCatServlet.html">MetaCatServlet</A></B></TD>
133
<TD>A metadata catalog server implemented as a Java Servlet
134

    
135
 </TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD WIDTH="15%"><B><A HREF="MetaCatUtil.html">MetaCatUtil</A></B></TD>
139
<TD>A suite of utility classes for the metadata catalog server</TD>
140
</TR>
141
<TR BGCOLOR="white" CLASS="TableRowColor">
142
<TD WIDTH="15%"><B><A HREF="QuerySpecification.html">QuerySpecification</A></B></TD>
143
<TD>A Class that represents a structured query, and can be 
144
 constructed from an XML serialization conforming to @see pathquery.dtd.</TD>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD WIDTH="15%"><B><A HREF="TextNode.html">TextNode</A></B></TD>
148
<TD>A Class that represents an XML Text node and its contents,</TD>
149
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD WIDTH="15%"><B><A HREF="XMLValidate.html">XMLValidate</A></B></TD>
152
<TD>XMLValidate.java
153
         Purpose: A Class that validates XML documents
154
   			   This class is uses a specific parser
155
 				and calls the GenericXMLValidate class
156
                 to do the actual validation
157
       Copyright: 2000 Regents of the University of California and the
158
                  National Center for Ecological Analysis and Synthesis
159
                  April 28, 2000</TD>
160
</TR>
161
</TABLE>
162
&nbsp;
163

    
164
<P>
165
<HR>
166

    
167
<!-- ========== START OF NAVBAR ========== -->
168
<A NAME="navbar_bottom"><!-- --></A>
169
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
170
<TR>
171
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
172
<A NAME="navbar_bottom_firstrow"><!-- --></A>
173
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
174
  <TR ALIGN="center" VALIGN="top">
175
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
176
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
177
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
178
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
179
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
180
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
181
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
182
  </TR>
183
</TABLE>
184
</TD>
185
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
186
</EM>
187
</TD>
188
</TR>
189

    
190
<TR>
191
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
192
&nbsp;PREV PACKAGE&nbsp;
193
&nbsp;NEXT PACKAGE</FONT></TD>
194
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
195
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
196
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
197
</TR>
198
</TABLE>
199
<!-- =========== END OF NAVBAR =========== -->
200

    
201
<HR>
202
<i>Copyright ? 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.</i>
203
</BODY>
204
</HTML>
(23-23/25)