Package org.basex.test.examples

Contains examples for using the project code.

See:
          Description

Class Summary
CollectionExample This class shows the basic usage of the BaseX collection commands.
CollectionQueryExample This class demonstrates collection relevant queries.
DatabaseExample This class demonstrates database creation and dropping.
DeepFSExample This class presents the usage of the DeepFS package.
QueryExample This example demonstrates three variants how XQuery requests can be evaluated with BaseX.
SAXExample This class serves as an example for evaluating XQuery requests and serializing the results via the SAX API.
ServerConcurrencyExample This class connects multiple clients to one server instance.
ServerExample This class demonstrates database access via the client/server architecture.
ServerLocalExample This class sends a query to a database server instance.
UserExample This class presents methods to directly access core maintenance and administration features.
WikiExample This example demonstrates how databases can be created from remote XML documents, and how XQuery can be used to locally update the document and perform full-text requests.
XMLDBCreate This class serves an example for creating a Database with the XML:DB API.
XMLDBInsert This class serves an example for inserting a XML Document into a Database using the XML:DB API.
XMLDBQuery This class serves an example for executing XPath requests with the XML:DB API.
XQJQuery This class serves an example for executing XQuery requests using the XQuery for Java (XQJ) API.
 

Package org.basex.test.examples Description

Contains examples for using the project code.