Class XMLSupport


  • public final class XMLSupport
    extends Object
    Created by IntelliJ IDEA. User: lveci Date: Jan 23, 2008 Time: 2:45:16 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • XMLSupport

        public XMLSupport()
    • Method Detail

      • metadataElementToDOMElement

        public static void metadataElementToDOMElement​(MetadataElement metadataElem,
                                                       org.jdom2.Element domElem)
      • getAttrib

        public static String getAttrib​(org.jdom2.Element elem,
                                       String tag)
      • getElementText

        public static org.jdom2.Text getElementText​(org.jdom2.Element root)
                                             throws IOException
        Throws:
        IOException
      • getStringList

        public static String[] getStringList​(org.jdom2.Element elem)