Class ElementBinding

    • Constructor Detail

      • ElementBinding

        public ElementBinding​(org.jdom.Element element)
        Default constructor.
      • ElementBinding

        public ElementBinding​(org.jdom.Element element,
                              org.jdom.Namespace namespace)
        Parameters:
        namespace -
    • Method Detail

      • getElement

        public final org.jdom.Element getElement​(String name)
        Returns the specified child element of the element associated with this meta message. If the child does not exist it is created and added to the message element.
        Parameters:
        name - name of the child element
        Returns:
        a JDOM element
      • getElement

        public final org.jdom.Element getElement()
        Returns:
        the element