|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyDocument | |
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 LazyDocument in org.enhydra.xml.lazydom |
Fields in org.enhydra.xml.lazydom declared as LazyDocument | |
(package private) LazyDocument |
TemplateDOM.fTemplateDocument
The template document, marked readonly |
Methods in org.enhydra.xml.lazydom that return LazyDocument | |
LazyDocument |
LazyDocument.getTemplateDocument()
Get the template for this node. |
LazyDocument |
LazyDocument.cloneAsTemplateDocument(TemplateDOM templateDOM)
Subclasses should override this, returning the subclass built with the provided template DOM. |
Methods in org.enhydra.xml.lazydom with parameters of type LazyDocument | |
protected void |
LazyDocumentType.setOwnerDocument(LazyDocument doc)
Set the owner of the document. |
protected void |
LazyDocument.cloneNode(LazyDocument newdoc,
boolean deep)
|
Constructors in org.enhydra.xml.lazydom with parameters of type LazyDocument | |
LazyAttrNS(LazyDocument ownerDoc,
LazyAttrNS template,
String namespaceURI,
String qualifiedName)
Constructor with namespace. |
|
LazyElementNoNS(LazyDocument ownerDoc,
LazyElement template,
String qualifiedName)
Constructor. |
|
LazyElementNS(LazyDocument ownerDoc,
LazyElement template,
String namespaceURI,
String qualifiedName)
Constructor. |
|
LazyDocumentType(LazyDocument ownerDoc,
LazyDocumentType template,
String name,
String publicId,
String systemId,
String internalSubset)
Constructor. |
|
LazyAttrNoNS(LazyDocument ownerDoc,
LazyAttrNoNS template,
String qualifiedName)
Constructor with no namespace. |
|
LazyText(LazyDocument ownerDoc,
LazyText template,
String data)
Constructor. |
|
LazyCDATASection(LazyDocument ownerDoc,
LazyCDATASection template,
String data)
Constructor. |
|
TemplateDOM(LazyDocument templateDocument)
Constructor. |
|
LazyProcessingInstruction(LazyDocument ownerDoc,
LazyProcessingInstruction template,
String target,
String data)
Constructor. |
|
LazyNotation(LazyDocument ownerDoc,
LazyNotation template,
String name,
String publicId,
String systemId)
Constructor |
|
LazyEntityReference(LazyDocument ownerDoc,
LazyEntityReference template,
String name)
Constructor. |
|
LazyEntity(LazyDocument ownerDoc,
LazyEntity template,
String name,
String publicId,
String systemId,
String notationName)
Constructor from template. |
|
LazyComment(LazyDocument ownerDoc,
LazyComment template,
String data)
Constructor. |
Uses of LazyDocument in org.enhydra.xml.lazydom.html |
Subclasses of LazyDocument in org.enhydra.xml.lazydom.html | |
class |
LazyHTMLDocument
Implements an HTML document. |
Methods in org.enhydra.xml.lazydom.html that return LazyDocument | |
LazyDocument |
LazyHTMLDocument.cloneAsTemplateDocument(TemplateDOM templateDOM)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |