Uses of Interface
org.enhydra.xml.lazydom.LazyParent

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
 

Classes in org.enhydra.xml.lazydom.html that implement LazyParent
 class HTMLAnchorElementImpl
           
 class HTMLAppletElementImpl
           
 class HTMLAreaElementImpl
           
 class HTMLBaseElementImpl
           
 class HTMLBaseFontElementImpl
           
 class HTMLBodyElementImpl
           
 class HTMLBRElementImpl
           
 class HTMLButtonElementImpl
           
 class HTMLDirectoryElementImpl
           
 class HTMLDivElementImpl
           
 class HTMLDListElementImpl
           
 class HTMLFieldSetElementImpl
           
 class HTMLFontElementImpl
           
 class HTMLFormElementImpl
           
 class HTMLFrameElementImpl
           
 class HTMLFrameSetElementImpl
           
 class HTMLHeadElementImpl
           
 class HTMLHeadingElementImpl
           
 class HTMLHRElementImpl
           
 class HTMLHtmlElementImpl
           
 class HTMLIFrameElementImpl
           
 class HTMLImageElementImpl
           
 class HTMLInputElementImpl
           
 class HTMLIsIndexElementImpl
           
 class HTMLLabelElementImpl
           
 class HTMLLegendElementImpl
           
 class HTMLLIElementImpl
           
 class HTMLLinkElementImpl
           
 class HTMLMapElementImpl
           
 class HTMLMenuElementImpl
           
 class HTMLMetaElementImpl
           
 class HTMLModElementImpl
           
 class HTMLObjectElementImpl
           
 class HTMLOListElementImpl
           
 class HTMLOptGroupElementImpl
           
 class HTMLOptionElementImpl
           
 class HTMLParagraphElementImpl
           
 class HTMLParamElementImpl
           
 class HTMLPreElementImpl
           
 class HTMLQuoteElementImpl
           
 class HTMLScriptElementImpl
           
 class HTMLSelectElementImpl
           
 class HTMLStyleElementImpl
           
 class HTMLTableCaptionElementImpl
           
 class HTMLTableCellElementImpl
           
 class HTMLTableColElementImpl
           
 class HTMLTableElementImpl
           
 class HTMLTableRowElementImpl
           
 class HTMLTableSectionElementImpl
           
 class HTMLTextAreaElementImpl
           
 class HTMLTitleElementImpl
           
 class HTMLUListElementImpl
           
 class LazyHTMLDocument
          Implements an HTML document.
 class LazyHTMLElement
          Implements an HTML-specific element, an Element that will only appear inside HTML documents.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.