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 Sat May 20 14:25:40 AKDT 2000 -->
6
<TITLE>
7
: Class  BasicElement
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="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27
  </TR>
28
</TABLE>
29
</TD>
30
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
31
</EM>
32
</TD>
33
</TR>
34

    
35
<TR>
36
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
37
&nbsp;PREV CLASS&nbsp;
38
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBDTDHandler.html"><B>NEXT CLASS</B></A></FONT></TD>
39
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
40
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
41
&nbsp;<A HREF="BasicElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
42
</TR>
43
<TR>
44
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
45
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
46
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
47
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
48
</TR>
49
</TABLE>
50
<!-- =========== END OF NAVBAR =========== -->
51

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

    
71
<P>
72
A Class that represents an XML element and its contents
73
<P>
74
<HR>
75

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

    
79

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

    
82

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

    
85
<A NAME="constructor_summary"><!-- --></A>
86
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
87
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
88
<TD COLSPAN=2><FONT SIZE="+2">
89
<B>Constructor Summary</B></FONT></TD>
90
</TR>
91
<TR BGCOLOR="white" CLASS="TableRowColor">
92
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#BasicElement()">BasicElement</A></B>()</CODE>
93

    
94
<BR>
95
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a Basic Element</TD>
96
</TR>
97
<TR BGCOLOR="white" CLASS="TableRowColor">
98
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(long, java.lang.String, long, int)">BasicElement</A></B>(long&nbsp;element_id,
99
             java.lang.String&nbsp;tagname,
100
             long&nbsp;parent_id,
101
             int&nbsp;nodeIndex)</CODE>
102

    
103
<BR>
104
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a Basic Element</TD>
105
</TR>
106
<TR BGCOLOR="white" CLASS="TableRowColor">
107
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(java.lang.String, long, int)">BasicElement</A></B>(java.lang.String&nbsp;tagname,
108
             long&nbsp;parent_id,
109
             int&nbsp;nodeIndex)</CODE>
110

    
111
<BR>
112
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a Basic Element</TD>
113
</TR>
114
</TABLE>
115
&nbsp;
116
<!-- ========== METHOD SUMMARY =========== -->
117

    
118
<A NAME="method_summary"><!-- --></A>
119
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
120
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
121
<TD COLSPAN=2><FONT SIZE="+2">
122
<B>Method Summary</B></FONT></TD>
123
</TR>
124
<TR BGCOLOR="white" CLASS="TableRowColor">
125
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126
<CODE>&nbsp;void</CODE></FONT></TD>
127
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#appendContent(char[], int, int)">appendContent</A></B>(char[]&nbsp;cbuf,
128
              int&nbsp;start,
129
              int&nbsp;len)</CODE>
130

    
131
<BR>
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the content of the element</TD>
133
</TR>
134
<TR BGCOLOR="white" CLASS="TableRowColor">
135
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136
<CODE>&nbsp;void</CODE></FONT></TD>
137
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#appendContent(java.lang.String)">appendContent</A></B>(java.lang.String&nbsp;new_content)</CODE>
138

    
139
<BR>
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the content of the element</TD>
141
</TR>
142
<TR BGCOLOR="white" CLASS="TableRowColor">
143
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
145
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getAttribute(java.lang.String)">getAttribute</A></B>(java.lang.String&nbsp;attName)</CODE>
146

    
147
<BR>
148
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an attribute value by name</TD>
149
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
153
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getAttributes()">getAttributes</A></B>()</CODE>
154

    
155
<BR>
156
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the attributes as a string</TD>
157
</TR>
158
<TR BGCOLOR="white" CLASS="TableRowColor">
159
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
161
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getContent()">getContent</A></B>()</CODE>
162

    
163
<BR>
164
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the content of the element</TD>
165
</TR>
166
<TR BGCOLOR="white" CLASS="TableRowColor">
167
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168
<CODE>&nbsp;long</CODE></FONT></TD>
169
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getElementID()">getElementID</A></B>()</CODE>
170

    
171
<BR>
172
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the id of this element</TD>
173
</TR>
174
<TR BGCOLOR="white" CLASS="TableRowColor">
175
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176
<CODE>&nbsp;int</CODE></FONT></TD>
177
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getNodeIndex()">getNodeIndex</A></B>()</CODE>
178

    
179
<BR>
180
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get nodeIndex of the element</TD>
181
</TR>
182
<TR BGCOLOR="white" CLASS="TableRowColor">
183
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184
<CODE>&nbsp;long</CODE></FONT></TD>
185
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getParentID()">getParentID</A></B>()</CODE>
186

    
187
<BR>
188
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the parent id of this element</TD>
189
</TR>
190
<TR BGCOLOR="white" CLASS="TableRowColor">
191
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
193
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#getTagName()">getTagName</A></B>()</CODE>
194

    
195
<BR>
196
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this element</TD>
197
</TR>
198
<TR BGCOLOR="white" CLASS="TableRowColor">
199
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200
<CODE>&nbsp;int</CODE></FONT></TD>
201
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#incChildNum()">incChildNum</A></B>()</CODE>
202

    
203
<BR>
204
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;increase childNum when new child for the element is created</TD>
205
</TR>
206
<TR BGCOLOR="white" CLASS="TableRowColor">
207
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208
<CODE>&nbsp;void</CODE></FONT></TD>
209
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#setAttribute(java.lang.String, java.lang.String)">setAttribute</A></B>(java.lang.String&nbsp;attName,
210
             java.lang.String&nbsp;attValue)</CODE>
211

    
212
<BR>
213
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new attribute to this element, or set its value</TD>
214
</TR>
215
<TR BGCOLOR="white" CLASS="TableRowColor">
216
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
217
<CODE>&nbsp;void</CODE></FONT></TD>
218
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#setElementID(long)">setElementID</A></B>(long&nbsp;element_id)</CODE>
219

    
220
<BR>
221
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the id of this element</TD>
222
</TR>
223
<TR BGCOLOR="white" CLASS="TableRowColor">
224
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
225
<CODE>&nbsp;void</CODE></FONT></TD>
226
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#setParentID(long)">setParentID</A></B>(long&nbsp;parent_id)</CODE>
227

    
228
<BR>
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the parent id of this element</TD>
230
</TR>
231
<TR BGCOLOR="white" CLASS="TableRowColor">
232
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
233
<CODE>&nbsp;void</CODE></FONT></TD>
234
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#setTagName(java.lang.String)">setTagName</A></B>(java.lang.String&nbsp;tagname)</CODE>
235

    
236
<BR>
237
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the tagname of this element</TD>
238
</TR>
239
<TR BGCOLOR="white" CLASS="TableRowColor">
240
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
241
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
242
<TD><CODE><B><A HREF="../../../../edu/ucsb/nceas/metacat/BasicElement.html#toString()">toString</A></B>()</CODE>
243

    
244
<BR>
245
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;convert the element to a string representation for display</TD>
246
</TR>
247
</TABLE>
248
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
249
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
250
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
251
<TD><B>Methods inherited from class java.lang.Object</B></TD>
252
</TR>
253
<TR BGCOLOR="white" CLASS="TableRowColor">
254
<TD><CODE>clone, 
255
equals, 
256
finalize, 
257
getClass, 
258
hashCode, 
259
notify, 
260
notifyAll, 
261
wait, 
262
wait, 
263
wait</CODE></TD>
264
</TR>
265
</TABLE>
266
&nbsp;
267
<P>
268

    
269
<!-- ============ FIELD DETAIL =========== -->
270

    
271

    
272
<!-- ========= CONSTRUCTOR DETAIL ======== -->
273

    
274
<A NAME="constructor_detail"><!-- --></A>
275
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
276
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
277
<TD COLSPAN=1><FONT SIZE="+2">
278
<B>Constructor Detail</B></FONT></TD>
279
</TR>
280
</TABLE>
281

    
282
<A NAME="BasicElement()"><!-- --></A><H3>
283
BasicElement</H3>
284
<PRE>
285
public <B>BasicElement</B>()</PRE>
286
<DL>
287
<DD>Construct a Basic Element</DL>
288
<HR>
289

    
290
<A NAME="BasicElement(java.lang.String, long, int)"><!-- --></A><H3>
291
BasicElement</H3>
292
<PRE>
293
public <B>BasicElement</B>(java.lang.String&nbsp;tagname,
294
                    long&nbsp;parent_id,
295
                    int&nbsp;nodeIndex)</PRE>
296
<DL>
297
<DD>Construct a Basic Element<DD><DL>
298
<DT><B>Parameters:</B><DD><CODE>tagname</CODE> - the name of the element<DD><CODE>parent_id</CODE> - the id number of the parent element<DD><CODE>nodeIndex</CODE> - - number of the element in the order for a given parent node
299
 Every element initializes childNum to 0 when created and has interface incChildNum
300
 when new child is created</DL>
301
</DD>
302
</DL>
303
<HR>
304

    
305
<A NAME="BasicElement(long, java.lang.String, long, int)"><!-- --></A><H3>
306
BasicElement</H3>
307
<PRE>
308
public <B>BasicElement</B>(long&nbsp;element_id,
309
                    java.lang.String&nbsp;tagname,
310
                    long&nbsp;parent_id,
311
                    int&nbsp;nodeIndex)</PRE>
312
<DL>
313
<DD>Construct a Basic Element<DD><DL>
314
<DT><B>Parameters:</B><DD><CODE>element_id</CODE> - the id number of the element<DD><CODE>tagname</CODE> - the name of the element<DD><CODE>parent_id</CODE> - the id number of the parent element</DL>
315
</DD>
316
</DL>
317

    
318
<!-- ============ METHOD DETAIL ========== -->
319

    
320
<A NAME="method_detail"><!-- --></A>
321
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
322
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
323
<TD COLSPAN=1><FONT SIZE="+2">
324
<B>Method Detail</B></FONT></TD>
325
</TR>
326
</TABLE>
327

    
328
<A NAME="toString()"><!-- --></A><H3>
329
toString</H3>
330
<PRE>
331
public java.lang.String <B>toString</B>()</PRE>
332
<DL>
333
<DD>convert the element to a string representation for display<DD><DL>
334
<DT><B>Overrides:</B><DD>toString in class java.lang.Object</DL>
335
</DD>
336
</DL>
337
<HR>
338

    
339
<A NAME="getElementID()"><!-- --></A><H3>
340
getElementID</H3>
341
<PRE>
342
public long <B>getElementID</B>()</PRE>
343
<DL>
344
<DD>Get the id of this element</DL>
345
<HR>
346

    
347
<A NAME="setElementID(long)"><!-- --></A><H3>
348
setElementID</H3>
349
<PRE>
350
public void <B>setElementID</B>(long&nbsp;element_id)</PRE>
351
<DL>
352
<DD>Set the id of this element</DL>
353
<HR>
354

    
355
<A NAME="getParentID()"><!-- --></A><H3>
356
getParentID</H3>
357
<PRE>
358
public long <B>getParentID</B>()</PRE>
359
<DL>
360
<DD>Get the parent id of this element</DL>
361
<HR>
362

    
363
<A NAME="setParentID(long)"><!-- --></A><H3>
364
setParentID</H3>
365
<PRE>
366
public void <B>setParentID</B>(long&nbsp;parent_id)</PRE>
367
<DL>
368
<DD>Set the parent id of this element</DL>
369
<HR>
370

    
371
<A NAME="getTagName()"><!-- --></A><H3>
372
getTagName</H3>
373
<PRE>
374
public java.lang.String <B>getTagName</B>()</PRE>
375
<DL>
376
<DD>Get the name of this element</DL>
377
<HR>
378

    
379
<A NAME="setTagName(java.lang.String)"><!-- --></A><H3>
380
setTagName</H3>
381
<PRE>
382
public void <B>setTagName</B>(java.lang.String&nbsp;tagname)</PRE>
383
<DL>
384
<DD>Set the tagname of this element</DL>
385
<HR>
386

    
387
<A NAME="getAttributes()"><!-- --></A><H3>
388
getAttributes</H3>
389
<PRE>
390
public java.lang.String <B>getAttributes</B>()</PRE>
391
<DL>
392
<DD>Get the attributes as a string</DL>
393
<HR>
394

    
395
<A NAME="setAttribute(java.lang.String, java.lang.String)"><!-- --></A><H3>
396
setAttribute</H3>
397
<PRE>
398
public void <B>setAttribute</B>(java.lang.String&nbsp;attName,
399
                         java.lang.String&nbsp;attValue)</PRE>
400
<DL>
401
<DD>Add a new attribute to this element, or set its value</DL>
402
<HR>
403

    
404
<A NAME="getAttribute(java.lang.String)"><!-- --></A><H3>
405
getAttribute</H3>
406
<PRE>
407
public java.lang.String <B>getAttribute</B>(java.lang.String&nbsp;attName)</PRE>
408
<DL>
409
<DD>Get an attribute value by name</DL>
410
<HR>
411

    
412
<A NAME="appendContent(char[], int, int)"><!-- --></A><H3>
413
appendContent</H3>
414
<PRE>
415
public void <B>appendContent</B>(char[]&nbsp;cbuf,
416
                          int&nbsp;start,
417
                          int&nbsp;len)</PRE>
418
<DL>
419
<DD>Append to the content of the element</DL>
420
<HR>
421

    
422
<A NAME="appendContent(java.lang.String)"><!-- --></A><H3>
423
appendContent</H3>
424
<PRE>
425
public void <B>appendContent</B>(java.lang.String&nbsp;new_content)</PRE>
426
<DL>
427
<DD>Append to the content of the element</DL>
428
<HR>
429

    
430
<A NAME="getContent()"><!-- --></A><H3>
431
getContent</H3>
432
<PRE>
433
public java.lang.String <B>getContent</B>()</PRE>
434
<DL>
435
<DD>Get the content of the element</DL>
436
<HR>
437

    
438
<A NAME="getNodeIndex()"><!-- --></A><H3>
439
getNodeIndex</H3>
440
<PRE>
441
public int <B>getNodeIndex</B>()</PRE>
442
<DL>
443
<DD>Get nodeIndex of the element</DL>
444
<HR>
445

    
446
<A NAME="incChildNum()"><!-- --></A><H3>
447
incChildNum</H3>
448
<PRE>
449
public int <B>incChildNum</B>()</PRE>
450
<DL>
451
<DD>increase childNum when new child for the element is created</DL>
452
<!-- ========= END OF CLASS DATA ========= -->
453
<HR>
454

    
455
<!-- ========== START OF NAVBAR ========== -->
456
<A NAME="navbar_bottom"><!-- --></A>
457
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
458
<TR>
459
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
460
<A NAME="navbar_bottom_firstrow"><!-- --></A>
461
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
462
  <TR ALIGN="center" VALIGN="top">
463
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
464
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
465
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
466
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
467
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
468
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
469
  </TR>
470
</TABLE>
471
</TD>
472
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
473
</EM>
474
</TD>
475
</TR>
476

    
477
<TR>
478
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
479
&nbsp;PREV CLASS&nbsp;
480
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/DBDTDHandler.html"><B>NEXT CLASS</B></A></FONT></TD>
481
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
482
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
483
&nbsp;<A HREF="BasicElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
484
</TR>
485
<TR>
486
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
487
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
488
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
489
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
490
</TR>
491
</TABLE>
492
<!-- =========== END OF NAVBAR =========== -->
493

    
494
<HR>
495

    
496
</BODY>
497
</HTML>
(1-1/19)