|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyEntity | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
Uses of LazyEntity in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom that return LazyEntity | |
LazyEntity |
LazyEntity.getTemplateEntity()
Get the template for this node. |
LazyEntity |
LazyDocument.createEntity(int nodeId)
Create a new Entity object (Non-DOM). |
LazyEntity |
LazyDocument.createTemplateEntity(String name,
String publicId,
String systemId,
String notationName,
int nodeId)
Create a template Entity. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyEntity | |
LazyEntity(LazyDocument ownerDoc,
LazyEntity template,
String name,
String publicId,
String systemId,
String notationName)
Constructor from template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |