com.aspose.html.dom.svg

Class SVGMPathElement

    • Constructor Detail

      • SVGMPathElement

        public SVGMPathElement(com.aspose.html.dom.DOMName name,
                               Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getHref

        public SVGAnimatedString getHref()

        Corresponds to attribute ‘xlink:href’ on the given element.

        Value: The ‘xlink:href’ of the given element.
        Specified by:
        getHref in interface ISVGURIReference