|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyEntityReference | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
Uses of LazyEntityReference in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom that return LazyEntityReference | |
LazyEntityReference |
LazyEntityReference.getTemplateEntityReference()
Get the template for this node. |
LazyEntityReference |
LazyDocument.createEntityReference(int nodeId)
Create a entity reference from a template given its id. |
LazyEntityReference |
LazyDocument.createTemplateEntityReference(String name,
int nodeId)
Create a template EntityReference. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyEntityReference | |
LazyEntityReference(LazyDocument ownerDoc,
LazyEntityReference template,
String name)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |