KJS::DOMRange Class Reference
Inheritance diagram for KJS::DOMRange:

Detailed Description
Definition at line 29 of file kjs_range.h.
Public Types | |
StartContainer | |
StartOffset | |
EndContainer | |
EndOffset | |
Collapsed | |
CommonAncestorContainer | |
SetStart | |
SetEnd | |
SetStartBefore | |
SetStartAfter | |
SetEndBefore | |
SetEndAfter | |
Collapse | |
SelectNode | |
SelectNodeContents | |
CompareBoundaryPoints | |
DeleteContents | |
ExtractContents | |
CloneContents | |
InsertNode | |
SurroundContents | |
CloneRange | |
ToString | |
Detach | |
CreateContextualFragment | |
enum | { StartContainer, StartOffset, EndContainer, EndOffset, Collapsed, CommonAncestorContainer, SetStart, SetEnd, SetStartBefore, SetStartAfter, SetEndBefore, SetEndAfter, Collapse, SelectNode, SelectNodeContents, CompareBoundaryPoints, DeleteContents, ExtractContents, CloneContents, InsertNode, SurroundContents, CloneRange, ToString, Detach, CreateContextualFragment } |
Public Member Functions | |
DOMRange (ExecState *exec, DOM::Range r) | |
~DOMRange () | |
virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
Value | getValueProperty (ExecState *exec, int token) const |
virtual const ClassInfo * | classInfo () const |
DOM::Range | toRange () const |
Static Public Attributes | |
static const ClassInfo | info = { "Range", 0, &DOMRangeTable, 0 } |
Protected Attributes | |
DOM::Range | range |
The documentation for this class was generated from the following files: