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

Packages that use LazyAttr
org.enhydra.xml.lazydom org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy manner. 
 

Uses of LazyAttr in org.enhydra.xml.lazydom
 

Classes in org.enhydra.xml.lazydom that implement LazyAttr
 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.
 

Methods in org.enhydra.xml.lazydom that return LazyAttr
 LazyAttr LazyDocument.createAttribute(int nodeId)
          Create an attribute from a template given its id.
 LazyAttr LazyDocument.createTemplateAttribute(String name, int nodeId)
          Create a template Attr.
 LazyAttr LazyDocument.createTemplateAttributeNS(String namespaceURI, String qualifiedName, int nodeId)
          Create a template Attr.
 LazyAttr LazyDocument.createAttributeNS(String namespaceURI, String qualifiedName, int nodeId)
          Create a template Attr with namespace.
 



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