Uses of Class
org.enhydra.xml.xmlc.XMLCException

Packages that use XMLCException
org.enhydra.xml.xmlc.codegen org.enhydra.xml.xmlc.codegen provides interfaces and support class for code generation. 
org.enhydra.xml.xmlc.commands.options org.enhydra.xml.xmlc.commands.options provides support for command line options. 
org.enhydra.xml.xmlc.commands.xmlc   
org.enhydra.xml.xmlc.compiler   
org.enhydra.xml.xmlc.deferredparsing org.enhydra.xml.xmlc.deferredparsing provides support for deferred parsing of *ML objects. 
org.enhydra.xml.xmlc.dom   
org.enhydra.xml.xmlc.dom.generic org.enhydra.xml.xmlc.dom.generic provides base support that should work with any W3C DOM implementation. 
org.enhydra.xml.xmlc.dom.lazydom   
org.enhydra.xml.xmlc.html   
org.enhydra.xml.xmlc.html.parsers   
org.enhydra.xml.xmlc.html.parsers.swing   
org.enhydra.xml.xmlc.html.parsers.tidy   
org.enhydra.xml.xmlc.metadata org.enhydra.xml.xmlc.metadata provides XMLC metadata support classes. 
org.enhydra.xml.xmlc.misc   
org.enhydra.xml.xmlc.parsers   
org.enhydra.xml.xmlc.parsers.xerces   
 

Uses of XMLCException in org.enhydra.xml.xmlc.codegen
 

Methods in org.enhydra.xml.xmlc.codegen that throw XMLCException
 void JavaCompile.compile(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
protected abstract  void Option.parse(String[] args, ErrorReporter errorReporter, Object clientData)
          Parse an instance of the option.
protected abstract  void FlagOption.set(Object clientData)
          Method called to set the value.
protected  void FlagOption.parse(String[] args, ErrorReporter errorReporter, Object clientData)
          Parse an instance of the option.
 void OptionsParser.parse(String[] args)
          Parse options.
protected abstract  void BooleanOption.set(boolean value, Object clientData)
          Method called to set the value.
 void BooleanOption.parse(String[] args, ErrorReporter errorReporter, 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(Reader reader)
          Construct, parsing contents of file.
OptionFileParser(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(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(String[] parameters, String[] optionsFiles, ErrorReporter errorReporter)
          Deprecated. Parse options and arguments.
 void XMLC.compile(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
protected  Node EditDOM.editElement(Element element)
          Edit a single element.
 void EditDOM.edit(XMLCDocument xmlcDoc)
          Edit the nodes of the document.
 void Compiler.compile(MetaData metaData)
           
 void Javac.compile(MetaData metaData, ErrorReporter errorReporter, PrintWriter verboseOut)
          Run a javac process.
 void ClassGenerator.generateJavaSource(PrintWriter verboseOut)
           
 XMLCDocument Parse.parse(MetaData metaData)
           
 

Constructors in org.enhydra.xml.xmlc.compiler that throw XMLCException
ClassGenerator(MetaData metaData, XMLCDocument xmlcDoc, PrintWriter methodOutput)
          Construct an object.
ElementTable(MetaData metaData, XMLCDocument xmlcDoc)
          Constructor.
 

Uses of XMLCException in org.enhydra.xml.xmlc.deferredparsing
 

Methods in org.enhydra.xml.xmlc.deferredparsing that throw XMLCException
 void DeferredParsingDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc, AccessorGenerator accessorGenerator, ElementTable elementTable, JavaClass docClass, JavaMethod buildDocumentMethod)
          Generate the document builder method.
protected  MetaData DocumentLoaderImpl.loadMetaData(Class docClass, ErrorReporter errorReporter)
          Load the XMLC meta-data file.
 

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 GenericDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc, AccessorGenerator accessorGenerator, ElementTable elementTable, JavaClass docClass, JavaMethod buildDocumentMethod)
          Generate the document builder method.
 void NodeCreateGenerator.genNodeCreate(String docVar, String varName, Node node, JavaCode body)
          Generate code to construct a node, assigning it to the supplied variable, Can be overriden by derived class
 

Constructors in org.enhydra.xml.xmlc.dom.generic that throw XMLCException
DOMBuilderGenerator(String methodName, Document document, 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(String tagSetName)
          Specify one of the pre-defined sets of proprietary tags that the parser should accept.
 void HTMLProprietaryTags.addTag(String tagName, int contentModel)
          Add a proprietary tag to the set of allowed tags.
 void HTMLProprietaryTags.addAttribute(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
 void HTMLDocBuilder.fixUnrecognizedTagNesting(String tagName)
          Used to correct nesting when handling an unknown tag.
protected  void HTMLParserBase.validateConf(ParserType parserType, MetaData metaData)
          Common validation of configuration.
protected  void HTMLParserBase.handleParseErrors(ErrorReporter reporter)
          Generate error exception for parse errors.
 

Constructors in org.enhydra.xml.xmlc.html.parsers that throw XMLCException
HTMLDocBuilder(XMLCDomFactory domFactory, 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, Reader input, LineNumberMap lineNumberMap)
          Parse a file into a DOM.
 XMLCDocument SwingHTMLParser.parse(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(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 MetaDataElement.completeModifications()
          Complete modifications to DOM.
protected  void DocumentClass.completeModifications()
          Complete modifications to DOM, check some error cases.
protected  void ElementEdit.completeModifications()
          Complete modifications to DOM.
protected  void URLEdit.completeModifications()
          Complete modifications to DOM.
protected  void HTMLSection.completeModifications()
          Complete modifications to DOM.
protected  void CompileOptions.completeModifications()
          Complete modifications to DOM.
static MetaDataDocument MetaDataDocument.parseMetaData(InputSource inputSource, ErrorReporter reporter, ClassLoader classLoader)
          Parse a XMLC metadata file.
 void MetaDataDocument.serialize(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 URLRegExpMapping.completeModifications()
          Complete modifications to DOM, compiles regular expression if set.
 String URLRegExpMapping.mapURL(String url)
          Substitute a URL based on the regular expression.
 

Uses of XMLCException in org.enhydra.xml.xmlc.misc
 

Methods in org.enhydra.xml.xmlc.misc that throw XMLCException
 void ProcessRunner.run(String[] cmd, ErrorReporter errorReporter, PrintWriter verboseOut, 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(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(InputSource input, LineNumberMap lineNumberMap, XMLCDomFactory domFactory, MetaData metaData, ErrorReporter errorReporter, ParseTracer tracer)
           
 



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