KHTML
#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
Enumerator | |
---|---|
INVALID_EXPRESSION_ERR | |
TYPE_ERR | |
_EXCEPTION_OFFSET | |
_EXCEPTION_MAX |
Definition at line 88 of file dom3_xpath.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 74 of file dom3_xpath.h.
|
inline |
Definition at line 75 of file dom3_xpath.h.
|
inlinevirtual |
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.
Definition at line 29 of file dom3_xpath.cpp.
- checks to see whether internal code is an XPath one
Definition at line 49 of file dom3_xpath.cpp.
|
inline |
Definition at line 77 of file dom3_xpath.h.
- 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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Jun 24 2014 14:08:37 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.