Idioma

XPathFactory.SetXPathFunctionResolver(IXPathFunctionResolver) Método

Definição

Estabelecer um resolvedor de função 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ção XPath.

Atributos

Exceções

Se resolver for null.

Comentários

Estabelecer um resolvedor de função padrão.

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

A NullPointerException é lançada se resolver for null.

Java documentação 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 Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a