Class XMLUtils


  • public class XMLUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Exception lastError  
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLUtils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String entry2XML​(Entry e)  
      Entry XML2Entry​(java.lang.String xml)  
      • Methods inherited from class java.lang.Object

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

      • lastError

        public java.lang.Exception lastError
    • Constructor Detail

      • XMLUtils

        public XMLUtils()
    • Method Detail

      • entry2XML

        public java.lang.String entry2XML​(Entry e)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • XML2Entry

        public Entry XML2Entry​(java.lang.String xml)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception