|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.compiler.Compiler
XMLC compiler class. This class implements the steps in compiling a document. This is a programatic interface and does not have a main or handle command line options.
Field Summary | |
(package private) ErrorReporter |
fErrorReporter
|
Constructor Summary | |
Compiler(ErrorReporter errorReporter,
java.io.PrintWriter traceOut)
Constructor. |
Method Summary | |
void |
compile(MetaData metaData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
ErrorReporter fErrorReporter
Constructor Detail |
public Compiler(ErrorReporter errorReporter, java.io.PrintWriter traceOut)
errorReporter
- Object called to handle and output errors.traceOut
- Object to write trace and document information to.Method Detail |
public void compile(MetaData metaData) throws XMLCException, java.io.IOException
XMLCException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |