Condividi tramite


HandlerBase.StartElement(String, IAttributeList) Metodo

Definizione

Attenzione

deprecated

Ricevere la notifica dell'inizio di un elemento.

[Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")]
[System.Obsolete("deprecated")]
public virtual void StartElement (string? name, Org.Xml.Sax.IAttributeList? attributes);
[<Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member StartElement : string * Org.Xml.Sax.IAttributeList -> unit
override this.StartElement : string * Org.Xml.Sax.IAttributeList -> unit

Parametri

name
String

Nome del tipo dell'elemento.

attributes
IAttributeList

Attributi specificati o predefiniti.

Implementazioni

Attributi

Eccezioni

Qualsiasi eccezione SAX, eventualmente con wrapping di un'altra eccezione.

Commenti

Ricevere la notifica dell'inizio di un elemento.

Per impostazione predefinita, non eseguire alcuna operazione. I writer di applicazioni possono eseguire l'override di questo metodo in una sottoclasse per eseguire azioni specifiche all'inizio di ogni elemento, ad esempio allocando un nuovo nodo della struttura ad albero o scrivendo output in un file.

Documentazione java per org.xml.sax.HandlerBase.startElement(java.lang.String, org.xml.sax.AttributeList).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche

  • <xref:Org.Xml.Sax.IDocumentHandler.StartElement(System.String%2c+Org.Xml.Sax.IAttributeList)>