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