java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMap
com.inductiveautomation.ignition.common.xmlserialization.deserialization.SAXAttributesMap
All Implemented Interfaces:
AttributesMap

public class SAXAttributesMap extends AbstractAttributesMap
  • Constructor Details

  • Method Details

    • getLength

      public int getLength()
      Description copied from interface: AttributesMap
      The number of attributes in the map
    • getName

      public String getName(int index)
      Description copied from interface: AttributesMap
      The name of the attribute at the location
    • getValue

      public <T> T getValue(String name, Decoder<T> decoder) throws IOException
      Throws:
      IOException
    • getDecoder

      public Decoder<?> getDecoder(String name)
      Description copied from interface: AttributesMap
      Return the best decoder to use for the given attribute name. Not supported by all attribute maps.