Table of Contents

Interface IAttributeList

Namespace
Org.Xml.Sax
Assembly
MASES.JNet.dll

.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

int

Methods

GetName(int)

String GetName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetType(String)

String GetType(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetType(int)

String GetType(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetValue(String)

String GetValue(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetValue(int)

String GetValue(int arg0)

Parameters

arg0 int

int

Returns

String

String