Javax.Xml.Xpath.IXPath.XPathFunctionResolver Property

Syntax

[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")]
public IXPathFunctionResolver XPathFunctionResolver { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionIf resolver is null.
Java.Lang.NullPointerExceptionIf resolver is null.
Java.Lang.NullPointerExceptionIf resolver is null.
Java.Lang.NullPointerExceptionIf resolver is null.
Java.Lang.NullPointerExceptionIf resolver is null.

Remarks

Get method documentation [Android Documentation]

Return the current function resolver.

null is returned in no function resolver is in effect.

Set method documentation [Android Documentation]

Establish a function resolver.

A NullPointerException is thrown if resolver is null.

Requirements

Namespace: Javax.Xml.Xpath
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8