Org.Xml.Sax.IAttributeList Members

The members of Org.Xml.Sax.IAttributeList are listed below.

Public Properties

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

Public Methods

GetName(int) : string
Return the name of an attribute in this list (by position).
GetType(int) : string
Return the type of an attribute in the list (by position).
GetType(string) : string
Return the type of an attribute in the list (by name).
GetValue(int) : string
Return the value of an attribute in the list (by position).
GetValue(string) : string
Return the value of an attribute in the list (by name).