org.apache.batik.dom.svg

Class SVGDescriptiveElement

public abstract class SVGDescriptiveElement extends SVGStylableElement

This class provides a common superclass for elements which contain descriptive text.
Constructor Summary
protected SVGDescriptiveElement()
Creates a new SVGDescriptiveElement object.
protected SVGDescriptiveElement(String prefix, AbstractDocument owner)
Creates a new SVGDescriptiveElement object.
Method Summary
StringgetXMLlang()
DOM: Returns the xml:lang attribute value.
StringgetXMLspace()
DOM: Returns the xml:space attribute value.
voidsetXMLlang(String lang)
DOM: Sets the xml:lang attribute value.
voidsetXMLspace(String space)
DOM: Sets the xml:space attribute value.

Constructor Detail

SVGDescriptiveElement

protected SVGDescriptiveElement()
Creates a new SVGDescriptiveElement object.

SVGDescriptiveElement

protected SVGDescriptiveElement(String prefix, AbstractDocument owner)
Creates a new SVGDescriptiveElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getXMLlang

public String getXMLlang()
DOM: Returns the xml:lang attribute value.

getXMLspace

public String getXMLspace()
DOM: Returns the xml:space attribute value.

setXMLlang

public void setXMLlang(String lang)
DOM: Sets the xml:lang attribute value.

setXMLspace

public void setXMLspace(String space)
DOM: Sets the xml:space attribute value.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.