Project

General

Profile

« Previous | Next » 

Revision 205

Added by Matt Jones about 24 years ago

Updated javadoc documentation.

View differences:

MetaCatServlet.html
2 2
<!--NewPage-->
3 3
<HTML>
4 4
<HEAD>
5
<!-- Generated by javadoc on Tue Jun 20 16:37:31 AKDT 2000 -->
5
<!-- Generated by javadoc on Mon Jun 26 20:52:07 AKDT 2000 -->
6 6
<TITLE>
7 7
MetaCat API: Class  MetaCatServlet
8 8
</TITLE>
......
35 35

  
36 36
<TR>
37 37
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
38
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/GenericXMLValidate.html"><B>PREV CLASS</B></A>&nbsp;
38
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/ElementNode.html"><B>PREV CLASS</B></A>&nbsp;
39 39
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/MetaCatUtil.html"><B>NEXT CLASS</B></A></FONT></TD>
40 40
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
41 41
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
......
70 70
 <p>Valid parameters are:<br>
71 71
 action=query -- query the values of all elements and attributes
72 72
                     and return a result set of nodes<br>
73
 action=squery -- structured query (@see pathquery.dtd)
74
 doctype -- document type list returned by the query (publicID)
73
 action=squery -- structured query (see pathquery.dtd)<br>
74
 action=insert -- insert an XML document into the database store<br>
75
 action=update -- update an XML document that is in the database store<br>
76
 action=delete --  delete an XML document from the database store<br>
77
 action=validate -- vallidate the xml contained in valtext<br>
78
 action=getdocument -- display an XML document in XML or HTML<br>
79
 doctype -- document type list returned by the query (publicID)<br>
75 80
 qformat=xml -- display resultset from query in XML<br>
76 81
 qformat=html -- display resultset from query in HTML<br>
77
 action=getdocument -- display an XML document in XML or HTML<br>
78 82
 docid=34 -- display the document with the document ID number 34<br>
79
 action=putdocument -- load an XML document into the database store<br>
80
 doctext -- XML text ofthe document to load into the database<br>
83
 doctext -- XML text of the document to load into the database<br>
81 84
 query -- actual query text (to go with 'action=query' or 'action=squery')<br>
82
 action=validate -- vallidate the xml contained in validatetext<br>
83
 valtext -- XML text to be validated
84
 action=getdatadoc -- retreive a stored datadocument
85
 datadoc -- data document name (id)
85
 valtext -- XML text to be validated<br>
86
 action=getdatadoc -- retreive a stored datadocument<br>
87
 datadoc -- data document name (id)<br>
88
 <p>
89
 The particular combination of parameters that are valid for each 
90
 particular action value is quite specific.  This documentation
91
 will be reorganized to reflect this information.
86 92
<P>
87 93
<HR>
88 94

  
......
234 240

  
235 241
<TR>
236 242
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
237
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/GenericXMLValidate.html"><B>PREV CLASS</B></A>&nbsp;
243
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/ElementNode.html"><B>PREV CLASS</B></A>&nbsp;
238 244
&nbsp;<A HREF="../../../../edu/ucsb/nceas/metacat/MetaCatUtil.html"><B>NEXT CLASS</B></A></FONT></TD>
239 245
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
240 246
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;

Also available in: Unified diff