KJS::DOMNodeList Class Reference
Inheritance diagram for KJS::DOMNodeList:

Detailed Description
Definition at line 77 of file kjs_dom.h.
Public Types | |
| Item | |
| NamedItem | |
| enum | { Item, NamedItem } |
Public Member Functions | |
| DOMNodeList (ExecState *, const DOM::NodeList &l) | |
| ~DOMNodeList () | |
| virtual bool | hasProperty (ExecState *exec, const Identifier &p) const |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
| virtual Value | tryCall (ExecState *exec, Object &thisObj, const List &args) |
| virtual bool | implementsCall () const |
| virtual ReferenceList | propList (ExecState *exec, bool recursive) |
| virtual const ClassInfo * | classInfo () const |
| virtual bool | toBoolean (ExecState *) const |
| DOM::NodeList | nodeList () const |
Static Public Attributes | |
| static const ClassInfo | info = { "NodeList", 0, 0, 0 } |
The documentation for this class was generated from the following files:

