org.enhydra.xml.xmlc.compiler
Class Parse

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

public class Parse
extends java.lang.Object

Parse a XML or HTML document into a DOM.


Constructor Summary
Parse(ErrorReporter errorReporter, java.io.PrintWriter verboseOut)
          Construct a new file parser.
 
Method Summary
 XMLCDocument parse(MetaData metaData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parse

public Parse(ErrorReporter errorReporter,
             java.io.PrintWriter verboseOut)
Construct a new file parser.

Parameters:
errorReporter - Object used to handle errors.
verboseOut - Output stream for verbose and trace information.
Method Detail

parse

public XMLCDocument parse(MetaData metaData)
                   throws XMLCException,
                          java.io.IOException
XMLCException
java.io.IOException


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