KJS::DOMElement Class Reference
Inheritance diagram for KJS::DOMElement:

Detailed Description
Definition at line 136 of file kjs_dom.h.
Public Types | |
| TagName | |
| Style | |
| GetAttribute | |
| SetAttribute | |
| RemoveAttribute | |
| GetAttributeNode | |
| SetAttributeNode | |
| RemoveAttributeNode | |
| GetElementsByTagName | |
| GetAttributeNS | |
| SetAttributeNS | |
| RemoveAttributeNS | |
| GetAttributeNodeNS | |
| SetAttributeNodeNS | |
| GetElementsByTagNameNS | |
| HasAttribute | |
| HasAttributeNS | |
| enum | { TagName, Style, GetAttribute, SetAttribute, RemoveAttribute, GetAttributeNode, SetAttributeNode, RemoveAttributeNode, GetElementsByTagName, GetAttributeNS, SetAttributeNS, RemoveAttributeNS, GetAttributeNodeNS, SetAttributeNodeNS, GetElementsByTagNameNS, HasAttribute, HasAttributeNS } |
Public Member Functions | |
| DOMElement (ExecState *exec, const DOM::Element &e) | |
| DOMElement (const Object &proto, const DOM::Element &e) | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "Element", &DOMNode::info, &DOMElementTable, 0 } |
The documentation for this class was generated from the following files:

