Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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
LazyAttrNoNS Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
LazyAttrNS Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
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 LazyDOM DOMInfo traversal handler.
LazyDOMSimpleTraversal Simple DOM traverser that calls a handler for every node in the DOM tree.
LazyDOMTraversal Lazy DOM traversal class, calling handler methods for each node based on if they are expanded or template nodes.
LazyElementNoNS Implementation of the DOM Element without namespaces that supports lazy instantiation of a template DOM.
LazyElementNS Implementation of the DOM Element with namespaces that supports lazy instantiation of a template DOM.
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.
NodeIdMap Class to assign and map node ids to a 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.