Class DomUtil


  • public class DomUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DomUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.jdom.Element> getChildren​(org.jdom.Element parent, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • DomUtil

        public DomUtil()
    • Method Detail

      • getChildren

        public static java.util.List<org.jdom.Element> getChildren​(org.jdom.Element parent,
                                                                   java.lang.String name)