AttributesImpl.SetAttributes(IAttributes) Método

Definição

Copie um objeto attributes inteiro.

[Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")]
public virtual void SetAttributes(Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")>]
abstract member SetAttributes : Org.Xml.Sax.IAttributes -> unit
override this.SetAttributes : Org.Xml.Sax.IAttributes -> unit

Parâmetros

atts
IAttributes

Os atributos a serem copiados.

Atributos

Comentários

Copie um objeto attributes inteiro.

Pode ser mais eficiente reutilizar um objeto existente em vez de alocar constantemente novos.

Java documentação para org.xml.sax.helpers.AttributesImpl.setAttributes(org.xml.sax.Attributes).

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