IXPath.XPathFunctionResolver Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public Javax.Xml.Xpath.IXPathFunctionResolver? XPathFunctionResolver { [Android.Runtime.Register("getXPathFunctionResolver", "()Ljavax/xml/xpath/XPathFunctionResolver;", "GetGetXPathFunctionResolverHandler:Javax.Xml.Xpath.IXPathInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setXPathFunctionResolver", "(Ljavax/xml/xpath/XPathFunctionResolver;)V", "GetSetXPathFunctionResolver_Ljavax_xml_xpath_XPathFunctionResolver_Handler:Javax.Xml.Xpath.IXPathInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getXPathFunctionResolver", "()Ljavax/xml/xpath/XPathFunctionResolver;", "GetGetXPathFunctionResolverHandler:Javax.Xml.Xpath.IXPathInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setXPathFunctionResolver", "(Ljavax/xml/xpath/XPathFunctionResolver;)V", "GetSetXPathFunctionResolver_Ljavax_xml_xpath_XPathFunctionResolver_Handler:Javax.Xml.Xpath.IXPathInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.XPathFunctionResolver : Javax.Xml.Xpath.IXPathFunctionResolver with get, set
Valeur de propriété
Programme de résolution de fonction actuel.
- Attributs
Exceptions
Si resolver c’est null.
Remarques
Retourne le programme de résolution de fonction actuel. Null est retourné dans aucun programme de résolution de fonction.
Java référence pour javax.xml.xpath.XPath.getXPathFunctionResolver.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.