Revision 312
Added by bojilova over 24 years ago
src/edu/ucsb/nceas/metacat/DBSAXDocument.java | ||
---|---|---|
130 | 130 |
return docid; |
131 | 131 |
} |
132 | 132 |
|
133 |
/** Get root node id */ |
|
134 |
public long getRootNodeID() { |
|
135 |
return rootnodeid; |
|
136 |
} |
|
137 |
|
|
133 | 138 |
/** |
134 | 139 |
* Get the document title |
135 | 140 |
*/ |
... | ... | |
271 | 276 |
|
272 | 277 |
/** |
273 | 278 |
* '$Log$ |
279 |
* 'Revision 1.15 2000/06/27 04:31:07 jones |
|
280 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
|
281 |
* 'DBWriter. There were problematic interactions between some static |
|
282 |
* 'variables used in DBEntityResolver and the way in which the |
|
283 |
* 'Servlet objects are re-used across multiple client invocations. |
|
284 |
* ' |
|
285 |
* 'Generally cleaned up error reporting. Now all errors and success |
|
286 |
* 'results are reported as XML documents from MetaCatServlet. Need |
|
287 |
* 'to make the command line tools do the same. |
|
288 |
* ' |
|
274 | 289 |
* 'Revision 1.14 2000/06/26 10:35:05 jones |
275 | 290 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
276 | 291 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
Also available in: Unified diff
Added public method to return the rootnodeid of the document