public interface ISVGLangSpace
ISVGLangSpace defines an interface
which applies to all elements which have attributes xml:lang
and xml:space.| Modifier and Type | Method and Description |
|---|---|
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. |
String getXmllang()
xml:lang on the given element.void setXmllang(String value) throws com.google.gwt.core.client.JavaScriptException
xml:lang on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionString getXmlspace()
xml:space on the given element.void setXmlspace(String value) throws com.google.gwt.core.client.JavaScriptException
xml:space on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionCopyright © 2018. All Rights Reserved.