Interface IXPathResult
.NET interface for TO BE DEFINED FROM USER
public interface IXPathResult
Properties
BooleanValue
bool BooleanValue { get; }
Property Value
InvalidIteratorState
bool InvalidIteratorState { get; }
Property Value
NumberValue
double NumberValue { get; }
Property Value
ResultType
short ResultType { get; }
Property Value
SingleNodeValue
Node SingleNodeValue { get; }
Property Value
SnapshotLength
int SnapshotLength { get; }
Property Value
StringValue
String StringValue { get; }
Property Value
Methods
IterateNext()
Node IterateNext()
Returns
Exceptions
SnapshotItem(int)
Node SnapshotItem(int arg0)