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