org.vectomatic.dom.svg.itf
Interface ISVGURIReference

All Known Implementing Classes:
OMSVGAElement, OMSVGAltGlyphElement, OMSVGColorProfileElement, OMSVGCursorElement, OMSVGFEImageElement, OMSVGFilterElement, OMSVGGlyphRefElement, OMSVGGradientElement, OMSVGImageElement, OMSVGLinearGradientElement, OMSVGMPathElement, OMSVGPatternElement, OMSVGRadialGradientElement, OMSVGScriptElement, OMSVGTextPathElement, OMSVGTRefElement, OMSVGUseElement

public interface ISVGURIReference

Interface ISVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as 'xlink:href', which define a URI reference.


Method Summary
 OMSVGAnimatedString getHref()
          Corresponds to attribute 'xlink:href' on the given element.
 

Method Detail

getHref

OMSVGAnimatedString getHref()
Corresponds to attribute 'xlink:href' on the given element.



Copyright © 2012. All Rights Reserved.