xmlbase property
Gets or sets the base attribute on the element.
![]() ![]() |
Syntax
HRESULT value = object.put_xmlbase( v);HRESULT value = object.get_xmlbase(* p);
Property values
Type: BSTR
The base IRI (Internationalized Resource Identifier).
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.1
Remarks
The NoModificationAllowedErrorDOMException error string is raised if there is an attempt to change the value of a read-only attribute.
See also
- SVGAElement
- SVGCircleElement
- SVGClipPathElement
- SVGDefsElement
- SVGDescElement
- SVGEllipseElement
- SVGForeignObjectElement
- SVGGElement
- SVGGradientElement
- SVGImageElement
- SVGLinearGradientElement
- SVGLineElement
- SVGMarkerElement
- SVGMaskElement
- SVGMetadataElement
- SVGPathElement
- SVGPatternElement
- SVGPolygonElement
- SVGPolylineElement
- SVGRadialGradientElement
- SVGRectElement
- SVGStopElement
- SVGSVGElement
- SVGSwitchElement
- SVGSymbolElement
- SVGTextContentElement
- SVGTextElement
- SVGTextPathElement
- SVGTextPositioningElement
- SVGTitleElement
- SVGTSpanElement
- SVGUseElement
- SVGViewElement
- ISVGElement
Show:

