Class SAXAttributesMap
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMap
com.inductiveautomation.ignition.common.xmlserialization.deserialization.SAXAttributesMap
- All Implemented Interfaces:
AttributesMap
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.AbstractAttributesMap
getClass, getInt, getSignature, getString
-
Constructor Details
-
SAXAttributesMap
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:AttributesMapThe number of attributes in the map -
getName
Description copied from interface:AttributesMapThe name of the attribute at the location -
getValue
- Throws:
IOException
-
getDecoder
Description copied from interface:AttributesMapReturn the best decoder to use for the given attribute name. Not supported by all attribute maps.
-