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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
parse
public XMLCDocument parse(MetaData metaData)
throws XMLCException,
IOException
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.