KJS::DOMAttr Class Reference
Inheritance diagram for KJS::DOMAttr:

Detailed Description
Definition at line 124 of file kjs_dom.h.
Public Types | |
| Name | |
| Specified | |
| ValueProperty | |
| OwnerElement | |
| enum | { Name, Specified, ValueProperty, OwnerElement } |
Public Member Functions | |
| DOMAttr (ExecState *exec, const DOM::Attr &a) | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
| Value | getValueProperty (ExecState *exec, int token) const |
| void | putValueProperty (ExecState *exec, int token, const Value &value, int attr) |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "Attr", &DOMNode::info, &DOMAttrTable, 0 } |
The documentation for this class was generated from the following files:

