|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLCException in org.enhydra.xml.xmlc.codegen |
Methods in org.enhydra.xml.xmlc.codegen that throw XMLCException | |
void |
JavaCompile.compile(java.io.PrintWriter verboseOut)
Run the javac process. |
Uses of XMLCException in org.enhydra.xml.xmlc.commands.options |
Methods in org.enhydra.xml.xmlc.commands.options that throw XMLCException | |
void |
OptionsParser.parse(java.lang.String[] args)
Parse options. |
protected abstract void |
Option.parse(java.lang.String[] args,
ErrorReporter errorReporter,
java.lang.Object clientData)
Parse an instance of the option. |
protected abstract void |
FlagOption.set(java.lang.Object clientData)
Method called to set the value. |
protected void |
FlagOption.parse(java.lang.String[] args,
ErrorReporter errorReporter,
java.lang.Object clientData)
Parse an instance of the option. |
protected abstract void |
BooleanOption.set(boolean value,
java.lang.Object clientData)
Method called to set the value. |
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 that throw XMLCException | |
OptionFileParser(java.io.Reader reader)
Construct, parsing contents of file. |
|
OptionFileParser(org.xml.sax.InputSource inputSource)
Construct, parsing contents of file. |
Uses of XMLCException in org.enhydra.xml.xmlc.commands.xmlc |
Methods in org.enhydra.xml.xmlc.commands.xmlc that throw XMLCException | |
MetaData |
XMLCOptionsParser.parse(java.lang.String[] args,
ErrorReporter errorReporter)
Parse command line, returning the metadata object. |
void |
XMLCOptions.complete()
Deprecated. Default any options in the set that have not been specified. |
void |
XMLCOptions.parse(java.lang.String[] parameters,
java.lang.String[] optionsFiles,
ErrorReporter errorReporter)
Deprecated. Parse options and arguments. |
void |
XMLC.compile(java.lang.String[] args)
Parse arguments and compile the page. |
Uses of XMLCException in org.enhydra.xml.xmlc.compiler |
Methods in org.enhydra.xml.xmlc.compiler that throw XMLCException | |
XMLCDocument |
Parse.parse(MetaData metaData)
|
void |
Javac.compile(MetaData metaData,
ErrorReporter errorReporter,
java.io.PrintWriter verboseOut)
Run a javac process. |
protected org.w3c.dom.Node |
EditDOM.editElement(org.w3c.dom.Element element)
Edit a single element. |
void |
EditDOM.edit(XMLCDocument xmlcDoc)
Edit the nodes of the document. |
void |
Compiler.compile(MetaData metaData)
|
void |
ClassGenerator.generateJavaSource(java.io.PrintWriter verboseOut)
|
Constructors in org.enhydra.xml.xmlc.compiler that throw XMLCException | |
ElementTable(MetaData metaData,
XMLCDocument xmlcDoc)
Constructor. |
|
ClassGenerator(MetaData metaData,
XMLCDocument xmlcDoc,
java.io.PrintWriter methodOutput)
Construct an object. |
Uses of XMLCException in org.enhydra.xml.xmlc.deferredparsing |
Methods in org.enhydra.xml.xmlc.deferredparsing that throw XMLCException | |
protected MetaData |
DocumentLoaderImpl.loadMetaData(java.lang.Class docClass,
ErrorReporter errorReporter)
Load the XMLC meta-data file. |
void |
DeferredParsingDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Uses of XMLCException in org.enhydra.xml.xmlc.dom |
Methods in org.enhydra.xml.xmlc.dom that throw XMLCException | |
void |
DocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder. |
Constructors in org.enhydra.xml.xmlc.dom that throw XMLCException | |
XMLCDocument(XMLCDomFactory domFactory)
Constructor. |
Uses of XMLCException in org.enhydra.xml.xmlc.dom.generic |
Methods in org.enhydra.xml.xmlc.dom.generic that throw XMLCException | |
void |
NodeCreateGenerator.genNodeCreate(java.lang.String docVar,
java.lang.String varName,
org.w3c.dom.Node node,
JavaCode body)
Generate code to construct a node, assigning it to the supplied variable, Can be overriden by derived class |
void |
GenericDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Constructors in org.enhydra.xml.xmlc.dom.generic that throw XMLCException | |
DOMBuilderGenerator(java.lang.String methodName,
org.w3c.dom.Document document,
java.lang.String documentArgClassName,
NodeCreateGenerator nodeCreator,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
int maxCreateCostPerBuildMethod,
boolean staticMethods)
Constructor. |
Uses of XMLCException in org.enhydra.xml.xmlc.dom.lazydom |
Methods in org.enhydra.xml.xmlc.dom.lazydom that throw XMLCException | |
void |
LazyDOMDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Uses of XMLCException in org.enhydra.xml.xmlc.html |
Methods in org.enhydra.xml.xmlc.html that throw XMLCException | |
void |
HTMLProprietaryTags.addTagSet(java.lang.String tagSetName)
Specify one of the pre-defined sets of proprietary tags that the parser should accept. |
void |
HTMLProprietaryTags.addTag(java.lang.String tagName,
int contentModel)
Add a proprietary tag to the set of allowed tags. |
void |
HTMLProprietaryTags.addAttribute(java.lang.String attributeName)
Add a proprietary attribute to the set of allowed attributes. |
Uses of XMLCException in org.enhydra.xml.xmlc.html.parsers |
Methods in org.enhydra.xml.xmlc.html.parsers that throw XMLCException | |
protected void |
HTMLParserBase.validateConf(ParserType parserType,
MetaData metaData)
Common validation of configuration. |
protected void |
HTMLParserBase.handleParseErrors(ErrorReporter reporter)
Generate error exception for parse errors. |
void |
HTMLDocBuilder.fixUnrecognizedTagNesting(java.lang.String tagName)
Used to correct nesting when handling an unknown tag. |
Constructors in org.enhydra.xml.xmlc.html.parsers that throw XMLCException | |
HTMLDocBuilder(XMLCDomFactory domFactory,
org.xml.sax.InputSource input)
Constructor. |
Uses of XMLCException in org.enhydra.xml.xmlc.html.parsers.swing |
Methods in org.enhydra.xml.xmlc.html.parsers.swing that throw XMLCException | |
(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 XMLCException in org.enhydra.xml.xmlc.html.parsers.tidy |
Methods in org.enhydra.xml.xmlc.html.parsers.tidy that throw XMLCException | |
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 that throw XMLCException | |
TidyHTMLParser()
Constructor. |
Uses of XMLCException in org.enhydra.xml.xmlc.metadata |
Methods in org.enhydra.xml.xmlc.metadata that throw XMLCException | |
protected void |
URLRegExpMapping.completeModifications()
Complete modifications to DOM, compiles regular expression if set. |
java.lang.String |
URLRegExpMapping.mapURL(java.lang.String url)
Substitute a URL based on the regular expression. |
protected void |
URLEdit.completeModifications()
Complete modifications to DOM. |
protected void |
MetaDataElement.completeModifications()
Complete modifications to DOM. |
static MetaDataDocument |
MetaDataDocument.parseMetaData(org.xml.sax.InputSource inputSource,
ErrorReporter reporter,
java.lang.ClassLoader classLoader)
Parse a XMLC metadata file. |
void |
MetaDataDocument.serialize(java.io.File file)
Serialize this object to a XML file. |
void |
MetaDataDocument.serialize()
Serialize this object to a XML file using the default name. |
void |
MetaDataDocument.completeModifications()
Complete modifications to DOM. |
protected void |
HTMLSection.completeModifications()
Complete modifications to DOM. |
protected void |
ElementEdit.completeModifications()
Complete modifications to DOM. |
protected void |
DocumentClass.completeModifications()
Complete modifications to DOM, check some error cases. |
protected void |
CompileOptions.completeModifications()
Complete modifications to DOM. |
Uses of XMLCException in org.enhydra.xml.xmlc.misc |
Methods in org.enhydra.xml.xmlc.misc that throw XMLCException | |
void |
ProcessRunner.run(java.lang.String[] cmd,
ErrorReporter errorReporter,
java.io.PrintWriter verboseOut,
java.lang.String failMsg)
Run a process. |
Uses of XMLCException in org.enhydra.xml.xmlc.parsers |
Methods in org.enhydra.xml.xmlc.parsers that throw XMLCException | |
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). |
Constructors in org.enhydra.xml.xmlc.parsers that throw XMLCException | |
DocBuilder(XMLCDomFactory domFactory)
Constructor. |
Uses of XMLCException in org.enhydra.xml.xmlc.parsers.xerces |
Methods in org.enhydra.xml.xmlc.parsers.xerces that throw XMLCException | |
XMLCDocument |
XercesParser.parse(org.xml.sax.InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |