|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyDocumentType | |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom 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(String qualifiedName,
String publicID,
String systemID,
String internalSubset,
int nodeId)
Create a template DocumentType. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyDocumentType | |
LazyDocumentType(LazyDocument ownerDoc,
LazyDocumentType template,
String name,
String publicId,
String systemId,
String internalSubset)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |