Table of Contents

Class XPathResult

Namespace
Org.W3c.Dom.Xpath
Assembly
MASES.JNet.dll
public class XPathResult : JVMBridgeBase<XPathResult>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IXPathResult
Inheritance
XPathResult
Implements
Inherited Members
Extension Methods

Constructors

XPathResult()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("XPathResult class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XPathResult()

XPathResult(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("XPathResult class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XPathResult(params object[] args)

Parameters

args object[]

Properties

ANY_TYPE

public static short ANY_TYPE { get; }

Property Value

short

ANY_UNORDERED_NODE_TYPE

public static short ANY_UNORDERED_NODE_TYPE { get; }

Property Value

short

BOOLEAN_TYPE

public static short BOOLEAN_TYPE { get; }

Property Value

short

BooleanValue

public bool BooleanValue { get; }

Property Value

bool

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FIRST_ORDERED_NODE_TYPE

public static short FIRST_ORDERED_NODE_TYPE { get; }

Property Value

short

InvalidIteratorState

public bool InvalidIteratorState { get; }

Property Value

bool

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NUMBER_TYPE

public static short NUMBER_TYPE { get; }

Property Value

short

NumberValue

public double NumberValue { get; }

Property Value

double

ORDERED_NODE_ITERATOR_TYPE

public static short ORDERED_NODE_ITERATOR_TYPE { get; }

Property Value

short

ORDERED_NODE_SNAPSHOT_TYPE

public static short ORDERED_NODE_SNAPSHOT_TYPE { get; }

Property Value

short

ResultType

public short ResultType { get; }

Property Value

short

STRING_TYPE

public static short STRING_TYPE { get; }

Property Value

short

SingleNodeValue

public Node SingleNodeValue { get; }

Property Value

Node

SnapshotLength

public int SnapshotLength { get; }

Property Value

int

StringValue

public String StringValue { get; }

Property Value

String

UNORDERED_NODE_ITERATOR_TYPE

public static short UNORDERED_NODE_ITERATOR_TYPE { get; }

Property Value

short

UNORDERED_NODE_SNAPSHOT_TYPE

public static short UNORDERED_NODE_SNAPSHOT_TYPE { get; }

Property Value

short

Methods

IterateNext()

public Node IterateNext()

Returns

Node

Node

Exceptions

XPathException
DOMException

SnapshotItem(int)

public Node SnapshotItem(int arg0)

Parameters

arg0 int

int

Returns

Node

Node

Exceptions

XPathException