|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.w3c.dom.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(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 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(org.w3c.dom.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(org.w3c.dom.Document document)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |