Class JDOMUtil


  • public class JDOMUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty​(@NotNull org.jdom2.Element element)  
      static @NotNull org.jdom2.Document loadDocument​(@NotNull java.io.InputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadDocument

        @NotNull
        public static @NotNull org.jdom2.Document loadDocument​(@NotNull
                                                               @NotNull java.io.InputStream stream)
                                                        throws org.jdom2.JDOMException,
                                                               java.io.IOException
        Throws:
        org.jdom2.JDOMException
        java.io.IOException
      • isEmpty

        public static boolean isEmpty​(@NotNull
                                      @NotNull org.jdom2.Element element)