Interface AttributesMap
- All Known Implementing Classes:
AbstractAttributesMap
,BinaryAttributesMap
,SAXAttributesMap
public interface AttributesMap
-
Method Summary
Modifier and TypeMethodDescriptionDecoder<?>
getDecoder
(String name) Return the best decoder to use for the given attribute name.int
int
The number of attributes in the mapgetName
(int index) The name of the attribute at the locationClass[]
getSignature
(String name) <T> T
-
Method Details
-
getLength
int getLength()The number of attributes in the map -
getName
The name of the attribute at the location -
getInt
- Throws:
IOException
-
getString
- Throws:
IOException
-
getClass
- Throws:
IOException
-
getSignature
- Throws:
IOException
-
getValue
- Throws:
IOException
-
getDecoder
Return the best decoder to use for the given attribute name. Not supported by all attribute maps.
-