Revision 51
Added by Matt Jones over 24 years ago
index-all.html | ||
---|---|---|
2 | 2 |
<!--NewPage--> |
3 | 3 |
<HTML> |
4 | 4 |
<HEAD> |
5 |
<!-- Generated by javadoc on Mon Apr 17 13:49:15 AKDT 2000 -->
|
|
5 |
<!-- Generated by javadoc on Mon Apr 17 15:07:20 AKDT 2000 -->
|
|
6 | 6 |
<TITLE> |
7 | 7 |
: Index |
8 | 8 |
</TITLE> |
... | ... | |
42 | 42 |
</TABLE> |
43 | 43 |
<!-- =========== END OF NAVBAR =========== --> |
44 | 44 |
|
45 |
<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="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR> |
|
45 |
<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="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
|
|
46 | 46 |
<A NAME="_A_"><!-- --></A><H2> |
47 | 47 |
<B>A</B></H2> |
48 | 48 |
<DL> |
49 |
<DT><A HREF="BasicElement.html#appendContent(char[], int, int)"><B>appendContent(char[], int, int)</B></A> - |
|
50 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
49 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#appendContent(char[], int, int)"><B>appendContent(char[], int, int)</B></A> -
|
|
50 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
51 | 51 |
<DD>Append to the content of the element |
52 |
<DT><A HREF="BasicElement.html#appendContent(java.lang.String)"><B>appendContent(String)</B></A> - |
|
53 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
52 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#appendContent(java.lang.String)"><B>appendContent(String)</B></A> -
|
|
53 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
54 | 54 |
<DD>Append to the content of the element |
55 | 55 |
</DL> |
56 | 56 |
<HR> |
57 | 57 |
<A NAME="_B_"><!-- --></A><H2> |
58 | 58 |
<B>B</B></H2> |
59 | 59 |
<DL> |
60 |
<DT><A HREF="BasicElement.html"><B>BasicElement</B></A> - class <A HREF="BasicElement.html">BasicElement</A>.<DD>A Class that represents an XML element and its contents<DT><A HREF="BasicElement.html#BasicElement()"><B>BasicElement()</B></A> -
|
|
61 |
Constructor for class <A HREF="BasicElement.html">BasicElement</A>
|
|
60 |
<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> -
|
|
61 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
62 | 62 |
<DD>Construct a Basic Element |
63 |
<DT><A HREF="BasicElement.html#BasicElement(long, java.lang.String, long)"><B>BasicElement(long, String, long)</B></A> - |
|
64 |
Constructor for class <A HREF="BasicElement.html">BasicElement</A>
|
|
63 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(long, java.lang.String, long)"><B>BasicElement(long, String, long)</B></A> -
|
|
64 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
65 | 65 |
<DD>Construct a Basic Element |
66 |
<DT><A HREF="BasicElement.html#BasicElement(java.lang.String, long)"><B>BasicElement(String, long)</B></A> - |
|
67 |
Constructor for class <A HREF="BasicElement.html">BasicElement</A>
|
|
66 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#BasicElement(java.lang.String, long)"><B>BasicElement(String, long)</B></A> -
|
|
67 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
68 | 68 |
<DD>Construct a Basic Element |
69 | 69 |
</DL> |
70 | 70 |
<HR> |
71 | 71 |
<A NAME="_C_"><!-- --></A><H2> |
72 | 72 |
<B>C</B></H2> |
73 | 73 |
<DL> |
74 |
<DT><A HREF="DBSAXHandler.html#characters(char[], int, int)"><B>characters(char[], int, int)</B></A> - |
|
75 |
Method in class <A HREF="DBSAXHandler.html">DBSAXHandler</A>
|
|
74 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#characters(char[], int, int)"><B>characters(char[], int, int)</B></A> -
|
|
75 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
|
|
76 | 76 |
<DD>SAX Handler that is called for each XML text node |
77 | 77 |
</DL> |
78 | 78 |
<HR> |
79 | 79 |
<A NAME="_D_"><!-- --></A><H2> |
80 | 80 |
<B>D</B></H2> |
81 | 81 |
<DL> |
82 |
<DT><A HREF="DBReader.html"><B>DBReader</B></A> - class <A HREF="DBReader.html">DBReader</A>.<DD>A Class that creates an XML text document
|
|
83 |
from a query to a relational DB containing a DOM representation<DT><A HREF="DBReader.html#DBReader(java.lang.String, java.lang.String, java.lang.String)"><B>DBReader(String, String, String)</B></A> -
|
|
84 |
Constructor for class <A HREF="DBReader.html">DBReader</A>
|
|
82 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html"><B>DBReader</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>.<DD>A Class that creates an XML text document
|
|
83 |
from a query to a relational DB containing a DOM representation<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#DBReader(java.sql.Connection)"><B>DBReader(Connection)</B></A> -
|
|
84 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
|
|
85 | 85 |
<DD>construct a DBReader instance. |
86 |
<DT><A HREF="DBSAXElement.html"><B>DBSAXElement</B></A> - class <A HREF="DBSAXElement.html">DBSAXElement</A>.<DD>A Class that represents an XML element and its contents and
|
|
87 |
can write its own representation to a database connection<DT><A HREF="DBSAXElement.html#DBSAXElement(java.sql.Connection, java.lang.String, long)"><B>DBSAXElement(Connection, String, long)</B></A> - |
|
88 |
Constructor for class <A HREF="DBSAXElement.html">DBSAXElement</A>
|
|
86 |
<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
|
|
87 |
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)"><B>DBSAXElement(Connection, String, long)</B></A> -
|
|
88 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
|
|
89 | 89 |
<DD>Construct a new element instance |
90 |
<DT><A HREF="DBSAXHandler.html"><B>DBSAXHandler</B></A> - class <A HREF="DBSAXHandler.html">DBSAXHandler</A>.<DD>A database aware Class implementing callback bethods for the SAX parser to
|
|
91 |
call when processing the XML stream and generating events<DT><A HREF="DBSAXHandler.html#DBSAXHandler(java.sql.Connection)"><B>DBSAXHandler(Connection)</B></A> - |
|
92 |
Constructor for class <A HREF="DBSAXHandler.html">DBSAXHandler</A>
|
|
90 |
<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
|
|
91 |
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> -
|
|
92 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
|
|
93 | 93 |
<DD>Construct an instance of the handler class |
94 |
<DT><A HREF="DBSAXWriter.html"><B>DBSAXWriter</B></A> - class <A HREF="DBSAXWriter.html">DBSAXWriter</A>.<DD>A Class that reads in an XML text document and
|
|
95 |
write its contents to a database connection using SAX<DT><A HREF="DBSAXWriter.html#DBSAXWriter(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>DBSAXWriter(String, String, String, String)</B></A> -
|
|
96 |
Constructor for class <A HREF="DBSAXWriter.html">DBSAXWriter</A>
|
|
94 |
<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
|
|
95 |
write its contents to a database connection using SAX<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html#DBSAXWriter(java.lang.String, java.sql.Connection)"><B>DBSAXWriter(String, Connection)</B></A> -
|
|
96 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html">DBSAXWriter</A>
|
|
97 | 97 |
<DD>construct a new instance of the class to write an XML file to the database |
98 |
<DT><A HREF="DBSimpleQuery.html"><B>DBSimpleQuery</B></A> - class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A>.<DD>A Class that searches a relational DB for elements and attributes that
|
|
99 |
have free text matches to the query string.<DT><A HREF="DBSimpleQuery.html#DBSimpleQuery(java.lang.String, java.lang.String, java.lang.String)"><B>DBSimpleQuery(String, String, String)</B></A> -
|
|
100 |
Constructor for class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A>
|
|
98 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html"><B>DBSimpleQuery</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html">DBSimpleQuery</A>.<DD>A Class that searches a relational DB for elements and attributes that
|
|
99 |
have free text matches to the query string.<DT><A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html#DBSimpleQuery(java.sql.Connection)"><B>DBSimpleQuery(Connection)</B></A> -
|
|
100 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html">DBSimpleQuery</A>
|
|
101 | 101 |
<DD>construct an instance of the DBSimpleQuery class |
102 | 102 |
|
103 |
Generally, one would call the findRootNodes() routine after creating |
|
104 |
an instance to specify the query to search for |
|
105 |
<DT><A HREF="MetaCatServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - |
|
106 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A> |
|
103 |
|
|
104 |
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - |
|
105 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A> |
|
107 | 106 |
<DD>Handle "GET" method requests from HTTP clients |
108 |
<DT><A HREF="MetaCatServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - |
|
109 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A>
|
|
107 |
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> -
|
|
108 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>
|
|
110 | 109 |
<DD>Handle "POST" method requests from HTTP clients |
111 | 110 |
</DL> |
112 | 111 |
<HR> |
113 | 112 |
<A NAME="_E_"><!-- --></A><H2> |
114 | 113 |
<B>E</B></H2> |
115 | 114 |
<DL> |
116 |
<DT><A HREF="DBSAXHandler.html#endElement(oracle.xml.parser.v2.NSName)"><B>endElement(NSName)</B></A> - |
|
117 |
Method in class <A HREF="DBSAXHandler.html">DBSAXHandler</A>
|
|
115 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#endElement(oracle.xml.parser.v2.NSName)"><B>endElement(NSName)</B></A> -
|
|
116 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
|
|
118 | 117 |
<DD>SAX Handler that is called at the end of each XML element |
119 | 118 |
</DL> |
120 | 119 |
<HR> |
121 | 120 |
<A NAME="_F_"><!-- --></A><H2> |
122 | 121 |
<B>F</B></H2> |
123 | 122 |
<DL> |
124 |
<DT><A HREF="DBSAXWriter.html#fileToURL(java.io.File)"><B>fileToURL(File)</B></A> - |
|
125 |
Static method in class <A HREF="DBSAXWriter.html">DBSAXWriter</A>
|
|
123 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html#fileToURL(java.io.File)"><B>fileToURL(File)</B></A> -
|
|
124 |
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html">DBSAXWriter</A>
|
|
126 | 125 |
<DD>Utility method to convert a file handle into a URL |
127 |
<DT><A HREF="DBSimpleQuery.html#findRootNodes(java.lang.String)"><B>findRootNodes(String)</B></A> - |
|
128 |
Method in class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A>
|
|
126 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html#findRootNodes(java.lang.String)"><B>findRootNodes(String)</B></A> -
|
|
127 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html">DBSimpleQuery</A>
|
|
129 | 128 |
<DD>routine to search the elements and attributes looking to match query |
130 | 129 |
</DL> |
131 | 130 |
<HR> |
132 | 131 |
<A NAME="_G_"><!-- --></A><H2> |
133 | 132 |
<B>G</B></H2> |
134 | 133 |
<DL> |
135 |
<DT><A HREF="BasicElement.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - |
|
136 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
134 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> -
|
|
135 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
137 | 136 |
<DD>Get an attribute value by name |
138 |
<DT><A HREF="BasicElement.html#getAttributes()"><B>getAttributes()</B></A> - |
|
139 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
137 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getAttributes()"><B>getAttributes()</B></A> -
|
|
138 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
140 | 139 |
<DD>Get the attributes as a string |
141 |
<DT><A HREF="BasicElement.html#getContent()"><B>getContent()</B></A> - |
|
142 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
140 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getContent()"><B>getContent()</B></A> -
|
|
141 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
143 | 142 |
<DD>Get the content of the element |
144 |
<DT><A HREF="BasicElement.html#getElementID()"><B>getElementID()</B></A> - |
|
145 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
143 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getElementID()"><B>getElementID()</B></A> -
|
|
144 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
146 | 145 |
<DD>Get the id of this element |
147 |
<DT><A HREF="BasicElement.html#getParentID()"><B>getParentID()</B></A> - |
|
148 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
146 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getParentID()"><B>getParentID()</B></A> -
|
|
147 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
149 | 148 |
<DD>Get the parent id of this element |
150 |
<DT><A HREF="BasicElement.html#getTagName()"><B>getTagName()</B></A> - |
|
151 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
149 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#getTagName()"><B>getTagName()</B></A> -
|
|
150 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
152 | 151 |
<DD>Get the name of this element |
153 | 152 |
</DL> |
154 | 153 |
<HR> |
155 | 154 |
<A NAME="_I_"><!-- --></A><H2> |
156 | 155 |
<B>I</B></H2> |
157 | 156 |
<DL> |
158 |
<DT><A HREF="DBSAXHandler.html#ignorableWhitespace(char[], int, int)"><B>ignorableWhitespace(char[], int, int)</B></A> - |
|
159 |
Method in class <A HREF="DBSAXHandler.html">DBSAXHandler</A>
|
|
157 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#ignorableWhitespace(char[], int, int)"><B>ignorableWhitespace(char[], int, int)</B></A> -
|
|
158 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
|
|
160 | 159 |
<DD>SAX Handler that is called for each XML text node that is Ignorable |
161 | 160 |
white space |
162 |
<DT><A HREF="MetaCatServlet.html#init(javax.servlet.ServletConfig)"><B>init(ServletConfig)</B></A> - |
|
163 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A>
|
|
161 |
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#init(javax.servlet.ServletConfig)"><B>init(ServletConfig)</B></A> -
|
|
162 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>
|
|
164 | 163 |
<DD>Initialize the servlet by creating appropriate database connections |
165 | 164 |
</DL> |
166 | 165 |
<HR> |
167 | 166 |
<A NAME="_M_"><!-- --></A><H2> |
168 | 167 |
<B>M</B></H2> |
169 | 168 |
<DL> |
170 |
<DT><A HREF="DBSAXWriter.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
|
171 |
Static method in class <A HREF="DBSAXWriter.html">DBSAXWriter</A>
|
|
169 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html#main(java.lang.String[])"><B>main(String[])</B></A> -
|
|
170 |
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXWriter.html">DBSAXWriter</A>
|
|
172 | 171 |
<DD>the main routine used to test the DBSAXWriter utility. |
173 |
<DT><A HREF="DBReader.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
|
174 |
Static method in class <A HREF="DBReader.html">DBReader</A>
|
|
172 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#main(java.lang.String[])"><B>main(String[])</B></A> -
|
|
173 |
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
|
|
175 | 174 |
<DD>main routine used for testing. |
176 |
<DT><A HREF="DBSimpleQuery.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
|
177 |
Static method in class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A>
|
|
175 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html#main(java.lang.String[])"><B>main(String[])</B></A> -
|
|
176 |
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSimpleQuery.html">DBSimpleQuery</A>
|
|
178 | 177 |
<DD>the main routine used to test the DBSimpleQuery utility. |
179 |
<DT><A HREF="MetaCatServlet.html"><B>MetaCatServlet</B></A> - class <A HREF="MetaCatServlet.html">MetaCatServlet</A>.<DD>A metadata catalog server implemented as a Java Servlet
|
|
178 |
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html"><B>MetaCatServlet</B></A> - class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>.<DD>A metadata catalog server implemented as a Java Servlet
|
|
180 | 179 |
|
181 |
<DT><A HREF="MetaCatServlet.html#MetaCatServlet()"><B>MetaCatServlet()</B></A> - |
|
182 |
Constructor for class <A HREF="MetaCatServlet.html">MetaCatServlet</A>
|
|
180 |
<DT><A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html#MetaCatServlet()"><B>MetaCatServlet()</B></A> -
|
|
181 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatServlet.html">MetaCatServlet</A>
|
|
183 | 182 |
<DD> |
183 |
<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> - |
|
184 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html">MetaCatUtil</A> |
|
185 |
<DD> |
|
184 | 186 |
</DL> |
185 | 187 |
<HR> |
188 |
<A NAME="_O_"><!-- --></A><H2> |
|
189 |
<B>O</B></H2> |
|
190 |
<DL> |
|
191 |
<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> - |
|
192 |
Static method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/MetaCatUtil.html">MetaCatUtil</A> |
|
193 |
<DD>Utility method to establish a JDBC database connection |
|
194 |
</DL> |
|
195 |
<HR> |
|
186 | 196 |
<A NAME="_R_"><!-- --></A><H2> |
187 | 197 |
<B>R</B></H2> |
188 | 198 |
<DL> |
189 |
<DT><A HREF="ReaderElement.html"><B>ReaderElement</B></A> - class <A HREF="ReaderElement.html">ReaderElement</A>.<DD>A Class that represents an XML element and its contents,
|
|
190 |
and can build itself from a database connection<DT><A HREF="ReaderElement.html#ReaderElement(java.sql.Connection)"><B>ReaderElement(Connection)</B></A> - |
|
191 |
Constructor for class <A HREF="ReaderElement.html">ReaderElement</A>
|
|
199 |
<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,
|
|
200 |
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> -
|
|
201 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
|
|
192 | 202 |
<DD>Construct a new ReaderElement instance |
193 |
<DT><A HREF="ReaderElement.html#ReaderElement(java.sql.Connection, long)"><B>ReaderElement(Connection, long)</B></A> - |
|
194 |
Constructor for class <A HREF="ReaderElement.html">ReaderElement</A>
|
|
203 |
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#ReaderElement(java.sql.Connection, long)"><B>ReaderElement(Connection, long)</B></A> -
|
|
204 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
|
|
195 | 205 |
<DD>Construct a new ReaderElement instance |
196 |
<DT><A HREF="ReaderElement.html#ReaderElement(java.sql.Connection, long, long, java.lang.String, java.lang.String)"><B>ReaderElement(Connection, long, long, String, String)</B></A> - |
|
197 |
Constructor for class <A HREF="ReaderElement.html">ReaderElement</A>
|
|
206 |
<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> -
|
|
207 |
Constructor for class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
|
|
198 | 208 |
<DD>Construct a new ReaderElement instance |
199 |
<DT><A HREF="DBReader.html#readXMLDocument(long)"><B>readXMLDocument(long)</B></A> - |
|
200 |
Method in class <A HREF="DBReader.html">DBReader</A>
|
|
209 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBReader.html#readXMLDocument(long)"><B>readXMLDocument(long)</B></A> -
|
|
210 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBReader.html">DBReader</A>
|
|
201 | 211 |
<DD>Create an XML document from the database starting with the element |
202 | 212 |
having element_id nodeid |
203 | 213 |
</DL> |
... | ... | |
205 | 215 |
<A NAME="_S_"><!-- --></A><H2> |
206 | 216 |
<B>S</B></H2> |
207 | 217 |
<DL> |
208 |
<DT><A HREF="BasicElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - |
|
209 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
218 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> -
|
|
219 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
210 | 220 |
<DD>Add a new attribute to this element, or set its value |
211 |
<DT><A HREF="DBSAXElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> - |
|
212 |
Method in class <A HREF="DBSAXElement.html">DBSAXElement</A>
|
|
221 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html#setAttribute(java.lang.String, java.lang.String)"><B>setAttribute(String, String)</B></A> -
|
|
222 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
|
|
213 | 223 |
<DD>Add a new attribute to this element, or set its value |
214 |
<DT><A HREF="BasicElement.html#setElementID(long)"><B>setElementID(long)</B></A> - |
|
215 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
224 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setElementID(long)"><B>setElementID(long)</B></A> -
|
|
225 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
216 | 226 |
<DD>Set the id of this element |
217 |
<DT><A HREF="BasicElement.html#setParentID(long)"><B>setParentID(long)</B></A> - |
|
218 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
227 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setParentID(long)"><B>setParentID(long)</B></A> -
|
|
228 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
219 | 229 |
<DD>Set the parent id of this element |
220 |
<DT><A HREF="BasicElement.html#setTagName(java.lang.String)"><B>setTagName(String)</B></A> - |
|
221 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
230 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#setTagName(java.lang.String)"><B>setTagName(String)</B></A> -
|
|
231 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
222 | 232 |
<DD>Set the tagname of this element |
223 |
<DT><A HREF="DBSAXHandler.html#startElement(oracle.xml.parser.v2.NSName, oracle.xml.parser.v2.SAXAttrList)"><B>startElement(NSName, SAXAttrList)</B></A> - |
|
224 |
Method in class <A HREF="DBSAXHandler.html">DBSAXHandler</A>
|
|
233 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html#startElement(oracle.xml.parser.v2.NSName, oracle.xml.parser.v2.SAXAttrList)"><B>startElement(NSName, SAXAttrList)</B></A> -
|
|
234 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXHandler.html">DBSAXHandler</A>
|
|
225 | 235 |
<DD>SAX Handler that is called at the start of each XML element |
226 | 236 |
</DL> |
227 | 237 |
<HR> |
228 | 238 |
<A NAME="_T_"><!-- --></A><H2> |
229 | 239 |
<B>T</B></H2> |
230 | 240 |
<DL> |
231 |
<DT><A HREF="BasicElement.html#toString()"><B>toString()</B></A> - |
|
232 |
Method in class <A HREF="BasicElement.html">BasicElement</A>
|
|
241 |
<DT><A HREF="edu/ucsb/nceas/metacat/BasicElement.html#toString()"><B>toString()</B></A> -
|
|
242 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/BasicElement.html">BasicElement</A>
|
|
233 | 243 |
<DD>convert the element to a string representation for display |
234 |
<DT><A HREF="ReaderElement.html#toString()"><B>toString()</B></A> - |
|
235 |
Method in class <A HREF="ReaderElement.html">ReaderElement</A>
|
|
244 |
<DT><A HREF="edu/ucsb/nceas/metacat/ReaderElement.html#toString()"><B>toString()</B></A> -
|
|
245 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/ReaderElement.html">ReaderElement</A>
|
|
236 | 246 |
<DD>String representation for display purposes (recursively descends through |
237 | 247 |
children to create an XML subtree) |
238 | 248 |
</DL> |
... | ... | |
240 | 250 |
<A NAME="_W_"><!-- --></A><H2> |
241 | 251 |
<B>W</B></H2> |
242 | 252 |
<DL> |
243 |
<DT><A HREF="DBSAXElement.html#writeContentToDB()"><B>writeContentToDB()</B></A> - |
|
244 |
Method in class <A HREF="DBSAXElement.html">DBSAXElement</A>
|
|
253 |
<DT><A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html#writeContentToDB()"><B>writeContentToDB()</B></A> -
|
|
254 |
Method in class edu.ucsb.nceas.metacat.<A HREF="edu/ucsb/nceas/metacat/DBSAXElement.html">DBSAXElement</A>
|
|
245 | 255 |
<DD>Write the element content to the db connection |
246 | 256 |
</DL> |
247 | 257 |
<HR> |
248 |
<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="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> |
|
258 |
<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="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A>
|
|
249 | 259 |
<!-- ========== START OF NAVBAR ========== --> |
250 | 260 |
<A NAME="navbar_bottom"><!-- --></A> |
251 | 261 |
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> |
Also available in: Unified diff
changed package name to edu.ucsb.nceas.metacat.*