org.enhydra.xml.xmlc.compiler
Class Parse

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

public class Parse
extends Object

Parse a XML or HTML document into a DOM.


Constructor Summary
Parse(ErrorReporter errorReporter, 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,
             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,
                          IOException


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