Interface ReadableXMLElement


  • public interface ReadableXMLElement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void read​(org.w3c.dom.Element root, java.net.URL docRoot)
      Initializes this element from the passed DOM tree.
    • Method Detail

      • read

        void read​(org.w3c.dom.Element root,
                  java.net.URL docRoot)
        Initializes this element from the passed DOM tree.
        Parameters:
        root - - DOM tree to build from
        docRoot - - URL of the document this DOM tree was created from