Class XmlMarshallable

    • Constructor Summary

      Constructors 
      Constructor Description
      XmlMarshallable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element toXml​(org.w3c.dom.Document doc)  
      java.lang.String xmlName()  
      • Methods inherited from class java.lang.Object

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

      • XmlMarshallable

        public XmlMarshallable()
    • Method Detail

      • xmlName

        public java.lang.String xmlName()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toXml

        public org.w3c.dom.Element toXml​(org.w3c.dom.Document doc)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception