org.apache.batik.dom.svg
public class SVGOMSwitchElement extends SVGGraphicsElement implements SVGSwitchElement
| Constructor Summary | |
|---|---|
| protected | SVGOMSwitchElement()
Creates a new SVGOMSwitchElement object. |
| SVGOMSwitchElement(String prefix, AbstractDocument owner)
Creates a new SVGOMSwitchElement 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.