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.


Field Summary
(package private)  ErrorReporter fErrorReporter
           
 
Constructor Summary
Compiler(ErrorReporter errorReporter, 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

fErrorReporter

ErrorReporter fErrorReporter
Constructor Detail

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.
Method Detail

compile

public void compile(MetaData metaData)
             throws XMLCException,
                    IOException


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.