Table of Contents

Class XPathResult

Namespace
Org.W3c.Dom.Xpath
Assembly
MASES.JNet.dll
public class XPathResult : JVMBridgeCore<XPathResult>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IXPathResult
Inheritance
JVMBridgeCore
JVMBridgeCore<XPathResult>
XPathResult
Implements
Inherited Members
JVMBridgeCore<XPathResult>.IsAssignableFrom(IJavaType)
JVMBridgeCore<XPathResult>.IsAssignableFrom<T>()
JVMBridgeCore<XPathResult>.Execute<T>(params T[])
JVMBridgeCore<XPathResult>.DynBridgeClazz
JVMBridgeCore<XPathResult>.BridgeClazz
JVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeCore.RuntimeClassNameOf<T>()
JVMBridgeCore.ClassNameOf<T>()
JVMBridgeCore.ClassOf<T>()
JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeCore.MonitorEnter()
JVMBridgeCore.MonitorExit()
JVMBridgeCore.IsInstanceOf(IJavaType)
JVMBridgeCore.IsInstanceOf<T>()
JVMBridgeCore.RuntimeIsInstanceOf<T>()
JVMBridgeCore.CastTo<TNewClass>()
JVMBridgeCore.CastDirect<TNewClass>()
JVMBridgeCore.ToString()
JVMBridgeCore.Equals(IJVMBridgeBase)
JVMBridgeCore.GetHashCode()
JVMBridgeCore.Notify()
JVMBridgeCore.NotifyAll()
JVMBridgeCore.Wait()
JVMBridgeCore.DynBridgeInstance
JVMBridgeCore.BridgeInstance
JVMBridgeCore.IsBridgeListener
Extension Methods

Constructors

XPathResult(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XPathResult(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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