public class SAXAttributesMap extends AbstractAttributesMap
| Constructor and Description |
|---|
SAXAttributesMap(DeserializationContext context,
org.xml.sax.Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
Decoder<?> |
getDecoder(java.lang.String name)
Return the best decoder to use for the given attribute name.
|
int |
getLength()
The number of attributes in the map
|
java.lang.String |
getName(int index)
The name of the attribute at the location
|
<T> T |
getValue(java.lang.String name,
Decoder<T> decoder) |
getClass, getInt, getSignature, getStringpublic SAXAttributesMap(DeserializationContext context, org.xml.sax.Attributes attributes)
public int getLength()
AttributesMappublic java.lang.String getName(int index)
AttributesMappublic <T> T getValue(java.lang.String name,
Decoder<T> decoder)
throws java.io.IOException
java.io.IOExceptionpublic Decoder<?> getDecoder(java.lang.String name)
AttributesMap