Class DomToObjectConverterUtilities


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getBooleanValue​(org.dom4j.Element element, java.lang.String attributeName)  
      static double getDoubleValue​(org.dom4j.Element element, double defaultValue)  
      static int getIntValue​(org.dom4j.Element element, int defaultValue)  
      static int getIntValue​(org.dom4j.Element element, java.lang.String attributeName)  
      static long getLongValue​(org.dom4j.Element element, java.lang.String attributeName)  
      static double getNecessaryDoubleValue​(org.dom4j.Element element)  
      static org.dom4j.Element getNecessaryElement​(org.dom4j.Element element, java.lang.String tag)  
      static int getNecessaryIntValue​(org.dom4j.Element element)  
      static java.lang.String getOptionalText​(org.dom4j.Element element, org.dom4j.QName tagName)  
      static java.lang.String getStringValue​(org.dom4j.Element element, java.lang.String attributeName)  
      static java.lang.String getText​(org.dom4j.Element element, org.dom4j.QName tagName)  
      static java.lang.String getText​(org.dom4j.Element element, org.dom4j.QName tagName, java.lang.String defaultValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait