- index
- The index of the attribute (zero-based).
- uri
- The Namespace URI, or the empty string if none is available or Namespace processing is not being performed.
- localName
- The local name, or the empty string if Namespace processing is not being performed.
- qName
- The qualified name, or the empty string if qualified names are not available.
- type
- The attribute type as a string.
- value
- The attribute value.
Type Reason Java.Lang.ArrayIndexOutOfBoundsException When the supplied index does not point to an attribute in the list.
Set an attribute in the list.
For the sake of speed, this method does no checking for name conflicts or well-formedness: such checks are the responsibility of the application.