com.kitfox.svg.xml
Interface ReadableXMLElement


public interface ReadableXMLElement


Method Summary
 void read(Element root, URL docRoot)
          Initializes this element from the passed DOM tree.
 

Method Detail

read

void read(Element root,
          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