|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.Compile
public class Compile
This Compile class provides a command-line interface allowing a stylesheet to be compiled.
Constructor Summary | |
---|---|
Compile()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Main program, can be used directly from the command line. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compile()
Method Detail |
---|
public static void main(String[] args) throws Exception
The format is:
java net.sf.saxon.Compile [options] style-file output-file
This program compiles the XSL style sheet in style-file to the output-file.
args
- Arguments supplied on the command line
Exception
- Any compilation error occurs
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |