IXPath.XPathFunctionResolver Property

Definition

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

Property Value

Attributes

Exceptions

If resolver is null.

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.

Applies to