|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.fastxmldb.example.XMLDBClient
Constructor Summary | |
XMLDBClient()
Default constructor This class finds or creates a collection, creates a resource and sets the contents. |
Method Summary | |
org.xmldb.api.base.Collection |
findOrCreateCollection(java.lang.String name)
Finds or creates a collection |
static void |
main(java.lang.String[] args)
Main entry poitn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLDBClient()
Object.Object()
Method Detail |
public org.xmldb.api.base.Collection findOrCreateCollection(java.lang.String name) throws org.xmldb.api.base.XMLDBException
name
- the name of the collectionorg.xmldb.api.base.XMLDBException
- if anything goes wrongpublic static void main(java.lang.String[] args)
args
- no arguments needed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |