Share via


XPathFactory Constructors

Definition

Overloads

XPathFactory()

Protected constructor as #newInstance(), #newInstance(String uri) or #newInstance(String uri, String factoryClassName, ClassLoader classLoader) should be used to create a new instance of an XPathFactory.

XPathFactory(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

XPathFactory()

Protected constructor as #newInstance(), #newInstance(String uri) or #newInstance(String uri, String factoryClassName, ClassLoader classLoader) should be used to create a new instance of an XPathFactory.

[Android.Runtime.Register(".ctor", "()V", "")]
protected XPathFactory ();
Attributes

Remarks

Protected constructor as #newInstance(), #newInstance(String uri) or #newInstance(String uri, String factoryClassName, ClassLoader classLoader) should be used to create a new instance of an XPathFactory.

Java documentation for javax.xml.xpath.XPathFactory.XPathFactory().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

XPathFactory(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected XPathFactory (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Xpath.XPathFactory : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Xpath.XPathFactory

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to