khtml Library API Documentation

DOM::HTMLElement Class Reference

All HTML element interfaces derive from this class. More...

#include <html_element.h>

Inheritance diagram for DOM::HTMLElement:

DOM::Element DOM::Node DOM::HTMLAnchorElement DOM::HTMLAppletElement DOM::HTMLAreaElement DOM::HTMLBaseElement DOM::HTMLBaseFontElement DOM::HTMLBlockquoteElement DOM::HTMLBodyElement DOM::HTMLBRElement DOM::HTMLButtonElement DOM::HTMLDirectoryElement DOM::HTMLDivElement DOM::HTMLDListElement DOM::HTMLFieldSetElement DOM::HTMLFontElement DOM::HTMLFormElement DOM::HTMLFrameElement DOM::HTMLFrameSetElement DOM::HTMLHeadElement DOM::HTMLHeadingElement DOM::HTMLHRElement DOM::HTMLHtmlElement DOM::HTMLIFrameElement DOM::HTMLImageElement DOM::HTMLInputElement DOM::HTMLIsIndexElement DOM::HTMLLabelElement DOM::HTMLLegendElement DOM::HTMLLIElement DOM::HTMLLinkElement DOM::HTMLMapElement DOM::HTMLMenuElement DOM::HTMLMetaElement DOM::HTMLModElement DOM::HTMLObjectElement DOM::HTMLOListElement DOM::HTMLOptGroupElement DOM::HTMLOptionElement DOM::HTMLParagraphElement DOM::HTMLParamElement DOM::HTMLPreElement DOM::HTMLQuoteElement DOM::HTMLScriptElement DOM::HTMLSelectElement DOM::HTMLStyleElement DOM::HTMLTableCaptionElement DOM::HTMLTableCellElement DOM::HTMLTableColElement DOM::HTMLTableElement DOM::HTMLTableRowElement DOM::HTMLTableSectionElement DOM::HTMLTextAreaElement DOM::HTMLTitleElement DOM::HTMLUListElement List of all members.

Public Methods

HTMLElement & operator= (const Node &other)
DOMString id () const
 The element's identifier.

void setId (const DOMString &)
 see id

DOMString title () const
 The element's advisory title.

void setTitle (const DOMString &)
 see title

DOMString lang () const
 Language code defined in RFC 1766.

void setLang (const DOMString &)
 see lang

DOMString dir () const
 Specifies the base direction of directionally neutral text and the directionality of tables.

void setDir (const DOMString &)
 see dir

DOMString className () const
 The class attribute of the element.

void setClassName (const DOMString &)
 see className

DOMString innerHTML () const
 The HTML code contained in this element.

void setInnerHTML (const DOMString &html)
 Set the HTML content of this node.

DOMString innerText () const
 The text contained in this element.

void setInnerText (const DOMString &text)
 Set the text content of this node.

HTMLCollection children () const
 Retrieves a collection of nodes that are direct descendants of this node.

HTMLCollection all () const
 Retrieves a collection of all nodes that descend from this node.


Friends

class HTMLDocument

Detailed Description

All HTML element interfaces derive from this class.

Elements that only expose the HTML core attributes are represented by the base HTMLElement interface. These elements are as follows:

<ulist> <item> HEAD

</item> <item> special: SUB, SUP, SPAN, BDO

</item> <item> font: TT, I, B, U, S, STRIKE, BIG, SMALL

</item> <item> phrase: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ACRONYM, ABBR

</item> <item> list: DD, DT

</item> <item> NOFRAMES, NOSCRIPT

</item> <item> ADDRESS, CENTER

</item> </ulist> Note. The style attribute for this interface is reserved for future usage.

Definition at line 68 of file html_element.h.


Member Function Documentation

DOMString HTMLElement::id  
 

The element's identifier.

See the id attribute definition in HTML 4.0.

Definition at line 65 of file html_element.cpp.

void HTMLElement::setId const DOMString  
 

see id

Definition at line 71 of file html_element.cpp.

DOMString HTMLElement::title  
 

The element's advisory title.

See the title attribute definition in HTML 4.0.

Definition at line 76 of file html_element.cpp.

void HTMLElement::setTitle const DOMString  
 

see title

Definition at line 82 of file html_element.cpp.

DOMString HTMLElement::lang  
 

Language code defined in RFC 1766.

See the lang attribute definition in HTML 4.0.

Definition at line 87 of file html_element.cpp.

void HTMLElement::setLang const DOMString  
 

see lang

Definition at line 93 of file html_element.cpp.

DOMString HTMLElement::dir  
 

Specifies the base direction of directionally neutral text and the directionality of tables.

See the dir attribute definition in HTML 4.0.

Definition at line 98 of file html_element.cpp.

void HTMLElement::setDir const DOMString  
 

see dir

Definition at line 104 of file html_element.cpp.

DOMString HTMLElement::className  
 

The class attribute of the element.

This attribute has been renamed due to conflicts with the "class" keyword exposed by many languages. See the class attribute definition in HTML 4.0.

Definition at line 109 of file html_element.cpp.

void HTMLElement::setClassName const DOMString  
 

see className

Definition at line 115 of file html_element.cpp.

DOMString HTMLElement::innerHTML  
 

The HTML code contained in this element.

This function is not part of the DOM specifications as defined by the w3c.

Definition at line 134 of file html_element.cpp.

void HTMLElement::setInnerHTML const DOMString   html
 

Set the HTML content of this node.

Exceptions:
DOMException  NO_MODIFICATION_ALLOWED_ERR: Raised if there is the element does not allow children.

Definition at line 140 of file html_element.cpp.

DOMString HTMLElement::innerText  
 

The text contained in this element.

This function is not part of the DOM specifications as defined by the w3c.

Definition at line 149 of file html_element.cpp.

void HTMLElement::setInnerText const DOMString   text
 

Set the text content of this node.

Exceptions:
DOMException  NO_MODIFICATION_ALLOWED_ERR: Raised if there is the element does not allow children.

Definition at line 155 of file html_element.cpp.

HTMLCollection HTMLElement::children  
 

Retrieves a collection of nodes that are direct descendants of this node.

IE-specific extension.

Definition at line 164 of file html_element.cpp.

HTMLCollection HTMLElement::all  
 

Retrieves a collection of all nodes that descend from this node.

IE-specific extension.

Definition at line 170 of file html_element.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001