XPathFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XPathFactory() |
Protected constructor as |
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
- 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.