Class TagXMLImporter.TagXMLReader.EntryElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.xml.sax.Attributes attr  
      • Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.Element

        name
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryElement()  
    • Field Detail

      • attr

        protected org.xml.sax.Attributes attr
    • Constructor Detail

      • EntryElement

        public EntryElement()
    • Method Detail

      • setAttributes

        public void setAttributes​(org.xml.sax.Attributes attr)
                           throws java.lang.Exception
        Overrides:
        setAttributes in class Element
        Throws:
        java.lang.Exception
      • getAttributes

        public org.xml.sax.Attributes getAttributes()
      • addChild

        public void addChild​(Element child)
                      throws java.lang.Exception
        Specified by:
        addChild in class Element
        Throws:
        java.lang.Exception