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;
50 virtual bool sheetLoaded();
52 virtual const DOMString type()
const;
55 virtual const DOMString media()
const;
58 virtual String title()
const;
64 virtual quint32 id()
const;
66 bool m_createdByParser;
73 #endif // SVGStyleElement_h
unsigned short ExceptionCode
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.