Class XML


  • public class XML
    extends java.lang.Object
    This class is a temporary class to convert an Entry to/from XML. The new hierachical Entry should be used instead when it supports serialization.
    • Constructor Summary

      Constructors 
      Constructor Description
      XML()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Entry fromXML​(java.lang.String xml)  
      static Entry fromXML​(org.w3c.dom.Document document)  
      static java.lang.String toXML​(java.lang.Object entryOrAttribute)  
      • Methods inherited from class java.lang.Object

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

      • XML

        public XML()
    • Method Detail

      • fromXML

        public static Entry fromXML​(java.lang.String xml)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fromXML

        public static Entry fromXML​(org.w3c.dom.Document document)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toXML

        public static java.lang.String toXML​(java.lang.Object entryOrAttribute)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception