Uses of Interface
org.enhydra.xml.xmlc.dom.AccessorGenerator

Packages that use AccessorGenerator
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. 
 

Uses of AccessorGenerator in org.enhydra.xml.xmlc.compiler
 

Constructors in org.enhydra.xml.xmlc.compiler with parameters of type AccessorGenerator
AccessMethods(MetaData metaData, ElementTable elementTable, AccessorGenerator accessorGenerator)
          Constructor.
 

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

Classes in org.enhydra.xml.xmlc.deferredparsing that implement AccessorGenerator
 class DeferredParsingAccessorGenerator
          Generate access methods for deferred parsing support.
 

Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type AccessorGenerator
 void DeferredParsingDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc, AccessorGenerator accessorGenerator, ElementTable elementTable, JavaClass docClass, JavaMethod buildDocumentMethod)
          Generate the document builder method.
 

Uses of AccessorGenerator in org.enhydra.xml.xmlc.dom
 

Methods in org.enhydra.xml.xmlc.dom with parameters of type AccessorGenerator
 void DocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc, AccessorGenerator accessorGenerator, ElementTable elementTable, JavaClass docClass, JavaMethod buildDocumentMethod)
          Generate the document builder.
 

Uses of AccessorGenerator in org.enhydra.xml.xmlc.dom.generic
 

Classes in org.enhydra.xml.xmlc.dom.generic that implement AccessorGenerator
 class GenericAccessorGenerator
          Generate access methods for a DOM only using the W3C DOM.
 



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