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.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 metadata 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.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).
 

Uses of XMLCException in org.enhydra.xml.xmlc.parsers.xerces
 

Methods in org.enhydra.xml.xmlc.parsers.xerces that throw XMLCException
 XMLCDocument XercesDOMParser.parse(InputSource input, LineNumberMap lineNumberMap, XMLCDomFactory domFactory, MetaData metaData, ErrorReporter errorReporter, ParseTracer tracer)
          Parses using the Xerces DOMParser and the XMLC XMLEntityResolver.
protected  void XercesDOMParser.features(MetaData metaData)
          Called by parse() to allow DOMParser features to be set.
 XMLCDocument XercesHTMLDOMParser.parse(InputSource input, LineNumberMap lineNumberMap, XMLCDomFactory domFactory, MetaData metaData, ErrorReporter errorReporter, ParseTracer tracer)
           
protected  void XercesHTMLDOMParser.features(MetaData metaData)
           
 



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