Serialized Form


Package org.apache.html.dom

Class org.apache.html.dom.HTMLAnchorElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLAppletElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLAreaElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLBaseElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLBaseFontElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLBodyElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLBRElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLButtonElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLDirectoryElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLDivElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLDListElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLDocumentImpl extends org.apache.xerces.dom.DocumentImpl implements Serializable

Serialized Fields

_anchors

HTMLCollectionImpl _anchors
Holds HTMLCollectionImpl object with live collection of all anchors in document. This reference is on demand only once.


_forms

HTMLCollectionImpl _forms
Holds HTMLCollectionImpl object with live collection of all forms in document. This reference is on demand only once.


_images

HTMLCollectionImpl _images
Holds HTMLCollectionImpl object with live collection of all images in document. This reference is on demand only once.


_links

HTMLCollectionImpl _links
Holds HTMLCollectionImpl object with live collection of all links in document. This reference is on demand only once.


_applets

HTMLCollectionImpl _applets
Holds HTMLCollectionImpl object with live collection of all applets in document. This reference is on demand only once.


_writer

java.io.StringWriter _writer
Holds string writer used by direct manipulation operation (HTMLDocumentImpl.open(). HTMLDocumentImpl.write(java.lang.String), etc) to write new contents into the document and parse that text into a document tree.

Class org.apache.html.dom.HTMLElementImpl extends org.apache.xerces.dom.ElementImpl implements Serializable

Class org.apache.html.dom.HTMLFieldSetElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLFontElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLFormElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_elements

HTMLCollectionImpl _elements
Collection of all elements contained in this FORM.

Class org.apache.html.dom.HTMLFrameElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLFrameSetElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLHeadElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLHeadingElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLHRElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLHtmlElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLIFrameElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLImageElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLInputElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLIsIndexElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLLabelElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLLegendElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLLIElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLLinkElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLMapElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_areas

org.w3c.dom.html.HTMLCollection _areas

Class org.apache.html.dom.HTMLMenuElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLMetaElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLModElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLObjectElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLOListElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLOptGroupElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLOptionElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLParagraphElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLParamElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLPreElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLQuoteElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLScriptElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLSelectElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_options

org.w3c.dom.html.HTMLCollection _options

Class org.apache.html.dom.HTMLStyleElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableCaptionElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableCellElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableColElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_rows

HTMLCollectionImpl _rows

_bodies

HTMLCollectionImpl _bodies

Class org.apache.html.dom.HTMLTableRowElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_cells

org.w3c.dom.html.HTMLCollection _cells

Class org.apache.html.dom.HTMLTableSectionElementImpl extends HTMLElementImpl implements Serializable

Serialized Fields

_rows

HTMLCollectionImpl _rows

Class org.apache.html.dom.HTMLTextAreaElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLTitleElementImpl extends HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLUListElementImpl extends HTMLElementImpl implements Serializable


Package org.apache.wml.dom

Class org.apache.wml.dom.WMLAccessElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLAElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLAnchorElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLBElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLBigElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLBrElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLCardElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLDocumentImpl extends org.apache.xerces.dom.DocumentImpl implements Serializable

Class org.apache.wml.dom.WMLDoElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLElementImpl extends org.apache.xerces.dom.ElementImpl implements Serializable

Class org.apache.wml.dom.WMLEmElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLFieldsetElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLGoElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLHeadElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLIElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLImgElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLInputElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLMetaElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLNoopElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLOneventElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLOptgroupElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLOptionElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLPElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLPostfieldElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLPrevElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLRefreshElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLSelectElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLSetvarElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLSmallElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLStrongElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLTableElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLTdElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLTemplateElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLTimerElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLTrElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLUElementImpl extends WMLElementImpl implements Serializable

Class org.apache.wml.dom.WMLWmlElementImpl extends WMLElementImpl implements Serializable



Copyright ? 1999-2004 Apache XML Project. All Rights Reserved.