|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umd.cs.db.xsq.XSQ
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 |
public static final java.lang.String USAGE_INFO
Constructor Detail |
public XSQ()
Method Detail |
public static void usage()
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |