Enhydra 3.1 API

Package org.enhydra.xml.lazydom

Interface Summary
LazyAttr Interface implemented by both LazyAttrNS and LazyAttrNoNS.
LazyElement Interface implemented by both LazyElementNS and LazyElementNoNS.
LazyNode Interface use to define Lazy DOM methods that apply to every node.
LazyParent Interface use to define LazyDOM methods that apply to every node that can contain other nodes.
 

Class Summary
LazyCDATASection Lazy CDATASection node.
LazyComment Lazy comment node.
LazyDocument A DOM Document that supports lazy instantiation of a template DOM.
LazyDocumentType Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
LazyDOMImplementation DOMImplementation method for the LazyDOM.
LazyDOMInfoPrinter  
LazyDOMSimpleTraversal  
LazyDOMTraversal  
LazyEntity Implementation of the DOM Entity that supports lazy instantiation of a template DOM.
LazyEntityReference Lazy text node.
LazyNotation Lazy notation node.
LazyProcessingInstruction Lazy text node.
LazyText Lazy text node.
TemplateDOM Class used to contain hold a Template DOM that is shared by all instance of the document.
 

Exception Summary
LazyDOMException LazyDOM runtime exception.
 

Error Summary
LazyDOMError Fatal error detected by LazyDOM.
 


Enhydra 3.1 API