XPathFactory.NewXPath Method

Definition

Return a new <code>XPath</code> using the underlying object model determined when the <code>XPathFactory</code> 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

IXPath

New instance of an <code>XPath</code>.

Attributes

Remarks

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