KJS::DOMTreeWalker Class Reference
Inheritance diagram for KJS::DOMTreeWalker:

Detailed Description
Definition at line 69 of file kjs_traversal.h.
Public Types | |
Root | |
WhatToShow | |
Filter | |
ExpandEntityReferences | |
CurrentNode | |
ParentNode | |
FirstChild | |
LastChild | |
PreviousSibling | |
NextSibling | |
PreviousNode | |
NextNode | |
enum | { Root, WhatToShow, Filter, ExpandEntityReferences, CurrentNode, ParentNode, FirstChild, LastChild, PreviousSibling, NextSibling, PreviousNode, NextNode } |
Public Member Functions | |
DOMTreeWalker (ExecState *exec, DOM::TreeWalker tw) | |
~DOMTreeWalker () | |
virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
Value | getValueProperty (ExecState *exec, int token) const |
virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
virtual const ClassInfo * | classInfo () const |
DOM::TreeWalker | toTreeWalker () const |
Static Public Attributes | |
static const ClassInfo | info = { "TreeWalker", 0, &DOMTreeWalkerTable, 0 } |
Protected Attributes | |
DOM::TreeWalker | treeWalker |
The documentation for this class was generated from the following files: