Class SAXAttributesMap
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMap
com.inductiveautomation.ignition.common.xmlserialization.deserialization.SAXAttributesMap
- All Implemented Interfaces:
- AttributesMap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDecoder<?>getDecoder(String name) Return the best decoder to use for the given attribute name.intThe number of attributes in the mapgetName(int index) The name of the attribute at the location<T> TMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMapgetClass, getInt, getSignature, getString
- 
Constructor Details- 
SAXAttributesMap
 
- 
- 
Method Details- 
getLengthpublic int getLength()Description copied from interface:AttributesMapThe number of attributes in the map
- 
getNameDescription copied from interface:AttributesMapThe name of the attribute at the location
- 
getValue- Throws:
- IOException
 
- 
getDecoderDescription copied from interface:AttributesMapReturn the best decoder to use for the given attribute name. Not supported by all attribute maps.
 
-