|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyElement | |
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 LazyElement in org.enhydra.xml.lazydom |
Classes in org.enhydra.xml.lazydom that implement LazyElement | |
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. |
Methods in org.enhydra.xml.lazydom that return LazyElement | |
LazyElement |
LazyElementNoNS.getTemplateElement()
Get the template for this node. |
LazyElement |
LazyElementNS.getTemplateElement()
Get the template for this node. |
LazyElement |
LazyElement.getTemplateElement()
Get the template for this node. |
LazyElement |
LazyDocument.createElement(int nodeId)
Create a element from a template given its id. |
LazyElement |
LazyDocument.createTemplateElement(String tagName,
int nodeId,
String preFormattedText)
Create a template element. |
LazyElement |
LazyDocument.createTemplateElementNS(String namespaceURI,
String qualifiedName,
int nodeId,
String preFormattedText)
Create a template Element with namespace. |
Constructors in org.enhydra.xml.lazydom with parameters of type LazyElement | |
LazyElementNoNS(LazyDocument ownerDoc,
LazyElement template,
String qualifiedName)
Constructor. |
|
LazyElementNS(LazyDocument ownerDoc,
LazyElement template,
String namespaceURI,
String qualifiedName)
Constructor. |
Uses of LazyElement in org.enhydra.xml.lazydom.html |
Methods in org.enhydra.xml.lazydom.html that return LazyElement | |
LazyElement |
LazyHTMLDocument.createElement(int nodeId)
|
Methods in org.enhydra.xml.lazydom.html with parameters of type LazyElement | |
Element |
LazyHTMLDocument.createElement(LazyElement template,
String tagName)
|
Constructors in org.enhydra.xml.lazydom.html with parameters of type LazyElement | |
LazyHTMLElement(LazyHTMLDocument owner,
LazyElement template,
String tagName)
Constructor required owner document and element tag name. |
|
HTMLFrameElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLDirectoryElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLFieldSetElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLOptionElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLInputElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLHRElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableSectionElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLPreElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLIFrameElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableRowElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLDListElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTitleElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLParamElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLOListElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLSelectElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLButtonElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLFrameSetElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLModElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document and tag name. |
|
HTMLOptGroupElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLHeadElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLStyleElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLBaseElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLLinkElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLHeadingElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLBRElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLAnchorElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLBaseFontElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLScriptElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLHtmlElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLUListElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLImageElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLLegendElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLParagraphElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLFontElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
|
|
HTMLObjectElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLIsIndexElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLMapElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLBodyElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLAppletElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLDivElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLMetaElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLLIElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTextAreaElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLLabelElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLMenuElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLFormElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableColElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLQuoteElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableCaptionElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLTableCellElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
HTMLAreaElementImpl(LazyHTMLDocument owner,
LazyElement template,
String name)
Constructor requires owner document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |