Working with SAX (Using Attributes)


Attributes Interface

int getIndex(String rawName)
    Gets the index of an attribute given a raw name
String getRawName(int index)
    Gets the attribute's raw name by index
String getValue(int index)
    Gets an attribute's value by index
String getValue(String rawName)
    Gets an attribute's value by raw name