|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyNotation | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
Uses of LazyNotation in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom that return LazyNotation | |
LazyNotation |
LazyNotation.getTemplateNotation()
Get the template for this node. |
LazyNotation |
LazyDocument.createNotation(int nodeId)
Create a notation node from a template given its id. |
LazyNotation |
LazyDocument.createTemplateNotation(String name,
int nodeId)
Create a template Notation. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyNotation | |
LazyNotation(LazyDocument ownerDoc,
LazyNotation template,
String name,
String publicId,
String systemId)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |