Class XPathResult
public class XPathResult : JVMBridgeBase<XPathResult>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IXPathResult
- Inheritance
-
XPathResult
- Implements
- Inherited Members
-
JVMBridgeBase<XPathResult>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])
- 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
ANY_UNORDERED_NODE_TYPE
public static short ANY_UNORDERED_NODE_TYPE { get; }
Property Value
BOOLEAN_TYPE
public static short BOOLEAN_TYPE { get; }
Property Value
BooleanValue
public bool BooleanValue { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FIRST_ORDERED_NODE_TYPE
public static short FIRST_ORDERED_NODE_TYPE { get; }
Property Value
InvalidIteratorState
public bool InvalidIteratorState { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NUMBER_TYPE
public static short NUMBER_TYPE { get; }
Property Value
NumberValue
public double NumberValue { get; }
Property Value
ORDERED_NODE_ITERATOR_TYPE
public static short ORDERED_NODE_ITERATOR_TYPE { get; }
Property Value
ORDERED_NODE_SNAPSHOT_TYPE
public static short ORDERED_NODE_SNAPSHOT_TYPE { get; }
Property Value
ResultType
public short ResultType { get; }
Property Value
STRING_TYPE
public static short STRING_TYPE { get; }
Property Value
SingleNodeValue
public Node SingleNodeValue { get; }
Property Value
SnapshotLength
public int SnapshotLength { get; }
Property Value
StringValue
public String StringValue { get; }
Property Value
UNORDERED_NODE_ITERATOR_TYPE
public static short UNORDERED_NODE_ITERATOR_TYPE { get; }
Property Value
UNORDERED_NODE_SNAPSHOT_TYPE
public static short UNORDERED_NODE_SNAPSHOT_TYPE { get; }
Property Value
Methods
IterateNext()
public Node IterateNext()
Returns
Exceptions
SnapshotItem(int)
public Node SnapshotItem(int arg0)