Org.Xml.Sax.Helpers.AttributeListImpl Members

The members of Org.Xml.Sax.Helpers.AttributeListImpl are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create an empty attribute list.
Construct a persistent copy of an existing attribute list.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Lengthint. Return the number of attributes in the list.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddAttribute(string, string, string)
Add an attribute to an attribute list.
Clear()
Clear the attribute list.
GetName(int) : string
Get the name of an attribute (by position).
GetType(int) : string
Get the type of an attribute (by position).
GetType(string) : string
Get the type of an attribute (by name).
GetValue(int) : string
Get the value of an attribute (by position).
GetValue(string) : 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.