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


Constructor Index

 o XSetQueryClient(String, String)
simple constructor that initializes two fields according to cmdline arguments

Method Index

 o main(String[])
 o 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.

Constructors

 o XSetQueryClient
 public XSetQueryClient(String host,
                        String xmlpath)
simple constructor that initializes two fields according to cmdline arguments

Methods

 o 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.

 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index