org.vectomatic.dom.svg.itf
Interface ISVGLangSpace

All Known Implementing Classes:
OMSVGAElement, OMSVGAltGlyphElement, OMSVGCircleElement, OMSVGClipPathElement, OMSVGDefsElement, OMSVGDescElement, OMSVGEllipseElement, OMSVGFEImageElement, OMSVGFilterElement, OMSVGForeignObjectElement, OMSVGGElement, OMSVGImageElement, OMSVGLineElement, OMSVGMarkerElement, OMSVGMaskElement, OMSVGPathElement, OMSVGPatternElement, OMSVGPolygonElement, OMSVGPolylineElement, OMSVGRectElement, OMSVGStyleElement, OMSVGSVGElement, OMSVGSwitchElement, OMSVGSymbolElement, OMSVGTextContentElement, OMSVGTextElement, OMSVGTextPathElement, OMSVGTextPositioningElement, OMSVGTitleElement, OMSVGTRefElement, OMSVGTSpanElement, OMSVGUseElement

public interface ISVGLangSpace

Interface ISVGLangSpace defines an interface which applies to all elements which have attributes xml:lang and xml:space.


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.
 

Method Detail

getXmllang

String getXmllang()
Corresponds to attribute xml:lang on the given element.


setXmllang

void setXmllang(String value)
                throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute xml:lang on the given element.

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

String getXmlspace()
Corresponds to attribute xml:space on the given element.


setXmlspace

void setXmlspace(String value)
                 throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute xml:space on the given element.

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.