org.enhydra.xml.xmlc.compiler
Class Compiler
java.lang.Object
|
+--org.enhydra.xml.xmlc.compiler.Compiler
- public class Compiler
- extends Object
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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fErrorReporter
ErrorReporter fErrorReporter
Compiler
public Compiler(ErrorReporter errorReporter,
PrintWriter traceOut)
- Constructor.
- Parameters:
errorReporter
- Object called to handle and output errors.traceOut
- Object to write trace and document information to.
compile
public void compile(MetaData metaData)
throws XMLCException,
IOException
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.