public interface AttributeList:
Deprecated SAX1 attribute list.
SAX2 code should use Attributes, which includes Namespace-aware lookup.
@example `klyn import org.xml.sax
attrs as AttributeList = null if attrs is not null: print(attrs.getLength())
| Modifier and Type | Member | Description |
|---|---|---|
| public | getLengthgetLength() as Int |
Returns the number of attributes in the list. |
| public | getName | Returns the attribute name at the given index. |
| public | getType | Returns the attribute type at the given index. |
| public | getType | Returns the attribute type for a SAX1 qualified name. |
| public | getValue | Returns the attribute value at the given index. |
| public | getValue | Returns the attribute value for a SAX1 qualified name. |