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