Project

General

Profile

« Previous | Next » 

Revision 138

Added by Matt Jones about 24 years ago

updated javadoc documentation

View differences:

index-all.html
2 2
<!--NewPage-->
3 3
<HTML>
4 4
<HEAD>
5
<!-- Generated by javadoc on Sat May 20 14:25:40 AKDT 2000 -->
5
<!-- Generated by javadoc on Wed Jun 07 16:35:56 AKDT 2000 -->
6 6
<TITLE>
7
: Index
7
MetaCat API: Index
8 8
</TITLE>
9 9
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
10 10
</HEAD>
......
20 20
  <TR ALIGN="center" VALIGN="top">
21 21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
22 22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
23 24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="edu/ucsb/nceas/metacat/package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24 25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25 26
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
......
43 44
</TABLE>
44 45
<!-- =========== END OF NAVBAR =========== -->
45 46

  
46
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
47
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
47 48
<A NAME="_A_"><!-- --></A><H2>
48 49
<B>A</B></H2>
49 50
<DL>
50
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#appendContent(char[], int, int)"><B>appendContent(char[], int, int)</B></A> - 
51
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
52
<DD>Append to the content of the element
53
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#appendContent(java.lang.String)"><B>appendContent(String)</B></A> - 
54
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
55
<DD>Append to the content of the element
51
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#addChildNode(edu.ucsb.nceas.metacat.BasicNode)"><B>addChildNode(BasicNode)</B></A> - 
52
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
53
<DD>Add a child node to this node
56 54
</DL>
57 55
<HR>
58 56
<A NAME="_B_"><!-- --></A><H2>
59 57
<B>B</B></H2>
60 58
<DL>
61
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html"><B>BasicElement</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>.<DD>A Class that represents an XML element and its contents<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#BasicElement()"><B>BasicElement()</B></A> - 
62
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
63
<DD>Construct a Basic Element
64
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(long, java.lang.String, long, int)"><B>BasicElement(long, String, long, int)</B></A> - 
65
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
66
<DD>Construct a Basic Element
67
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(java.lang.String, long, int)"><B>BasicElement(String, long, int)</B></A> - 
68
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
69
<DD>Construct a Basic Element
59
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html"><B>BasicNode</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>.<DD>A Class that represents an XML node and its contents<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#BasicNode()"><B>BasicNode()</B></A> - 
60
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
61
<DD>Construct a Basic Node
62
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#BasicNode(long, java.lang.String, long, int)"><B>BasicNode(long, String, long, int)</B></A> - 
63
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
64
<DD>Construct a Basic Node
65
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#BasicNode(java.lang.String)"><B>BasicNode(String)</B></A> - 
66
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
67
<DD>Construct a Basic Node
68
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#BasicNode(java.lang.String, long, int)"><B>BasicNode(String, long, int)</B></A> - 
69
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
70
<DD>Construct a Basic Node
70 71
</DL>
71 72
<HR>
72 73
<A NAME="_C_"><!-- --></A><H2>
......
84 85
<A NAME="_D_"><!-- --></A><H2>
85 86
<B>D</B></H2>
86 87
<DL>
87
<DT><A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html"><B>DBDTDHandler</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html">DBDTDHandler</A>.<DD>A database aware Class implementing DTDHandler interface for the SAX parser to
88
 call when processing the XML stream and intercepting notations and unparsed entities<DT><A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html#DBDTDHandler(java.sql.Connection)"><B>DBDTDHandler(Connection)</B></A> - 
88
<DT><A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html"><B>DBDTDHandler</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html">DBDTDHandler</A>.<DD>A database aware Class implementing DTDHandler interface for the SAX 
89
 parser to call when processing the XML stream and intercepting notations 
90
 and unparsed entities<DT><A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html#DBDTDHandler(java.sql.Connection)"><B>DBDTDHandler(Connection)</B></A> - 
89 91
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html">DBDTDHandler</A>
90 92
<DD>Construct an instance of the DBDTDHandler clas
91
<DT><A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html"><B>DBEntityResolver</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html">DBEntityResolver</A>.<DD>A database aware Class implementing EntityResolver interface for the SAX parser to
92
 call when processing the XML stream and intercepting any external entities
93
 (including the external DTD subset and external parameter entities, if any) before including them.<DT><A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html#DBEntityResolver(java.sql.Connection)"><B>DBEntityResolver(Connection)</B></A> - 
93
<DT><A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html"><B>DBEntityResolver</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html">DBEntityResolver</A>.<DD>A database aware Class implementing EntityResolver interface for the SAX 
94
 parser to call when processing the XML stream and intercepting any 
95
 external entities (including the external DTD subset and external 
96
 parameter entities, if any) before including them.<DT><A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html#DBEntityResolver(java.sql.Connection)"><B>DBEntityResolver(Connection)</B></A> - 
94 97
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html">DBEntityResolver</A>
95 98
<DD>Construct an instance of the DBEntityResolver clas
96 99
<DT><A HREF="edu/ucsb/nceas/metacat/DBTransform.html#dbg(int)"><B>dbg(int)</B></A> - 
......
106 109
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html"><B>DBSAXDocument</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>.<DD>A Class that writes an XML document main data to a database connection<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html#DBSAXDocument(java.sql.Connection, long, java.lang.String, java.lang.String)"><B>DBSAXDocument(Connection, long, String, String)</B></A> - 
107 110
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>
108 111
<DD>Construct a new document instance
109
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html"><B>DBSAXElement</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>.<DD>A Class that represents an XML element and its contents and
110
 can write its own representation to a database connection<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html#DBSAXElement(java.sql.Connection, java.lang.String, long, int)"><B>DBSAXElement(Connection, String, long, int)</B></A> - 
111
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
112
<DD>Construct a new element instance
113 112
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html"><B>DBSAXHandler</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>.<DD>A database aware Class implementing callback bethods for the SAX parser to
114 113
 call when processing the XML stream and generating events<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#DBSAXHandler(java.sql.Connection)"><B>DBSAXHandler(Connection)</B></A> - 
115 114
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
116 115
<DD>Construct an instance of the handler class
116
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html"><B>DBSAXNode</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>.<DD>A Class that represents an XML node and its contents and
117
 can write its own representation to a database connection<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html#DBSAXNode(java.sql.Connection, java.lang.String)"><B>DBSAXNode(Connection, String)</B></A> - 
118
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>
119
<DD>Construct a new node instance for DOCUMENT nodes
120
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html#DBSAXNode(java.sql.Connection, java.lang.String, edu.ucsb.nceas.metacat.DBSAXNode)"><B>DBSAXNode(Connection, String, DBSAXNode)</B></A> - 
121
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>
122
<DD>Construct a new node instance for ELEMENT nodes
117 123
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html"><B>DBSAXWriter</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html">DBSAXWriter</A>.<DD>A Class that reads in an XML text document and
118 124
 write its contents to a database connection using SAX<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html#DBSAXWriter(java.io.Reader, java.sql.Connection)"><B>DBSAXWriter(Reader, Connection)</B></A> - 
119 125
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html">DBSAXWriter</A>
......
141 147
<A NAME="_E_"><!-- --></A><H2>
142 148
<B>E</B></H2>
143 149
<DL>
144
<DT><A HREF="edu/ucsb/nceas/metacat/package-summary.html"><B>edu.ucsb.nceas.metacat</B></A> - package edu.ucsb.nceas.metacat<DD>&nbsp;<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#endDoctype()"><B>endDoctype()</B></A> - 
150
<DT><A HREF="edu/ucsb/nceas/metacat/package-summary.html"><B>edu.ucsb.nceas.metacat</B></A> - package edu.ucsb.nceas.metacat<DD>&nbsp;<DT><A HREF="edu/ucsb/nceas/metacat/ElementNode.html"><B>ElementNode</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A>.<DD>A Class that represents an XML element and its contents,
151
 and can build itself from a database connection<DT><A HREF="edu/ucsb/nceas/metacat/ElementNode.html#ElementNode(java.sql.Connection)"><B>ElementNode(Connection)</B></A> - 
152
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A>
153
<DD>Construct a new ElementNode instance
154
<DT><A HREF="edu/ucsb/nceas/metacat/ElementNode.html#ElementNode(java.sql.Connection, long)"><B>ElementNode(Connection, long)</B></A> - 
155
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A>
156
<DD>Construct a new ElementNode instance
157
<DT><A HREF="edu/ucsb/nceas/metacat/ElementNode.html#ElementNode(java.sql.Connection, long, long, java.lang.String, java.lang.String)"><B>ElementNode(Connection, long, long, String, String)</B></A> - 
158
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A>
159
<DD>Construct a new ElementNode instance
160
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#endDoctype()"><B>endDoctype()</B></A> - 
145 161
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
146 162
<DD>SAX Handler that receives notification of end of DTD 
147
 All events in DTDHandler about all unparsed entities and the event in EntityResolver for the DTD file declaration
148
 appear between setDoctype and endDoctype.
163
 All events in DTDHandler about all unparsed entities and the 
164
 event in EntityResolver for the DTD file declaration appear 
165
 between setDoctype and endDoctype.
149 166
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#endDocument()"><B>endDocument()</B></A> - 
150 167
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
151 168
<DD>SAX Handler that receives notification of end of the document
......
177 194
<DT><A HREF="edu/ucsb/nceas/metacat/GenericXMLValidate.html#GenericXMLValidate(org.xml.sax.Parser, java.lang.String)"><B>GenericXMLValidate(Parser, String)</B></A> - 
178 195
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/GenericXMLValidate.html">GenericXMLValidate</A>
179 196
<DD>&nbsp;
180
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
181
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
197
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
198
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
182 199
<DD>Get an attribute value by name
183
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getAttributes()"><B>getAttributes()</B></A> - 
184
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
200
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getAttributes()"><B>getAttributes()</B></A> - 
201
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
185 202
<DD>Get the attributes as a string
186
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getContent()"><B>getContent()</B></A> - 
187
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
188
<DD>Get the content of the element
203
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getChildren()"><B>getChildren()</B></A> - 
204
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
205
<DD>Get the an enumeration of the children of this node
189 206
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.DoctypeInfo.html#getDocname()"><B>getDocname()</B></A> - 
190 207
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.DoctypeInfo.html">DBReader.DoctypeInfo</A>
191 208
<DD>get the document name
......
195 212
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#getDoctypeInfo(long)"><B>getDoctypeInfo(long)</B></A> - 
196 213
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
197 214
<DD>Look up the document type information from the database
198
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getElementID()"><B>getElementID()</B></A> - 
199
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
200
<DD>Get the id of this element
201
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getNodeIndex()"><B>getNodeIndex()</B></A> - 
202
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
203
<DD>Get nodeIndex of the element
204
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getParentID()"><B>getParentID()</B></A> - 
205
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
206
<DD>Get the parent id of this element
215
<DT><A HREF="edu/ucsb/nceas/metacat/TextNode.html#getNodeData()"><B>getNodeData()</B></A> - 
216
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/TextNode.html">TextNode</A>
217
<DD>Get the node data as a string value
218
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getNodeID()"><B>getNodeID()</B></A> - 
219
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
220
<DD>Get the id of this node
221
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getNodeIndex()"><B>getNodeIndex()</B></A> - 
222
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
223
<DD>Get nodeIndex of the node
224
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getNodeType()"><B>getNodeType()</B></A> - 
225
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
226
<DD>Get the type of this node
227
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getParentID()"><B>getParentID()</B></A> - 
228
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
229
<DD>Get the parent id of this node
207 230
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#getRootNode(long)"><B>getRootNode(long)</B></A> - 
208 231
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
209 232
<DD>Get the root node id for an XML document given a document id
......
213 236
<DT><A HREF="edu/ucsb/nceas/metacat/DBTransform.html#getSystemId(java.lang.String, java.lang.String, java.lang.String)"><B>getSystemId(String, String, String)</B></A> - 
214 237
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBTransform.html">DBTransform</A>
215 238
<DD>Lookup a stylesheet reference from the db catalog
216
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getTagName()"><B>getTagName()</B></A> - 
217
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
218
<DD>Get the name of this element
219
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html#getTitle()"><B>getTitle()</B></A> - 
220
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>
221
<DD>Get the document title
239
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#getTagName()"><B>getTagName()</B></A> - 
240
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
241
<DD>Get the name of this node
222 242
</DL>
223 243
<HR>
224 244
<A NAME="_I_"><!-- --></A><H2>
......
228 248
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
229 249
<DD>SAX Handler that is called for each XML text node that is Ignorable
230 250
 white space
231
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#incChildNum()"><B>incChildNum()</B></A> - 
232
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
233
<DD>increase childNum when new child for the element is created
251
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#incChildNum()"><B>incChildNum()</B></A> - 
252
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
253
<DD>increase childNum when new child for the node is created
234 254
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#init(javax.servlet.ServletConfig)"><B>init(ServletConfig)</B></A> - 
235 255
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>
236 256
<DD>Initialize the servlet by creating appropriate database connections
......
259 279
 <DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#MetaCatServlet()"><B>MetaCatServlet()</B></A> - 
260 280
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>
261 281
<DD>&nbsp;
282
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html"><B>MetaCatUtil</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html">MetaCatUtil</A>.<DD>A suite of utility classes for the metadata catalog server<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html#MetaCatUtil()"><B>MetaCatUtil()</B></A> - 
283
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html">MetaCatUtil</A>
284
<DD>&nbsp;
262 285
</DL>
263 286
<HR>
264 287
<A NAME="_N_"><!-- --></A><H2>
......
269 292
<DD>Notation declarations are not signaled
270 293
</DL>
271 294
<HR>
295
<A NAME="_O_"><!-- --></A><H2>
296
<B>O</B></H2>
297
<DL>
298
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html#openDBConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>openDBConnection(String, String, String, String)</B></A> - 
299
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html">MetaCatUtil</A>
300
<DD>Utility method to establish a JDBC database connection
301
</DL>
302
<HR>
272 303
<A NAME="_P_"><!-- --></A><H2>
273 304
<B>P</B></H2>
274 305
<DL>
275 306
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#processingInstruction(java.lang.String, java.lang.String)"><B>processingInstruction(String, String)</B></A> - 
276 307
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
277
<DD>&nbsp;
308
<DD>SAX Handler called once for each processing instruction found: 
309
 node that PI may occur before or after the root element.
278 310
</DL>
279 311
<HR>
280 312
<A NAME="_R_"><!-- --></A><H2>
281 313
<B>R</B></H2>
282 314
<DL>
283
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html"><B>ReaderElement</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>.<DD>A Class that represents an XML element and its contents,
284
 and can build itself from a database connection<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#ReaderElement(java.sql.Connection)"><B>ReaderElement(Connection)</B></A> - 
285
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
286
<DD>Construct a new ReaderElement instance
287
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#ReaderElement(java.sql.Connection, long)"><B>ReaderElement(Connection, long)</B></A> - 
288
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
289
<DD>Construct a new ReaderElement instance
290
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#ReaderElement(java.sql.Connection, long, long, java.lang.String, java.lang.String)"><B>ReaderElement(Connection, long, long, String, String)</B></A> - 
291
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
292
<DD>Construct a new ReaderElement instance
293 315
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#readXMLDocument(long)"><B>readXMLDocument(long)</B></A> - 
294 316
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
295 317
<DD>Create an XML document from the database starting with the element 
......
298 320
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBEntityResolver.html">DBEntityResolver</A>
299 321
<DD>The Parser call this method before opening any external entity 
300 322
 except the top-level document entity (including the external DTD subset,
301
 external entities referenced within the DTD, and external entities referenced 
302
 within the document element)
323
 external entities referenced within the DTD, and external entities 
324
 referenced within the document element)
303 325
<DT><A HREF="edu/ucsb/nceas/metacat/GenericXMLValidate.html#returnErrors()"><B>returnErrors()</B></A> - 
304 326
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/GenericXMLValidate.html">GenericXMLValidate</A>
305 327
<DD>&nbsp;
......
308 330
<A NAME="_S_"><!-- --></A><H2>
309 331
<B>S</B></H2>
310 332
<DL>
311
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
312
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
313
<DD>Add a new attribute to this element, or set its value
314
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
315
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
316
<DD>Add a new attribute to this element, or set its value
333
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
334
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
335
<DD>Add a new attribute to this node, or set its value
336
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - 
337
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>
338
<DD>Add a new attribute to this node, or set its value
317 339
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#setDoctype(oracle.xml.parser.v2.DTD)"><B>setDoctype(DTD)</B></A> - 
318 340
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
319 341
<DD>SAX Handler that receives notification of DTD.
320
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setElementID(long)"><B>setElementID(long)</B></A> - 
321
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
322
<DD>Set the id of this element
323
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setParentID(long)"><B>setParentID(long)</B></A> - 
324
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
325
<DD>Set the parent id of this element
326
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setTagName(java.lang.String)"><B>setTagName(String)</B></A> - 
327
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
328
<DD>Set the tagname of this element
329
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - 
330
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>
331
<DD>Set the document title
332
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html#setTitleFromChildElement()"><B>setTitleFromChildElement()</B></A> - 
333
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXDocument.html">DBSAXDocument</A>
334
<DD>Look up the title of the first child element named "title"
335
 and record it as the document title
342
<DT><A HREF="edu/ucsb/nceas/metacat/TextNode.html#setNodeData(java.lang.String)"><B>setNodeData(String)</B></A> - 
343
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/TextNode.html">TextNode</A>
344
<DD>Set the node data to the given string
345
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setNodeID(long)"><B>setNodeID(long)</B></A> - 
346
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
347
<DD>Set the id of this node
348
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setNodeIndex(int)"><B>setNodeIndex(int)</B></A> - 
349
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
350
<DD>Set the node index of this node
351
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setNodeType(java.lang.String)"><B>setNodeType(String)</B></A> - 
352
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
353
<DD>Set the type of this node
354
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setParentID(long)"><B>setParentID(long)</B></A> - 
355
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
356
<DD>Set the parent id of this node
357
<DT><A HREF="edu/ucsb/nceas/metacat/BasicNode.html#setTagName(java.lang.String)"><B>setTagName(String)</B></A> - 
358
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicNode.html">BasicNode</A>
359
<DD>Set the name of this node
336 360
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#startDocument()"><B>startDocument()</B></A> - 
337 361
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
338 362
<DD>SAX Handler that receives notification of beginning of the document
......
344 368
<A NAME="_T_"><!-- --></A><H2>
345 369
<B>T</B></H2>
346 370
<DL>
347
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#toString()"><B>toString()</B></A> - 
348
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
349
<DD>convert the element to a string representation for display
350
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#toString()"><B>toString()</B></A> - 
351
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
371
<DT><A HREF="edu/ucsb/nceas/metacat/TextNode.html"><B>TextNode</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/TextNode.html">TextNode</A>.<DD>A Class that represents an XML element and its contents,
372
 and can build itself from a database connection<DT><A HREF="edu/ucsb/nceas/metacat/TextNode.html#TextNode(java.sql.Connection, long, long, java.lang.String, java.lang.String)"><B>TextNode(Connection, long, long, String, String)</B></A> - 
373
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/TextNode.html">TextNode</A>
374
<DD>Construct a new TextNode instance
375
<DT><A HREF="edu/ucsb/nceas/metacat/TextNode.html#toString()"><B>toString()</B></A> - 
376
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/TextNode.html">TextNode</A>
377
<DD>String representation of this text node
378
<DT><A HREF="edu/ucsb/nceas/metacat/ElementNode.html#toString()"><B>toString()</B></A> - 
379
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ElementNode.html">ElementNode</A>
352 380
<DD>String representation for display purposes (recursively descends through
353 381
 children to create an XML subtree)
354 382
<DT><A HREF="edu/ucsb/nceas/metacat/DBTransform.html#transformXMLDocument(java.lang.String, java.lang.String, java.lang.String, java.io.PrintWriter)"><B>transformXMLDocument(String, String, String, PrintWriter)</B></A> - 
......
361 389
<DL>
362 390
<DT><A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html#unparsedEntityDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>unparsedEntityDecl(String, String, String, String)</B></A> - 
363 391
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBDTDHandler.html">DBDTDHandler</A>
364
<DD>All are reported after startDocument and before first startElement event
392
<DD>All are reported after startDocument and before first 
393
 startElement event
365 394
</DL>
366 395
<HR>
367 396
<A NAME="_V_"><!-- --></A><H2>
......
381 410
<A NAME="_W_"><!-- --></A><H2>
382 411
<B>W</B></H2>
383 412
<DL>
384
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html#writeContentToDB()"><B>writeContentToDB()</B></A> - 
385
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
386
<DD>Write the element content to the db connection
413
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html#writeChildNodeToDB(java.lang.String, java.lang.String, java.lang.String)"><B>writeChildNodeToDB(String, String, String)</B></A> - 
414
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>
415
<DD>creates SQL code and inserts new node into DB connection
416
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html#writeNodename(java.lang.String)"><B>writeNodename(String)</B></A> - 
417
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXNode.html">DBSAXNode</A>
418
<DD>creates SQL code to put nodename for the document node 
419
 into DB connection
387 420
</DL>
388 421
<HR>
389 422
<A NAME="_X_"><!-- --></A><H2>
......
401 434
<DD>&nbsp;
402 435
</DL>
403 436
<HR>
404
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 
437
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 
405 438
<!-- ========== START OF NAVBAR ========== -->
406 439
<A NAME="navbar_bottom"><!-- --></A>
407 440
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
......
412 445
  <TR ALIGN="center" VALIGN="top">
413 446
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
414 447
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
448
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
415 449
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="edu/ucsb/nceas/metacat/package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
416 450
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
417 451
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
......
436 470
<!-- =========== END OF NAVBAR =========== -->
437 471

  
438 472
<HR>
439

  
473
<i>Copyright ? 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.</i>
440 474
</BODY>
441 475
</HTML>

Also available in: Unified diff