Class XmlDocument<T>


  • public class XmlDocument<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlDocument​(org.w3c.dom.Document document, T object)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document getDocument()  
      T getObject()  
      • Methods inherited from class java.lang.Object

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

      • XmlDocument

        public XmlDocument​(org.w3c.dom.Document document,
                           T object)
    • Method Detail

      • getDocument

        public org.w3c.dom.Document getDocument()
      • getObject

        public T getObject()