Go to the documentation of this file.
24#include "wtf/Platform.h"
32SVGScriptElement::SVGScriptElement(
const QualifiedName& tagName, Document* doc)
33 : SVGElement(tagName, doc)
35 , SVGExternalResourcesRequired()
39SVGScriptElement::~SVGScriptElement()
43String SVGScriptElement::type()
const
48void SVGScriptElement::setType(
const String& type)
53void SVGScriptElement::parseMappedAttribute(MappedAttribute* attr)
55 if (attr->name() == SVGNames::typeAttr)
56 setType(attr->value());
58 if (SVGURIReference::parseMappedAttribute(attr))
60 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
63 SVGElement::parseMappedAttribute(attr);
67void SVGScriptElement::getSubresourceAttributeStrings(Vector<String>& urls)
const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.