Class XmlElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element element  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlElement​(org.w3c.dom.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element getElement()  
      • Methods inherited from class java.lang.Object

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

      • element

        protected final org.w3c.dom.Element element
    • Constructor Detail

      • XmlElement

        public XmlElement​(org.w3c.dom.Element element)
    • Method Detail

      • getElement

        public org.w3c.dom.Element getElement()