|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.enhydra.xml.xmlc.dom.lazydom | |
org.enhydra.xml.xmlc.dom.xerces |
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 that return AccessorGenerator | |
AccessorGenerator |
XMLCDomFactory.createAccessorGenerator(Document document)
Create an AccessorGenerator object for this 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. |
Methods in org.enhydra.xml.xmlc.dom.generic with parameters of type AccessorGenerator | |
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 with parameters of type AccessorGenerator | |
DOMBuilderGenerator(String methodName,
Document document,
String documentArgClassName,
NodeCreateGenerator nodeCreator,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
int maxCreateCostPerBuildMethod,
boolean staticMethods)
Constructor. |
Uses of AccessorGenerator in org.enhydra.xml.xmlc.dom.lazydom |
Classes in org.enhydra.xml.xmlc.dom.lazydom that implement AccessorGenerator | |
class |
LazyDOMAccessorGenerator
Generate access methods for the Lazy DOM. |
Methods in org.enhydra.xml.xmlc.dom.lazydom that return AccessorGenerator | |
AccessorGenerator |
LazyDomFactory.createAccessorGenerator(Document document)
|
Methods in org.enhydra.xml.xmlc.dom.lazydom with parameters of type AccessorGenerator | |
void |
LazyDOMDocBuilderGenerator.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.xerces |
Methods in org.enhydra.xml.xmlc.dom.xerces that return AccessorGenerator | |
AccessorGenerator |
XercesDomFactory.createAccessorGenerator(Document document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |