com.kitfox.xml
Interface ReadableXMLElement


public interface ReadableXMLElement

Author:
Mark McKay, Mark McKay

Method Summary
 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