|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.saxonica.CompileQuery
public class CompileQuery
This class provides a command line interface for compiling XQuery queries into Java code
| Constructor Summary | |
|---|---|
CompileQuery()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Entry point from the command line |
void |
run(java.lang.String[] args)
Run the query compiler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileQuery()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - the command line arguments
java.lang.Exception - if any failre occurs
public void run(java.lang.String[] args)
throws java.lang.Exception
args - the command line arguments
java.lang.Exception - if any failure occurs
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||