All Packages Class Hierarchy This Package Previous Next Index
Class ninja.xset.XSetQueryClient
java.lang.Object
|
+----ninja.xset.XSetQueryClient
- public class XSetQueryClient
- extends Object
A sample client class for the XSet project
-
XSetQueryClient(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.
XSetQueryClient
public XSetQueryClient(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