|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyParent | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
org.enhydra.xml.lazydom.html |
org.enhydra.xml.lazydom.html provides the HTML implementation for Lazydom. |
Uses of LazyParent in org.enhydra.xml.lazydom |
Subinterfaces of LazyParent in org.enhydra.xml.lazydom | |
interface |
LazyAttr
Interface implemented by both LazyAttrNS and LazyAttrNoNS. |
interface |
LazyElement
Interface implemented by both LazyElementNS and LazyElementNoNS. |
Classes in org.enhydra.xml.lazydom that implement LazyParent | |
class |
LazyAttrNoNS
Implementation of the DOM Attr that supports lazy instantiation of a template DOM. |
class |
LazyAttrNS
Implementation of the DOM Attr that supports lazy instantiation of a template DOM. |
class |
LazyDocument
A DOM Document that supports lazy instantiation of a template DOM. |
class |
LazyElementNoNS
Implementation of the DOM Element without namespaces that supports lazy instantiation of a template DOM. |
class |
LazyElementNS
Implementation of the DOM Element with namespaces that supports lazy instantiation of a template DOM. |
class |
LazyEntity
Implementation of the DOM Entity that supports lazy instantiation of a template DOM. |
class |
LazyEntityReference
Lazy text node. |
Methods in org.enhydra.xml.lazydom with parameters of type LazyParent | |
protected void |
LazyDocument.doExpandParent(LazyParent node)
Do work of expanding the parent of a node, if it is not already expanded. |
protected void |
LazyDocument.doExpandChildren(LazyParent node)
Do work of expanding the children of a node, if they are not already expanded. |
Uses of LazyParent in org.enhydra.xml.lazydom.html |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |