|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyComment | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
Uses of LazyComment in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom that return LazyComment | |
LazyComment |
LazyComment.getTemplateComment()
Get the template for this node. |
LazyComment |
LazyDocument.createComment(int nodeId)
Create a comment from a template given its id. |
LazyComment |
LazyDocument.createTemplateComment(String data,
int nodeId)
Create a template comment. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyComment | |
LazyComment(LazyDocument ownerDoc,
LazyComment template,
String data)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |