KHTML
#include <expression.h>
Public Types | |
| enum | Type { Nodeset, Boolean, Number, String } |
Public Member Functions | |
| Value () | |
| Value (DOM::NodeImpl *value) | |
| Value (const DomNodeList &value) | |
| Value (bool value) | |
| Value (double value) | |
| Value (const DOM::DOMString &value) | |
| QString | dump () const |
| bool | isBoolean () const |
| bool | isNodeset () const |
| bool | isNumber () const |
| bool | isString () const |
| bool | toBoolean () const |
| DomNodeList & | toNodeset () |
| const DomNodeList & | toNodeset () const |
| double | toNumber () const |
| DOM::DOMString | toString () const |
| Type | type () const |
Detailed Description
Definition at line 75 of file expression.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| Nodeset | |
| Boolean | |
| Number | |
| String | |
Definition at line 78 of file expression.h.
Constructor & Destructor Documentation
| Value::Value | ( | ) |
Definition at line 43 of file expression.cpp.
|
explicit |
|
explicit |
Definition at line 57 of file expression.cpp.
|
explicit |
Definition at line 63 of file expression.cpp.
|
explicit |
Definition at line 69 of file expression.cpp.
|
explicit |
Definition at line 75 of file expression.cpp.
Member Function Documentation
| QString Value::dump | ( | ) | const |
Definition at line 191 of file expression.cpp.
| bool Value::isBoolean | ( | ) | const |
Definition at line 91 of file expression.cpp.
| bool Value::isNodeset | ( | ) | const |
Definition at line 86 of file expression.cpp.
| bool Value::isNumber | ( | ) | const |
Definition at line 96 of file expression.cpp.
| bool Value::isString | ( | ) | const |
Definition at line 101 of file expression.cpp.
| bool Value::toBoolean | ( | ) | const |
Definition at line 122 of file expression.cpp.
| DomNodeList & Value::toNodeset | ( | ) |
Definition at line 106 of file expression.cpp.
| const DomNodeList & Value::toNodeset | ( | ) | const |
Definition at line 114 of file expression.cpp.
| double Value::toNumber | ( | ) | const |
Definition at line 137 of file expression.cpp.
| DOMString Value::toString | ( | ) | const |
Definition at line 160 of file expression.cpp.
| Value::Type Value::type | ( | ) | const |
Definition at line 81 of file expression.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference