XPathFactory.NewXPath Metodo

Definizione

Restituisce un nuovo XPath oggetto utilizzando il modello a oggetti sottostante determinato quando è stata creata un'istanza XPathFactory di .

[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

Valori restituiti

Nuova istanza di un oggetto XPath.

Attributi

Commenti

Restituisce un nuovo XPath oggetto utilizzando il modello a oggetti sottostante determinato quando è stata creata un'istanza XPathFactory di .

per javax.xml.xpath.XPathFactory.newXPath().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a