XPathResult

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

booleanValue
bool booleanValue()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidIteratorState
bool invalidIteratorState()
Undocumented in source. Be warned that the author may not have intended to support it.
iterateNext
auto iterateNext()
Undocumented in source. Be warned that the author may not have intended to support it.
numberValue
double numberValue()
Undocumented in source. Be warned that the author may not have intended to support it.
resultType
ushort resultType()
Undocumented in source. Be warned that the author may not have intended to support it.
singleNodeValue
auto singleNodeValue()
Undocumented in source. Be warned that the author may not have intended to support it.
snapshotItem
auto snapshotItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
snapshotLength
uint snapshotLength()
Undocumented in source. Be warned that the author may not have intended to support it.
stringValue
string stringValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ANY_TYPE
enum ushort ANY_TYPE;
Undocumented in source.
ANY_UNORDERED_NODE_TYPE
enum ushort ANY_UNORDERED_NODE_TYPE;
Undocumented in source.
BOOLEAN_TYPE
enum ushort BOOLEAN_TYPE;
Undocumented in source.
FIRST_ORDERED_NODE_TYPE
enum ushort FIRST_ORDERED_NODE_TYPE;
Undocumented in source.
NUMBER_TYPE
enum ushort NUMBER_TYPE;
Undocumented in source.
ORDERED_NODE_ITERATOR_TYPE
enum ushort ORDERED_NODE_ITERATOR_TYPE;
Undocumented in source.
ORDERED_NODE_SNAPSHOT_TYPE
enum ushort ORDERED_NODE_SNAPSHOT_TYPE;
Undocumented in source.
STRING_TYPE
enum ushort STRING_TYPE;
Undocumented in source.
UNORDERED_NODE_ITERATOR_TYPE
enum ushort UNORDERED_NODE_ITERATOR_TYPE;
Undocumented in source.
UNORDERED_NODE_SNAPSHOT_TYPE
enum ushort UNORDERED_NODE_SNAPSHOT_TYPE;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta