Org.Xml.Sax.Helpers.AttributeListImpl.Clear Method
Clear the attribute list.

Syntax

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public virtual void Clear ()

See Also

Org.Xml.Sax.IDocumentHandler.StartElement(string, Org.Xml.Sax.IAttributeList)

Remarks

Clear the attribute list.

SAX parser writers can use this method to reset the attribute list between DocumentHandler.startElement events. Normally, it will make sense to reuse the same AttributeListImpl object rather than allocating a new one each time.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1