Class XMLUtil


  • public class XMLUtil
    extends java.lang.Object
    Author:
    pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.List<T> selectNodes​(org.dom4j.Node node, java.lang.String arg0)  
      • Methods inherited from class java.lang.Object

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

      • XMLUtil

        public XMLUtil()
    • Method Detail

      • selectNodes

        public static <T> java.util.List<T> selectNodes​(org.dom4j.Node node,
                                                        java.lang.String arg0)