Org.Xml.Sax.IAttributeList: Method Members

The methods of Org.Xml.Sax.IAttributeList are listed below. For a list of all members, see the IAttributeList Members 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).