KHTML
#include <dom2_range.h>
Public Types | |
enum | RangeExceptionCode { BAD_BOUNDARYPOINTS_ERR = 1, INVALID_NODE_TYPE_ERR = 2, _EXCEPTION_OFFSET = 2000, _EXCEPTION_MAX = 2999 } |
Public Member Functions | |
RangeException (unsigned short _code) | |
RangeException (const RangeException &other) | |
virtual | ~RangeException () |
DOMString | codeAsString () const |
RangeException & | operator= (const RangeException &other) |
Static Public Member Functions | |
static DOMString | codeAsString (int rangeCode) |
static bool | isRangeExceptionCode (int exceptioncode) |
Public Attributes | |
unsigned short | code |
Detailed Description
Definition at line 47 of file dom2_range.h.
Member Enumeration Documentation
An integer indicating the type of error generated.
Enumerator | |
---|---|
BAD_BOUNDARYPOINTS_ERR | |
INVALID_NODE_TYPE_ERR | |
_EXCEPTION_OFFSET | |
_EXCEPTION_MAX |
Definition at line 60 of file dom2_range.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 49 of file dom2_range.h.
|
inline |
Definition at line 50 of file dom2_range.h.
|
inlinevirtual |
Definition at line 55 of file dom2_range.h.
Member Function Documentation
DOMString RangeException::codeAsString | ( | ) | const |
Returns the name of this error.
Definition at line 32 of file dom2_range.cpp.
|
static |
Returns the name of given DOM error code.
Definition at line 42 of file dom2_range.cpp.
|
static |
- checks to see whether internal code is a Range one
Definition at line 37 of file dom2_range.cpp.
|
inline |
Definition at line 52 of file dom2_range.h.
Member Data Documentation
unsigned short DOM::RangeException::code |
Definition at line 66 of file dom2_range.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.