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 Mon Jun 26 20:52:04 AKDT 2000 -->
6
<TITLE>
7
MetaCat API: Uses of Class edu.ucsb.nceas.metacat.BasicNode
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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html"><FONT ID="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
23
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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&nbsp;
39
&nbsp;NEXT</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="BasicNode.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
43
</TR>
44
</TABLE>
45
<!-- =========== END OF NAVBAR =========== -->
46

    
47
<HR>
48
<CENTER>
49
<H2>
50
<B>Uses of Class<br>edu.ucsb.nceas.metacat.BasicNode</B></H2>
51
</CENTER>
52
<A NAME="edu.ucsb.nceas.metacat"><!-- --></A>
53
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
54
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
55
<TD COLSPAN=2><FONT SIZE="+2">
56
Uses of <A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A> in <A HREF="../../../../../edu/ucsb/nceas/metacat/package-summary.html">edu.ucsb.nceas.metacat</A></FONT></TD>
57
</TR>
58
</TABLE>
59
&nbsp;
60
<P>
61

    
62
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
63
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
64
<TD COLSPAN=2>Subclasses of <A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A> in <A HREF="../../../../../edu/ucsb/nceas/metacat/package-summary.html">edu.ucsb.nceas.metacat</A></FONT></TD>
65
</TR>
66
<TR BGCOLOR="white" CLASS="TableRowColor">
67
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
68
<CODE>&nbsp;class</CODE></FONT></TD>
69
<TD><CODE><B><A HREF="../../../../../edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A></B></CODE>
70

    
71
<BR>
72
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Class that represents an XML node and its contents and
73
 can write its own representation to a database connection</TD>
74
</TR>
75
<TR BGCOLOR="white" CLASS="TableRowColor">
76
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
77
<CODE>&nbsp;class</CODE></FONT></TD>
78
<TD><CODE><B><A HREF="../../../../../edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A></B></CODE>
79

    
80
<BR>
81
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Class that represents an XML element and its contents,
82
 and can build itself from a database connection</TD>
83
</TR>
84
<TR BGCOLOR="white" CLASS="TableRowColor">
85
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
86
<CODE>&nbsp;class</CODE></FONT></TD>
87
<TD><CODE><B><A HREF="../../../../../edu/ucsb/nceas/metacat/TextNode.html">TextNode</A></B></CODE>
88

    
89
<BR>
90
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Class that represents an XML Text node and its contents,</TD>
91
</TR>
92
</TABLE>
93
&nbsp;
94
<P>
95

    
96
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
97
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
98
<TD COLSPAN=2>Methods in <A HREF="../../../../../edu/ucsb/nceas/metacat/package-summary.html">edu.ucsb.nceas.metacat</A> with parameters of type <A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A></FONT></TD>
99
</TR>
100
<TR BGCOLOR="white" CLASS="TableRowColor">
101
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
102
<CODE>&nbsp;void</CODE></FONT></TD>
103
<TD><CODE><B>BasicNode.<A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html#addChildNode(edu.ucsb.nceas.metacat.BasicNode)">addChildNode</A></B>(<A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>&nbsp;child)</CODE>
104

    
105
<BR>
106
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a child node to this node</TD>
107
</TR>
108
</TABLE>
109
&nbsp;
110
<P>
111
<HR>
112

    
113
<!-- ========== START OF NAVBAR ========== -->
114
<A NAME="navbar_bottom"><!-- --></A>
115
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
116
<TR>
117
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
118
<A NAME="navbar_bottom_firstrow"><!-- --></A>
119
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
120
  <TR ALIGN="center" VALIGN="top">
121
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
122
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../edu/ucsb/nceas/metacat/BasicNode.html"><FONT ID="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
123
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
124
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
125
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
126
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
127
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
128
  </TR>
129
</TABLE>
130
</TD>
131
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
132
</EM>
133
</TD>
134
</TR>
135

    
136
<TR>
137
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
138
&nbsp;PREV&nbsp;
139
&nbsp;NEXT</FONT></TD>
140
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
141
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
142
&nbsp;<A HREF="BasicNode.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
143
</TR>
144
</TABLE>
145
<!-- =========== END OF NAVBAR =========== -->
146

    
147
<HR>
148
<i>Copyright ? 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.</i>
149
</BODY>
150
</HTML>
(4-4/21)