Interface IAttributeList
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/AttributeList.html
public interface IAttributeList
Properties
Length
int Length { get; }
Property Value
Methods
GetName(int)
String GetName(int arg0)
Parameters
Returns
GetType(String)
String GetType(String arg0)
Parameters
Returns
GetType(int)
String GetType(int arg0)
Parameters
Returns
GetValue(String)
String GetValue(String arg0)
Parameters
Returns
GetValue(int)
String GetValue(int arg0)