|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.commands.xmlc.XMLC
XMLC compiler program. See the user manual for details on the command line. Will look for a system property `org.enhydra.xml.xmlc.javac' to find the compiler to use if -javac is not specified.
Field Summary | |
static String |
JAVAC_PROPERTY
System property to pass default javac. |
Constructor Summary | |
XMLC()
Constructor with standard output streams. |
|
XMLC(PrintWriter stdout,
PrintWriter stderr)
Constructor specifying output stream for error messages. |
Method Summary | |
void |
compile(String[] args)
Parse arguments and compile the page. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String JAVAC_PROPERTY
Constructor Detail |
public XMLC(PrintWriter stdout, PrintWriter stderr)
public XMLC()
Method Detail |
public void compile(String[] args) throws XMLCException, IOException
XMLCException
IOException
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |