Table of Contents

Interface IXPathResult

Namespace
Org.W3c.Dom.Xpath
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IXPathResult

Properties

BooleanValue

bool BooleanValue { get; }

Property Value

bool

InvalidIteratorState

bool InvalidIteratorState { get; }

Property Value

bool

NumberValue

double NumberValue { get; }

Property Value

double

ResultType

short ResultType { get; }

Property Value

short

SingleNodeValue

Node SingleNodeValue { get; }

Property Value

Node

SnapshotLength

int SnapshotLength { get; }

Property Value

int

StringValue

String StringValue { get; }

Property Value

String

Methods

IterateNext()

Node IterateNext()

Returns

Node

Node

Exceptions

XPathException
DOMException

SnapshotItem(int)

Node SnapshotItem(int arg0)

Parameters

arg0 int

int

Returns

Node

Node

Exceptions

XPathException