KHTML
DOM::XPathException Class Reference
#include <dom3_xpath.h>
Public Types | |
| enum | XPathExceptionCode { INVALID_EXPRESSION_ERR = 51, TYPE_ERR = 52, _EXCEPTION_OFFSET = 4000, _EXCEPTION_MAX = 4999 } |
Public Member Functions | |
| XPathException (unsigned short _code) | |
| XPathException (const XPathException &other) | |
| virtual | ~XPathException () |
| DOMString | codeAsString () const |
| XPathException & | operator= (const XPathException &other) |
Static Public Member Functions | |
| static DOMString | codeAsString (int xpathCode) |
| static bool | isXPathExceptionCode (int exceptioncode) |
| static int | toCode (int xpathCode) |
Public Attributes | |
| unsigned short | code |
Detailed Description
Definition at line 71 of file dom3_xpath.h.
Member Enumeration Documentation
Definition at line 88 of file dom3_xpath.h.
Constructor & Destructor Documentation
| DOM::XPathException::XPathException | ( | unsigned short | _code | ) | [inline] |
Definition at line 74 of file dom3_xpath.h.
| DOM::XPathException::XPathException | ( | const XPathException & | other | ) | [inline] |
Definition at line 75 of file dom3_xpath.h.
| virtual DOM::XPathException::~XPathException | ( | ) | [inline, virtual] |
Definition at line 80 of file dom3_xpath.h.
Member Function Documentation
| DOMString XPathException::codeAsString | ( | ) | const |
Definition at line 39 of file dom3_xpath.cpp.
| DOMString XPathException::codeAsString | ( | int | xpathCode | ) | [static] |
Definition at line 29 of file dom3_xpath.cpp.
| bool XPathException::isXPathExceptionCode | ( | int | exceptioncode | ) | [static] |
- checks to see whether internal code is an XPath one
Definition at line 49 of file dom3_xpath.cpp.
| XPathException& DOM::XPathException::operator= | ( | const XPathException & | other | ) | [inline] |
Definition at line 77 of file dom3_xpath.h.
| int XPathException::toCode | ( | int | xpathCode | ) | [static] |
- converts XPath exception code to internal code
Definition at line 44 of file dom3_xpath.cpp.
Member Data Documentation
| unsigned short DOM::XPathException::code |
An integer indicating the type of error generated, as given by DOM L3 XPath.
Definition at line 86 of file dom3_xpath.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference