Uses of Class
org.enhydra.xml.lazydom.LazyDocumentType

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

Uses of LazyDocumentType in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyDocumentType
 LazyDocumentType LazyDocumentType.getTemplateDocumentType()
          Get the template for this node.
 LazyDocumentType LazyDocument.createDocumentType(int nodeId)
          Create a new DocumentType object (Non-DOM).
 LazyDocumentType LazyDocument.createTemplateDocumentType(java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID, java.lang.String internalSubset, int nodeId)
          Create a template DocumentType.
 

Constructors in org.enhydra.xml.lazydom with parameters of type LazyDocumentType
LazyDocumentType(LazyDocument ownerDoc, LazyDocumentType template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset)
          Constructor.
 



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