Interface Mergeable

    • Method Detail

      • merge

        void merge​(Mergeable me)
            throws MergeException
        Merges an element of same type.
        Parameters:
        me - Another entity that is mergeable.
        Throws:
        MergeException - if there was an error merging the mergeables.
      • getElement

        org.jdom2.Element getElement()
        Returns the wrapped up JDom Element instance that was used to create this Mergeable.
        Returns:
        the wrapped up JDom Element instance.
      • getAllowedTags

        DescriptorTag[] getAllowedTags()
        Returns an array of tags/elements that are allowed under the current element.
        Returns:
        the allowedTags