AttributeListImpl.Clear Metodo

Definizione

Attenzione

deprecated

Deselezionare l'elenco di attributi.

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
[System.Obsolete("deprecated")]
public virtual void Clear();
[<Android.Runtime.Register("clear", "()V", "GetClearHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Attributi

Commenti

Deselezionare l'elenco di attributi.

I writer parser SAX possono usare questo metodo per reimpostare l'elenco di attributi tra gli eventi DocumentHandler.startElement. In genere, sarà opportuno riutilizzare lo stesso oggetto AttributeListImpl anziché allocare un nuovo oggetto ogni volta.

per org.xml.sax.helpers.AttributeListImpl.clear().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

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