|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ErrorReporter in org.enhydra.xml.xmlc.codegen |
Constructors in org.enhydra.xml.xmlc.codegen with parameters of type ErrorReporter | |
JavaCompile(ErrorReporter errorReporter,
java.lang.String javac)
Construct a javac runner, specifying a java compiler. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.commands.options |
Methods in org.enhydra.xml.xmlc.commands.options with parameters of type ErrorReporter | |
protected abstract void |
Option.parse(java.lang.String[] args,
ErrorReporter errorReporter,
java.lang.Object clientData)
Parse an instance of the option. |
protected void |
FlagOption.parse(java.lang.String[] args,
ErrorReporter errorReporter,
java.lang.Object clientData)
Parse an instance of the option. |
void |
BooleanOption.parse(java.lang.String[] args,
ErrorReporter errorReporter,
java.lang.Object clientData)
Parse an instance of the option and set the field in the Options object using Java reflection. |
Constructors in org.enhydra.xml.xmlc.commands.options with parameters of type ErrorReporter | |
OptionsParser(OptionSet options,
ErrorReporter errorReporter)
Constructor. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.commands.xmlc |
Methods in org.enhydra.xml.xmlc.commands.xmlc with parameters of type ErrorReporter | |
MetaData |
XMLCOptionsParser.parse(java.lang.String[] args,
ErrorReporter errorReporter)
Parse command line, returning the metadata object. |
void |
XMLCOptions.parse(java.lang.String[] parameters,
java.lang.String[] optionsFiles,
ErrorReporter errorReporter)
Deprecated. Parse options and arguments. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.compiler |
Fields in org.enhydra.xml.xmlc.compiler declared as ErrorReporter | |
(package private) ErrorReporter |
Compiler.fErrorReporter
|
Methods in org.enhydra.xml.xmlc.compiler with parameters of type ErrorReporter | |
void |
Javac.compile(MetaData metaData,
ErrorReporter errorReporter,
java.io.PrintWriter verboseOut)
Run a javac process. |
Constructors in org.enhydra.xml.xmlc.compiler with parameters of type ErrorReporter | |
Parse(ErrorReporter errorReporter,
java.io.PrintWriter verboseOut)
Construct a new file parser. |
|
Compiler(ErrorReporter errorReporter,
java.io.PrintWriter traceOut)
Constructor. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.deferredparsing |
Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type ErrorReporter | |
protected MetaData |
DocumentLoaderImpl.loadMetaData(java.lang.Class docClass,
ErrorReporter errorReporter)
Load the XMLC meta-data file. |
protected Parse |
DocumentLoaderImpl.createParser(java.lang.Class docClass,
ErrorReporter errorReporter,
java.io.PrintWriter verboseOut)
Create the parser to use. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.html.parsers |
Methods in org.enhydra.xml.xmlc.html.parsers with parameters of type ErrorReporter | |
protected void |
HTMLParserBase.handleParseErrors(ErrorReporter reporter)
Generate error exception for parse errors. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.html.parsers.swing |
Methods in org.enhydra.xml.xmlc.html.parsers.swing with parameters of type ErrorReporter | |
(package private) void |
SwingParser.parse(HTMLDocBuilder docBuilder,
ErrorReporter errorReporter,
ParseTracer tracer,
java.io.Reader input,
LineNumberMap lineNumberMap)
Parse a file into a DOM. |
XMLCDocument |
SwingHTMLParser.parse(org.xml.sax.InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Uses of ErrorReporter in org.enhydra.xml.xmlc.html.parsers.tidy |
Methods in org.enhydra.xml.xmlc.html.parsers.tidy with parameters of type ErrorReporter | |
XMLCDocument |
TidyHTMLParser.parse(org.xml.sax.InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Constructors in org.enhydra.xml.xmlc.html.parsers.tidy with parameters of type ErrorReporter | |
TidyErrorHandler(ErrorReporter reporter,
java.lang.String fileName,
LineNumberMap lineNumberMap)
Constructor. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.metadata |
Methods in org.enhydra.xml.xmlc.metadata with parameters of type ErrorReporter | |
static MetaDataDocument |
MetaDataDocument.parseMetaData(org.xml.sax.InputSource inputSource,
ErrorReporter reporter,
java.lang.ClassLoader classLoader)
Parse a XMLC metadata file. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.misc |
Methods in org.enhydra.xml.xmlc.misc with parameters of type ErrorReporter | |
void |
ProcessRunner.run(java.lang.String[] cmd,
ErrorReporter errorReporter,
java.io.PrintWriter verboseOut,
java.lang.String failMsg)
Run a process. |
Uses of ErrorReporter in org.enhydra.xml.xmlc.parsers |
Methods in org.enhydra.xml.xmlc.parsers with parameters of type ErrorReporter | |
XMLCDocument |
XMLCParser.parse(org.xml.sax.InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
Parse a XML file (or any file, such as HTML, that can be converted into XML). |
Uses of ErrorReporter in org.enhydra.xml.xmlc.parsers.xerces |
Methods in org.enhydra.xml.xmlc.parsers.xerces with parameters of type ErrorReporter | |
XMLCDocument |
XercesParser.parse(org.xml.sax.InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |