Package com.kitfox.svg.xml
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.
-