org.vectomatic.dom.svg
Class OMSVGDescElement
java.lang.Object
org.vectomatic.dom.svg.OMNode
org.vectomatic.dom.svg.OMElement
org.vectomatic.dom.svg.OMSVGElement
org.vectomatic.dom.svg.OMSVGDescElement
- All Implemented Interfaces:
- com.google.gwt.event.shared.HasHandlers, ISVGLangSpace, ISVGStylable
@TagName(value="desc")
public class OMSVGDescElement
- extends OMSVGElement
- implements ISVGLangSpace, ISVGStylable
The OMSVGDescElement
interface corresponds
to the desc element.
Method Summary |
String |
getXmllang()
Corresponds to attribute xml:lang on the given element. |
String |
getXmlspace()
Corresponds to attribute xml:space on the given element. |
void |
setXmllang(String value)
Corresponds to attribute xml:lang on the given element. |
void |
setXmlspace(String value)
Corresponds to attribute xml:space on the given element. |
Methods inherited from class org.vectomatic.dom.svg.OMSVGElement |
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase |
Methods inherited from class org.vectomatic.dom.svg.OMElement |
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS |
Methods inherited from class org.vectomatic.dom.svg.OMNode |
addDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toString |
OMSVGDescElement
public OMSVGDescElement()
OMSVGDescElement
protected OMSVGDescElement(SVGDescElement ot)
OMSVGDescElement
public OMSVGDescElement(String text)
- Constructor.
- Parameters:
text
- the desc text
getXmllang
public final String getXmllang()
- Corresponds to attribute
xml:lang
on the given element.
- Specified by:
getXmllang
in interface ISVGLangSpace
setXmllang
public final void setXmllang(String value)
throws com.google.gwt.core.client.JavaScriptException
- Corresponds to attribute
xml:lang
on the given element.
- Specified by:
setXmllang
in interface ISVGLangSpace
- Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
getXmlspace
public final String getXmlspace()
- Corresponds to attribute
xml:space
on the given element.
- Specified by:
getXmlspace
in interface ISVGLangSpace
setXmlspace
public final void setXmlspace(String value)
throws com.google.gwt.core.client.JavaScriptException
- Corresponds to attribute
xml:space
on the given element.
- Specified by:
setXmlspace
in interface ISVGLangSpace
- Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
Copyright © 2012. All Rights Reserved.