KJS::DOMNamedNodeMap Class Reference
Inheritance diagram for KJS::DOMNamedNodeMap:

Detailed Description
Definition at line 182 of file kjs_dom.h.
Public Types | |
| GetNamedItem | |
| SetNamedItem | |
| RemoveNamedItem | |
| Item | |
| Length | |
| GetNamedItemNS | |
| SetNamedItemNS | |
| RemoveNamedItemNS | |
| enum | { GetNamedItem, SetNamedItem, RemoveNamedItem, Item, Length, GetNamedItemNS, SetNamedItemNS, RemoveNamedItemNS } |
Public Member Functions | |
| DOMNamedNodeMap (ExecState *, const DOM::NamedNodeMap &m) | |
| ~DOMNamedNodeMap () | |
| virtual bool | hasProperty (ExecState *exec, const Identifier &p) const |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual const ClassInfo * | classInfo () const |
| virtual bool | toBoolean (ExecState *) const |
| DOM::NamedNodeMap | toMap () const |
Static Public Attributes | |
| static const ClassInfo | info = { "NamedNodeMap", 0, &DOMNamedNodeMapTable, 0 } |
The documentation for this class was generated from the following files:

