org.apache.batik.dom.svg
public abstract class SVGDescriptiveElement extends SVGStylableElement
| Constructor Summary | |
|---|---|
| protected | SVGDescriptiveElement()
Creates a new SVGDescriptiveElement object. |
| protected | SVGDescriptiveElement(String prefix, AbstractDocument owner)
Creates a new SVGDescriptiveElement object. |
| Method Summary | |
|---|---|
| String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
| String | getXMLspace()
DOM: Returns the xml:space attribute value. |
| void | setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
| void | setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
Parameters: prefix The namespace prefix. owner The owner document.