次の方法で共有


XPathFactory.SetXPathFunctionResolver(IXPathFunctionResolver) メソッド

定義

既定の関数リゾルバーを確立します。

[Android.Runtime.Register("setXPathFunctionResolver", "(Ljavax/xml/xpath/XPathFunctionResolver;)V", "GetSetXPathFunctionResolver_Ljavax_xml_xpath_XPathFunctionResolver_Handler")]
public abstract void SetXPathFunctionResolver (Javax.Xml.Xpath.IXPathFunctionResolver? resolver);
[<Android.Runtime.Register("setXPathFunctionResolver", "(Ljavax/xml/xpath/XPathFunctionResolver;)V", "GetSetXPathFunctionResolver_Ljavax_xml_xpath_XPathFunctionResolver_Handler")>]
abstract member SetXPathFunctionResolver : Javax.Xml.Xpath.IXPathFunctionResolver -> unit

パラメーター

resolver
IXPathFunctionResolver

XPath 関数リゾルバー。

属性

例外

resolvernull の場合。

注釈

既定の関数リゾルバーを確立します。

XPathこのファクトリから構築されたオブジェクトは、既定で指定されたリゾルバーを使用します。

A NullPointerException は次の場合nullresolverにスローされます。

の Java ドキュメントjavax.xml.xpath.XPathFactory.setXPathFunctionResolver(javax.xml.xpath.XPathFunctionResolver)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象