XPathFactory.NewXPath Method

Definition

Return a new XPath using the underlying object model determined when the XPathFactory was instantiated.

[Android.Runtime.Register("newXPath", "()Ljavax/xml/xpath/XPath;", "GetNewXPathHandler")]
public abstract Javax.Xml.Xpath.IXPath? NewXPath ();
[<Android.Runtime.Register("newXPath", "()Ljavax/xml/xpath/XPath;", "GetNewXPathHandler")>]
abstract member NewXPath : unit -> Javax.Xml.Xpath.IXPath

Returns

New instance of an XPath.

Attributes

Remarks

Return a new XPath using the underlying object model determined when the XPathFactory was instantiated.

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

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