KHTML
Go to the documentation of this file.
23 #ifndef SVGStyleElement_h
24 #define SVGStyleElement_h
32 class SVGStyleElement :
public SVGElement {
34 SVGStyleElement(
const QualifiedName&, Document*);
37 virtual void parseMappedAttribute(MappedAttribute*);
38 virtual void insertedIntoDocument();
39 virtual void removedFromDocument();
40 using DOM::NodeImpl::childrenChanged;
41 virtual void childrenChanged(
bool changedByParser =
false, Node* beforeChange = 0, Node* afterChange = 0,
int childCountDelta = 0);
43 void setCreatedByParser(
bool createdByParser) { m_createdByParser = createdByParser; }
44 virtual void finishParsingChildren();
47 DOMString xmlspace()
const;
48 void setXmlspace(
const DOMString&, ExceptionCode&);
50 virtual bool sheetLoaded();
52 virtual const DOMString type()
const;
53 void setType(
const DOMString&, ExceptionCode&);
55 virtual const DOMString media()
const;
56 void setMedia(
const DOMString&, ExceptionCode&);
58 virtual String title()
const;
59 void setTitle(
const DOMString&, ExceptionCode&);
66 bool m_createdByParser;
73 #endif // SVGStyleElement_h
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.