Class TagXMLImporter.TagXMLReader.TagsElement

  • Enclosing class:
    TagXMLImporter.TagXMLReader

    protected class TagXMLImporter.TagXMLReader.TagsElement
    extends Element
    This element is for simple lists that have no attributes.
    • Constructor Detail

      • TagsElement

        public TagsElement()
    • Method Detail

      • addChild

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

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

        public java.lang.Object getValue()
        Overrides:
        getValue in class Element