All Packages Class Hierarchy This Package Previous Next Index
Class ninja.xset.XSetClient
java.lang.Object
|
+----ninja.xset.XSetClient
- public class XSetClient
- extends Object
A sample client class for the XSet project
-
XSetClient(String, String)
- simple constructor that initializes two fields according to
cmdline arguments
-
main(String[])
-
-
run()
- Main code is here
The code simply calls XSet to index the files in the XML path,
and then does a query on them with a hard-coded XML query fragment.
XSetClient
public XSetClient(String host,
String xmlpath)
- simple constructor that initializes two fields according to
cmdline arguments
run
public void run()
- Main code is here
The code simply calls XSet to index the files in the XML path,
and then does a query on them with a hard-coded XML query fragment.
main
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index