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:38 AKDT 2000 -->
6
<TITLE>
7
MetaCat API: Class  DBSAXNode
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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
22
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DBSAXNode.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;<A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXHandler.html"><B>PREV CLASS</B></A>&nbsp;
39
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBSimpleQuery.html"><B>NEXT CLASS</B></A></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="DBSAXNode.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
43
</TR>
44
<TR>
45
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
46
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
47
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
48
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
49
</TR>
50
</TABLE>
51
<!-- =========== END OF NAVBAR =========== -->
52

    
53
<HR>
54
<!-- ======== START OF CLASS DATA ======== -->
55
<H2>
56
<FONT SIZE="-1">
57
edu.ucsb.nceas.metacat</FONT>
58
<BR>
59
Class  DBSAXNode</H2>
60
<PRE>
61
java.lang.Object
62
  |
63
  +--<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html">edu.ucsb.nceas.metacat.BasicNode</A>
64
        |
65
        +--<B>edu.ucsb.nceas.metacat.DBSAXNode</B>
66
</PRE>
67
<HR>
68
<DL>
69
<DT>public class <B>DBSAXNode</B><DT>extends <A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A></DL>
70

    
71
<P>
72
A Class that represents an XML node and its contents and
73
 can write its own representation to a database connection
74
<P>
75
<HR>
76

    
77
<P>
78
<!-- ======== INNER CLASS SUMMARY ======== -->
79

    
80

    
81
<!-- =========== FIELD SUMMARY =========== -->
82

    
83

    
84
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
85

    
86
<A NAME="constructor_summary"><!-- --></A>
87
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
88
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
89
<TD COLSPAN=2><FONT SIZE="+2">
90
<B>Constructor Summary</B></FONT></TD>
91
</TR>
92
<TR BGCOLOR="white" CLASS="TableRowColor">
93
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#DBSAXNode(java.sql.Connection, java.lang.String)">DBSAXNode</A></B>(java.sql.Connection&nbsp;conn,
94
          java.lang.String&nbsp;tagname)</CODE>
95

    
96
<BR>
97
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new node instance for DOCUMENT nodes</TD>
98
</TR>
99
<TR BGCOLOR="white" CLASS="TableRowColor">
100
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#DBSAXNode(java.sql.Connection, java.lang.String, edu.ucsb.nceas.metacat.DBSAXNode, edu.ucsb.nceas.metacat.DBSAXNode, edu.ucsb.nceas.metacat.DBSAXDocument)">DBSAXNode</A></B>(java.sql.Connection&nbsp;conn,
101
          java.lang.String&nbsp;tagname,
102
          <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>&nbsp;parentNode,
103
          <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>&nbsp;rootNode,
104
          <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>&nbsp;currentDocument)</CODE>
105

    
106
<BR>
107
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new node instance for ELEMENT nodes</TD>
108
</TR>
109
</TABLE>
110
&nbsp;
111
<!-- ========== METHOD SUMMARY =========== -->
112

    
113
<A NAME="method_summary"><!-- --></A>
114
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
115
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116
<TD COLSPAN=2><FONT SIZE="+2">
117
<B>Method Summary</B></FONT></TD>
118
</TR>
119
<TR BGCOLOR="white" CLASS="TableRowColor">
120
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
121
<CODE>&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A></CODE></FONT></TD>
122
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#getParentNode()">getParentNode</A></B>()</CODE>
123

    
124
<BR>
125
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get the parent of this node</TD>
126
</TR>
127
<TR BGCOLOR="white" CLASS="TableRowColor">
128
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129
<CODE>&nbsp;void</CODE></FONT></TD>
130
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#setAttribute(java.lang.String, java.lang.String)">setAttribute</A></B>(java.lang.String&nbsp;attName,
131
             java.lang.String&nbsp;attValue)</CODE>
132

    
133
<BR>
134
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new attribute to this node, or set its value</TD>
135
</TR>
136
<TR BGCOLOR="white" CLASS="TableRowColor">
137
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138
<CODE>&nbsp;void</CODE></FONT></TD>
139
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#writeChildNodeToDB(java.lang.String, java.lang.String, java.lang.String)">writeChildNodeToDB</A></B>(java.lang.String&nbsp;nodetype,
140
                   java.lang.String&nbsp;nodename,
141
                   java.lang.String&nbsp;data)</CODE>
142

    
143
<BR>
144
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates SQL code and inserts new node into DB connection</TD>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148
<CODE>&nbsp;void</CODE></FONT></TD>
149
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#writeDocID(java.lang.String)">writeDocID</A></B>(java.lang.String&nbsp;doc_id)</CODE>
150

    
151
<BR>
152
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates SQL code to put doc ID for the document node and for 
153
 comment/PI nodes under document node into DB connection</TD>
154
</TR>
155
<TR BGCOLOR="white" CLASS="TableRowColor">
156
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157
<CODE>&nbsp;void</CODE></FONT></TD>
158
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#writeNodename(java.lang.String)">writeNodename</A></B>(java.lang.String&nbsp;nodename)</CODE>
159

    
160
<BR>
161
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates SQL code to put nodename for the document node 
162
 into DB connection</TD>
163
</TR>
164
<TR BGCOLOR="white" CLASS="TableRowColor">
165
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166
<CODE>&nbsp;void</CODE></FONT></TD>
167
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html#writeRootNodeID(long)">writeRootNodeID</A></B>(long&nbsp;rootnode_id)</CODE>
168

    
169
<BR>
170
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates SQL code to put root node id for the document node 
171
 into DB connection</TD>
172
</TR>
173
</TABLE>
174
&nbsp;<A NAME="methods_inherited_from_class_edu.ucsb.nceas.metacat.BasicNode"><!-- --></A>
175
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
176
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
177
<TD><B>Methods inherited from class edu.ucsb.nceas.metacat.<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A></B></TD>
178
</TR>
179
<TR BGCOLOR="white" CLASS="TableRowColor">
180
<TD><CODE><A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#addChildNode(edu.ucsb.nceas.metacat.BasicNode)">addChildNode</A>, 
181
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getAttribute(java.lang.String)">getAttribute</A>, 
182
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getAttributes()">getAttributes</A>, 
183
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getChildren()">getChildren</A>, 
184
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getDocID()">getDocID</A>, 
185
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getNodeID()">getNodeID</A>, 
186
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getNodeIndex()">getNodeIndex</A>, 
187
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getNodeType()">getNodeType</A>, 
188
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getParentID()">getParentID</A>, 
189
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getRootNodeID()">getRootNodeID</A>, 
190
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#getTagName()">getTagName</A>, 
191
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#incChildNum()">incChildNum</A>, 
192
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setDocID(java.lang.String)">setDocID</A>, 
193
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setNodeID(long)">setNodeID</A>, 
194
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setNodeIndex(int)">setNodeIndex</A>, 
195
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setNodeType(java.lang.String)">setNodeType</A>, 
196
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setParentID(long)">setParentID</A>, 
197
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setRootNodeID(long)">setRootNodeID</A>, 
198
<A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setTagName(java.lang.String)">setTagName</A></CODE></TD>
199
</TR>
200
</TABLE>
201
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
202
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
203
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
204
<TD><B>Methods inherited from class java.lang.Object</B></TD>
205
</TR>
206
<TR BGCOLOR="white" CLASS="TableRowColor">
207
<TD><CODE>clone, 
208
equals, 
209
finalize, 
210
getClass, 
211
hashCode, 
212
notify, 
213
notifyAll, 
214
toString, 
215
wait, 
216
wait, 
217
wait</CODE></TD>
218
</TR>
219
</TABLE>
220
&nbsp;
221
<P>
222

    
223
<!-- ============ FIELD DETAIL =========== -->
224

    
225

    
226
<!-- ========= CONSTRUCTOR DETAIL ======== -->
227

    
228
<A NAME="constructor_detail"><!-- --></A>
229
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
230
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
231
<TD COLSPAN=1><FONT SIZE="+2">
232
<B>Constructor Detail</B></FONT></TD>
233
</TR>
234
</TABLE>
235

    
236
<A NAME="DBSAXNode(java.sql.Connection, java.lang.String)"><!-- --></A><H3>
237
DBSAXNode</H3>
238
<PRE>
239
public <B>DBSAXNode</B>(java.sql.Connection&nbsp;conn,
240
                 java.lang.String&nbsp;tagname)</PRE>
241
<DL>
242
<DD>Construct a new node instance for DOCUMENT nodes<DD><DL>
243
<DT><B>Parameters:</B><DD><CODE>conn</CODE> - the JDBC Connection to which all information is written<DD><CODE>tagname</CODE> - the name of the node</DL>
244
</DD>
245
</DL>
246
<HR>
247

    
248
<A NAME="DBSAXNode(java.sql.Connection, java.lang.String, edu.ucsb.nceas.metacat.DBSAXNode, edu.ucsb.nceas.metacat.DBSAXNode, edu.ucsb.nceas.metacat.DBSAXDocument)"><!-- --></A><H3>
249
DBSAXNode</H3>
250
<PRE>
251
public <B>DBSAXNode</B>(java.sql.Connection&nbsp;conn,
252
                 java.lang.String&nbsp;tagname,
253
                 <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>&nbsp;parentNode,
254
                 <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>&nbsp;rootNode,
255
                 <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>&nbsp;currentDocument)</PRE>
256
<DL>
257
<DD>Construct a new node instance for ELEMENT nodes<DD><DL>
258
<DT><B>Parameters:</B><DD><CODE>conn</CODE> - the JDBC Connection to which all information is written<DD><CODE>tagname</CODE> - the name of the node<DD><CODE>parentNode</CODE> - the parent node for this node being created</DL>
259
</DD>
260
</DL>
261

    
262
<!-- ============ METHOD DETAIL ========== -->
263

    
264
<A NAME="method_detail"><!-- --></A>
265
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
266
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
267
<TD COLSPAN=1><FONT SIZE="+2">
268
<B>Method Detail</B></FONT></TD>
269
</TR>
270
</TABLE>
271

    
272
<A NAME="writeChildNodeToDB(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
273
writeChildNodeToDB</H3>
274
<PRE>
275
public void <B>writeChildNodeToDB</B>(java.lang.String&nbsp;nodetype,
276
                               java.lang.String&nbsp;nodename,
277
                               java.lang.String&nbsp;data)</PRE>
278
<DL>
279
<DD>creates SQL code and inserts new node into DB connection</DL>
280
<HR>
281

    
282
<A NAME="writeNodename(java.lang.String)"><!-- --></A><H3>
283
writeNodename</H3>
284
<PRE>
285
public void <B>writeNodename</B>(java.lang.String&nbsp;nodename)</PRE>
286
<DL>
287
<DD>creates SQL code to put nodename for the document node 
288
 into DB connection</DL>
289
<HR>
290

    
291
<A NAME="writeRootNodeID(long)"><!-- --></A><H3>
292
writeRootNodeID</H3>
293
<PRE>
294
public void <B>writeRootNodeID</B>(long&nbsp;rootnode_id)</PRE>
295
<DL>
296
<DD>creates SQL code to put root node id for the document node 
297
 into DB connection</DL>
298
<HR>
299

    
300
<A NAME="writeDocID(java.lang.String)"><!-- --></A><H3>
301
writeDocID</H3>
302
<PRE>
303
public void <B>writeDocID</B>(java.lang.String&nbsp;doc_id)</PRE>
304
<DL>
305
<DD>creates SQL code to put doc ID for the document node and for 
306
 comment/PI nodes under document node into DB connection</DL>
307
<HR>
308

    
309
<A NAME="setAttribute(java.lang.String, java.lang.String)"><!-- --></A><H3>
310
setAttribute</H3>
311
<PRE>
312
public void <B>setAttribute</B>(java.lang.String&nbsp;attName,
313
                         java.lang.String&nbsp;attValue)</PRE>
314
<DL>
315
<DD>Add a new attribute to this node, or set its value<DD><DL>
316
<DT><B>Overrides:</B><DD><A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html#setAttribute(java.lang.String, java.lang.String)">setAttribute</A> in class <A HREF="../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A></DL>
317
</DD>
318
</DL>
319
<HR>
320

    
321
<A NAME="getParentNode()"><!-- --></A><H3>
322
getParentNode</H3>
323
<PRE>
324
public <A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A> <B>getParentNode</B>()</PRE>
325
<DL>
326
<DD>get the parent of this node</DL>
327
<!-- ========= END OF CLASS DATA ========= -->
328
<HR>
329

    
330
<!-- ========== START OF NAVBAR ========== -->
331
<A NAME="navbar_bottom"><!-- --></A>
332
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
333
<TR>
334
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
335
<A NAME="navbar_bottom_firstrow"><!-- --></A>
336
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
337
  <TR ALIGN="center" VALIGN="top">
338
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
339
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
340
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DBSAXNode.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
341
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
342
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
343
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
344
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
345
  </TR>
346
</TABLE>
347
</TD>
348
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
349
</EM>
350
</TD>
351
</TR>
352

    
353
<TR>
354
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
355
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBSAXHandler.html"><B>PREV CLASS</B></A>&nbsp;
356
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBSimpleQuery.html"><B>NEXT CLASS</B></A></FONT></TD>
357
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
358
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
359
&nbsp;<A HREF="DBSAXNode.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
360
</TR>
361
<TR>
362
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
363
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
364
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
365
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
366
</TR>
367
</TABLE>
368
<!-- =========== END OF NAVBAR =========== -->
369

    
370
<HR>
371
<i>Copyright ? 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.</i>
372
</BODY>
373
</HTML>
(10-10/25)