com.saxonica
Class CompileQuery

java.lang.Object
  extended by com.saxonica.CompileQuery

public class CompileQuery
extends Object

This class provides a command line interface for compiling XQuery queries into Java code


Constructor Summary
CompileQuery()
           
 
Method Summary
static void main(String[] args)
          Entry point from the command line
 void run(String[] args)
          Run the query compiler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileQuery

public CompileQuery()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Entry point from the command line

Parameters:
args - the command line arguments
Throws:
Exception - if any failre occurs

run

public void run(String[] args)
         throws Exception
Run the query compiler

Parameters:
args - the command line arguments
Throws:
Exception - if any failure occurs


Copyright (C) Michael H. Kay. All rights reserved.