KHTML
Go to the documentation of this file.
23 #include "wtf/Platform.h"
30 #include "RenderSVGTSpan.h"
39 SVGAltGlyphElement::SVGAltGlyphElement(
const QualifiedName& tagName, Document* doc)
40 : SVGTextPositioningElement(tagName, doc)
44 SVGAltGlyphElement::~SVGAltGlyphElement()
48 void SVGAltGlyphElement::setGlyphRef(
const DOMString& type, ExceptionCode& ec)
51 ec = DOMException::NO_MODIFICATION_ALLOWED_ERR;
54 DOMString SVGAltGlyphElement::glyphRef()
const
59 void SVGAltGlyphElement::setFormat(
const DOMString& type, ExceptionCode& ec)
62 ec = DOMException::NO_MODIFICATION_ALLOWED_ERR;
65 DOMString SVGAltGlyphElement::format()
const
70 bool SVGAltGlyphElement::childShouldCreateRenderer(Node* child)
const
72 if (child->isTextNode())
77 RenderObject* SVGAltGlyphElement::createRenderer(RenderArena* arena, RenderStyle*)
79 return new (arena) RenderSVGTSpan(
this);
82 SVGGlyphElement* SVGAltGlyphElement::glyphElement()
const
87 return static_cast<SVGGlyphElement*
>(elt);
DOM::QualifiedName hrefAttr
DOM::QualifiedName glyphRefAttr
DOM::QualifiedName glyphTag
DOM::QualifiedName formatAttr
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.