XPathResult
Overview
The XPathResult interface represents the results generated by evaluating an XPath expression within the context of a given node.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
booleanValue
property booleanValue: String read;
String booleanValue { get; }
var booleanValue: String { get{} }
String booleanValue { __get; }
ReadOnly Property booleanValue() As String
numberValue
property numberValue: String read;
String numberValue { get; }
var numberValue: String { get{} }
String numberValue { __get; }
ReadOnly Property numberValue() As String
resultType
property resultType: dynamic read;
dynamic resultType { get; }
var resultType: dynamic { get{} }
dynamic resultType { __get; }
ReadOnly Property resultType() As dynamic
singleNodeValue
property singleNodeValue: Node read;
Node singleNodeValue { get; }
var singleNodeValue: Node { get{} }
Node singleNodeValue { __get; }
ReadOnly Property singleNodeValue() As Node
snapshotLength
property snapshotLength: Int32 read;
Int32 snapshotLength { get; }
var snapshotLength: Int32 { get{} }
Int32 snapshotLength { __get; }
ReadOnly Property snapshotLength() As Int32
stringValue
property stringValue: String read;
String stringValue { get; }
var stringValue: String { get{} }
String stringValue { __get; }
ReadOnly Property stringValue() As String