Partilhar via


XPathFactory.SetXPathFunctionResolver(IXPathFunctionResolver) Método

Definição

Estabeleça um resolvedor de funções padrão.

[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

Parâmetros

resolver
IXPathFunctionResolver

Resolvedor de funções XPath.

Atributos

Exceções

Se resolver for null.

Comentários

Estabeleça um resolvedor de funções padrão.

Todos os XPath objetos construídos a partir dessa fábrica usarão o resolvedor especificado por padrão.

A NullPointerException é lançado se resolver for null.

Documentação Java para javax.xml.xpath.XPathFactory.setXPathFunctionResolver(javax.xml.xpath.XPathFunctionResolver).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a