Table of Contents

Interface IXPathResult

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/xpath/XPathResult.html

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