The members of Org.Xml.Sax.Helpers.AttributesImpl are listed below.
See Also: Inherited members from Java.Lang.Object
Construct a new, empty AttributesImpl object. | ||
Copy an existing Attributes object. |
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, string, string)Add an attribute to the end of the list. | ||
Clear()Clear the attribute list for reuse. | ||
GetIndex(string)Look up an attribute's index by qualified (prefixed) name. | ||
GetIndex(string, string)Look up an attribute's index by Namespace name. | ||
GetLocalName(int)Return an attribute's local name. | ||
GetQName(int)Return an attribute's qualified (prefixed) name. | ||
GetType(int)Return an attribute's type by index. | ||
GetType(string)Look up an attribute's type by qualified (prefixed) name. | ||
GetType(string, string)Look up an attribute's type by Namespace-qualified name. | ||
GetURI(int)Return an attribute's Namespace URI. | ||
GetValue(int)Return an attribute's value by index. | ||
GetValue(string)Look up an attribute's value by qualified (prefixed) name. | ||
GetValue(string, string)Look up an attribute's value by Namespace-qualified name. | ||
RemoveAttribute(int)Remove an attribute from the list. | ||
SetAttribute(int, string, string, string, string, string)Set an attribute in the list. | ||
SetAttributes(Org.Xml.Sax.IAttributes)Copy an entire Attributes object. | ||
SetLocalName(int, string)Set the local name of a specific attribute. | ||
SetQName(int, string)Set the qualified name of a specific attribute. | ||
SetType(int, string)Set the type of a specific attribute. | ||
SetURI(int, string)Set the Namespace URI of a specific attribute. | ||
SetValue(int, string)Set the value of a specific attribute. |