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