KJS::DOMNodeIterator Class Reference
Inheritance diagram for KJS::DOMNodeIterator:

Detailed Description
Definition at line 29 of file kjs_traversal.h.
Public Types | |
| Filter | |
| Root | |
| WhatToShow | |
| ExpandEntityReferences | |
| NextNode | |
| PreviousNode | |
| Detach | |
| enum | { Filter, Root, WhatToShow, ExpandEntityReferences, NextNode, PreviousNode, Detach } |
Public Member Functions | |
| DOMNodeIterator (ExecState *exec, DOM::NodeIterator ni) | |
| ~DOMNodeIterator () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::NodeIterator | toNodeIterator () const |
Static Public Attributes | |
| static const ClassInfo | info = { "NodeIterator", 0, &DOMNodeIteratorTable, 0 } |
Protected Attributes | |
| DOM::NodeIterator | nodeIterator |
The documentation for this class was generated from the following files:

