org.apache.batik.dom.svg
public class SVGOMDefsElement extends SVGGraphicsElement implements SVGDefsElement
Constructor Summary | |
---|---|
protected | SVGOMDefsElement()
Creates a new SVGOMDefsElement object. |
SVGOMDefsElement(String prefix, AbstractDocument owner)
Creates a new SVGOMDefsElement object. |
Method Summary | |
---|---|
String | getLocalName()
DOM: Implements Node#getLocalName(). |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.