|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementInfo | |
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 |
Uses of ElementInfo in org.enhydra.xml.xmlc.compiler |
Methods in org.enhydra.xml.xmlc.compiler that return ElementInfo | |
ElementInfo |
ElementTable.getElementInfo(Element element)
Look up an ElementInfo by Element. |
Constructors in org.enhydra.xml.xmlc.compiler with parameters of type ElementInfo | |
ElementInfo.AccessorInfo(String name,
String returnType)
Constructor. |
Uses of ElementInfo in org.enhydra.xml.xmlc.deferredparsing |
Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type ElementInfo | |
void |
DeferredParsingAccessorGenerator.createAccessMethodInit(ElementInfo elementInfo,
String elementVarName,
JavaCode body)
Create code to setup an access method for an element when building the DOM. |
Uses of ElementInfo in org.enhydra.xml.xmlc.dom |
Methods in org.enhydra.xml.xmlc.dom with parameters of type ElementInfo | |
void |
AccessorGenerator.createAccessMethodInit(ElementInfo elementInfo,
String elementVarName,
JavaCode body)
Create code to setup an access method for an element when building the DOM. |
void |
AccessorGenerator.createNullElementAccess(ElementInfo elementInfo,
JavaCode body)
Create code cached information so that element access methods return null. |
void |
AccessorGenerator.createResetElementAccess(ElementInfo elementInfo,
String nodeVarName,
JavaCode body)
Create code to reset the element access information from a node. |
JavaMethod |
AccessorGenerator.createAccessorMethod(ElementInfo elementInfo,
ElementInfo.AccessorInfo accessor,
boolean createDelegation,
JavaClass docClass)
Create a getElementXXX() or getTagXXX() method for an element. |
JavaMethod |
AccessorGenerator.createSetTextMethod(ElementInfo elementInfo,
boolean createDelegation,
JavaClass docClass)
Create the setTextXXX() method for an element. |
Uses of ElementInfo in org.enhydra.xml.xmlc.dom.generic |
Methods in org.enhydra.xml.xmlc.dom.generic with parameters of type ElementInfo | |
protected String |
GenericAccessorGenerator.getElementField(ElementInfo elementInfo)
Get the name of the field that will store an element. |
void |
GenericAccessorGenerator.createAccessMethodInit(ElementInfo elementInfo,
String elementVarName,
JavaCode body)
Create code to setup an access method for an element when building the DOM. |
void |
GenericAccessorGenerator.createNullElementAccess(ElementInfo elementInfo,
JavaCode body)
Create code cached information so that element access methods return null. |
void |
GenericAccessorGenerator.createResetElementAccess(ElementInfo elementInfo,
String nodeVarName,
JavaCode body)
Create code to reset the element access information from a node. |
protected JavaMethod |
GenericAccessorGenerator.setupGetElementMethod(ElementInfo elementInfo,
ElementInfo.AccessorInfo accessor,
boolean createDelegation,
JavaClass docClass)
Set up a accessor (getElementXXX or getTagXXX) method object for an element. |
JavaMethod |
GenericAccessorGenerator.createAccessorMethod(ElementInfo elementInfo,
ElementInfo.AccessorInfo accessor,
boolean createDelegation,
JavaClass docClass)
Create an element accessor method (getElementXXX() or getTextXXX()). |
protected JavaMethod |
GenericAccessorGenerator.setupSetTextMethod(ElementInfo elementInfo,
boolean createDelegation,
JavaClass docClass)
Setup the setText method for an element. |
JavaMethod |
GenericAccessorGenerator.createSetTextMethod(ElementInfo elementInfo,
boolean createDelegation,
JavaClass docClass)
Create the setText method for an element. |
Uses of ElementInfo in org.enhydra.xml.xmlc.dom.lazydom |
Methods in org.enhydra.xml.xmlc.dom.lazydom with parameters of type ElementInfo | |
void |
LazyDOMAccessorGenerator.createAccessMethodInit(ElementInfo elementInfo,
String elementVarName,
JavaCode body)
This method does nothing for the Lazy DOM. |
void |
LazyDOMAccessorGenerator.createNullElementAccess(ElementInfo elementInfo,
JavaCode body)
Create code cached information so that element access methods return null. |
void |
LazyDOMAccessorGenerator.createResetElementAccess(ElementInfo elementInfo,
String nodeVarName,
JavaCode body)
Create code to reset the element access information from a node. |
JavaMethod |
LazyDOMAccessorGenerator.createAccessorMethod(ElementInfo elementInfo,
ElementInfo.AccessorInfo accessor,
boolean createDelegation,
JavaClass docClass)
Create an element accessor method (getElementXXX() or getTextXXX()). |
JavaMethod |
LazyDOMAccessorGenerator.createSetTextMethod(ElementInfo elementInfo,
boolean createDelegation,
JavaClass docClass)
Create the setText method for an element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |