Table of Contents

Class XPathFactory

Namespace
Javax.Xml.Xpath
Assembly
MASES.JNet.dll
public class XPathFactory : JVMBridgeBase<XPathFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<XPathFactory>
XPathFactory
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<XPathFactory>.IsAssignableFrom(IJavaType)
JVMBridgeBase<XPathFactory>.IsAssignableFrom<T>()
JVMBridgeBase<XPathFactory>.Execute<T>(params T[])
JVMBridgeBase<XPathFactory>.DynBridgeClazz
JVMBridgeBase<XPathFactory>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

XPathFactory()

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

[Obsolete("XPathFactory 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 XPathFactory()

XPathFactory(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("XPathFactory 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 XPathFactory(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_OBJECT_MODEL_URI

public static String DEFAULT_OBJECT_MODEL_URI { get; }

Property Value

String

DEFAULT_PROPERTY_NAME

public static String DEFAULT_PROPERTY_NAME { get; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

XPathFactoryConfigurationException

IsObjectModelSupported(String)

public bool IsObjectModelSupported(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

NewDefaultInstance()

public static XPathFactory NewDefaultInstance()

Returns

XPathFactory

XPathFactory

NewInstance()

public static XPathFactory NewInstance()

Returns

XPathFactory

XPathFactory

NewInstance(String)

public static XPathFactory NewInstance(String arg0)

Parameters

arg0 String

String

Returns

XPathFactory

XPathFactory

Exceptions

XPathFactoryConfigurationException

NewInstance(String, String, ClassLoader)

public static XPathFactory NewInstance(String arg0, String arg1, ClassLoader arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 ClassLoader

ClassLoader

Returns

XPathFactory

XPathFactory

Exceptions

XPathFactoryConfigurationException

NewXPath()

public XPath NewXPath()

Returns

XPath

XPath

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

XPathFactoryConfigurationException

SetXPathFunctionResolver(XPathFunctionResolver)

public void SetXPathFunctionResolver(XPathFunctionResolver arg0)

Parameters

arg0 XPathFunctionResolver

XPathFunctionResolver

SetXPathVariableResolver(XPathVariableResolver)

public void SetXPathVariableResolver(XPathVariableResolver arg0)

Parameters

arg0 XPathVariableResolver

XPathVariableResolver