#include <XPathValue.h>
|
enum | Type {
NodeSetValue,
BooleanValue,
NumberValue,
StringValue,
NodeSetValue,
BooleanValue,
NumberValue,
StringValue
} |
|
enum | Type {
NodeSetValue,
BooleanValue,
NumberValue,
StringValue,
NodeSetValue,
BooleanValue,
NumberValue,
StringValue
} |
|
◆ Type [1/2]
enum WebCore::XPath::Value::Type |
Enumerator |
---|
NodeSetValue | |
BooleanValue | |
NumberValue | |
StringValue | |
NodeSetValue | |
BooleanValue | |
NumberValue | |
StringValue | |
◆ Type [2/2]
enum WebCore::XPath::Value::Type |
Enumerator |
---|
NodeSetValue | |
BooleanValue | |
NumberValue | |
StringValue | |
NodeSetValue | |
BooleanValue | |
NumberValue | |
StringValue | |
◆ Value() [1/16]
WebCore::XPath::Value::Value |
( |
bool |
value | ) |
|
|
inline |
◆ Value() [2/16]
WebCore::XPath::Value::Value |
( |
unsigned |
value | ) |
|
|
inline |
◆ Value() [3/16]
WebCore::XPath::Value::Value |
( |
double |
value | ) |
|
|
inline |
◆ Value() [4/16]
WebCore::XPath::Value::Value |
( |
const String & |
value | ) |
|
|
inline |
◆ Value() [5/16]
WebCore::XPath::Value::Value |
( |
const char * |
value | ) |
|
|
inline |
◆ Value() [6/16]
WebCore::XPath::Value::Value |
( |
NodeSet && |
value | ) |
|
|
inlineexplicit |
◆ Value() [7/16]
WebCore::XPath::Value::Value |
( |
Node * |
value | ) |
|
|
inlineexplicit |
◆ Value() [8/16]
WebCore::XPath::Value::Value |
( |
RefPtr< Node > && |
value | ) |
|
|
inlineexplicit |
◆ Value() [9/16]
WebCore::XPath::Value::Value |
( |
bool |
value | ) |
|
|
inline |
◆ Value() [10/16]
WebCore::XPath::Value::Value |
( |
unsigned |
value | ) |
|
|
inline |
◆ Value() [11/16]
WebCore::XPath::Value::Value |
( |
double |
value | ) |
|
|
inline |
◆ Value() [12/16]
WebCore::XPath::Value::Value |
( |
const String & |
value | ) |
|
|
inline |
◆ Value() [13/16]
WebCore::XPath::Value::Value |
( |
const char * |
value | ) |
|
|
inline |
◆ Value() [14/16]
WebCore::XPath::Value::Value |
( |
NodeSet && |
value | ) |
|
|
inlineexplicit |
◆ Value() [15/16]
WebCore::XPath::Value::Value |
( |
Node * |
value | ) |
|
|
inlineexplicit |
◆ Value() [16/16]
WebCore::XPath::Value::Value |
( |
RefPtr< Node > && |
value | ) |
|
|
inlineexplicit |
◆ isBoolean() [1/2]
bool WebCore::XPath::Value::isBoolean |
( |
| ) |
const |
|
inline |
◆ isBoolean() [2/2]
bool WebCore::XPath::Value::isBoolean |
( |
| ) |
const |
|
inline |
◆ isNodeSet() [1/2]
bool WebCore::XPath::Value::isNodeSet |
( |
| ) |
const |
|
inline |
◆ isNodeSet() [2/2]
bool WebCore::XPath::Value::isNodeSet |
( |
| ) |
const |
|
inline |
◆ isNumber() [1/2]
bool WebCore::XPath::Value::isNumber |
( |
| ) |
const |
|
inline |
◆ isNumber() [2/2]
bool WebCore::XPath::Value::isNumber |
( |
| ) |
const |
|
inline |
◆ isString() [1/2]
bool WebCore::XPath::Value::isString |
( |
| ) |
const |
|
inline |
◆ isString() [2/2]
bool WebCore::XPath::Value::isString |
( |
| ) |
const |
|
inline |
◆ modifiableNodeSet() [1/2]
NodeSet & WebCore::XPath::Value::modifiableNodeSet |
( |
| ) |
|
◆ modifiableNodeSet() [2/2]
NodeSet& WebCore::XPath::Value::modifiableNodeSet |
( |
| ) |
|
◆ toBoolean() [1/2]
bool WebCore::XPath::Value::toBoolean |
( |
| ) |
const |
◆ toBoolean() [2/2]
bool WebCore::XPath::Value::toBoolean |
( |
| ) |
const |
◆ toNodeSet() [1/2]
const NodeSet& WebCore::XPath::Value::toNodeSet |
( |
| ) |
const |
◆ toNodeSet() [2/2]
const NodeSet & WebCore::XPath::Value::toNodeSet |
( |
| ) |
const |
◆ toNumber() [1/2]
double WebCore::XPath::Value::toNumber |
( |
| ) |
const |
◆ toNumber() [2/2]
double WebCore::XPath::Value::toNumber |
( |
| ) |
const |
◆ toString() [1/2]
String WebCore::XPath::Value::toString |
( |
| ) |
const |
◆ toString() [2/2]
String WebCore::XPath::Value::toString |
( |
| ) |
const |
◆ type() [1/2]
Type WebCore::XPath::Value::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
Type WebCore::XPath::Value::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/XPathValue.h
- Source/WebCore/xml/XPathValue.cpp