Enhydra 5.1 API

org.enhydra.xml.xmlc.compiler
Class Compiler

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.compiler.Compiler

public class Compiler
extends java.lang.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.


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
 

Constructor Detail

Compiler

public Compiler(ErrorReporter errorReporter,
                java.io.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,
                    java.io.IOException
XMLCException
java.io.IOException

Enhydra 5.1 API