org.basex.test.examples
Class WikiExample

java.lang.Object
  extended by org.basex.test.examples.WikiExample

public final class WikiExample
extends Object

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.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, BaseX Team

Method Summary
static void main(String[] args)
          Runs the example code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws BaseXException
Runs the example code.

Parameters:
args - (ignored) command-line arguments
Throws:
BaseXException - if a database command fails