The members of Org.Xml.Sax.Helpers.AttributeListImpl are listed below.
See Also: Inherited members from Java.Lang.Object
Create an empty attribute list. | ||
Construct a persistent copy of an existing attribute list. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddAttribute(string, string, string)Add an attribute to an attribute list. | ||
Clear()Clear the attribute list. | ||
GetName(int)Get the name of an attribute (by position). | ||
GetType(int)Get the type of an attribute (by position). | ||
GetType(string)Get the type of an attribute (by name). | ||
GetValue(int)Get the value of an attribute (by position). | ||
GetValue(string)Get the value of an attribute (by name). | ||
RemoveAttribute(string)Remove an attribute from the list. | ||
SetAttributeList(Org.Xml.Sax.IAttributeList)Set the attribute list, discarding previous contents. |