edu.umd.cs.db.xsq
Class XSQ

java.lang.Object
  |
  +--edu.umd.cs.db.xsq.XSQ

public class XSQ
extends java.lang.Object

The XSQ program takes two parameters as following: xsq [XMLFileName] [XPathExpression] It will evaluate the XPathExpression on the XMLFile. The result will be sent to the STDOUT.


Field Summary
static java.lang.String USAGE_INFO
           
 
Constructor Summary
XSQ()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USAGE_INFO

public static final java.lang.String USAGE_INFO
See Also:
Constant Field Values
Constructor Detail

XSQ

public XSQ()
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] argv)