webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
SVGElement Interface Reference

import"SVGElement.idl";

Inheritance diagram for SVGElement:
SVGAltGlyphDefElement SVGAltGlyphItemElement SVGAnimationElement SVGComponentTransferFunctionElement SVGCursorElement SVGDescElement SVGFEBlendElement SVGFEColorMatrixElement SVGFEComponentTransferElement SVGFECompositeElement SVGFEConvolveMatrixElement SVGFEDiffuseLightingElement SVGFEDisplacementMapElement SVGFEDistantLightElement SVGFEDropShadowElement SVGFEFloodElement SVGFEGaussianBlurElement SVGFEImageElement SVGFEMergeElement SVGFEMergeNodeElement SVGFEMorphologyElement SVGFEOffsetElement SVGFEPointLightElement SVGFESpecularLightingElement SVGFESpotLightElement SVGFETileElement SVGFETurbulenceElement SVGFilterElement SVGFontElement SVGFontFaceElement SVGFontFaceFormatElement SVGFontFaceNameElement SVGFontFaceSrcElement SVGFontFaceUriElement SVGGlyphElement SVGGlyphRefElement SVGGradientElement SVGGraphicsElement SVGHKernElement SVGMarkerElement SVGMaskElement SVGMetadataElement SVGMissingGlyphElement SVGMPathElement SVGPatternElement SVGScriptElement SVGStopElement SVGStyleElement SVGSymbolElement SVGTitleElement SVGViewElement SVGVKernElement

Public Member Functions

DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Public Attributes

readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ blur()

void SVGElement::blur ( )

◆ focus()

void SVGElement::focus ( )

◆ getPresentationAttribute()

DeprecatedCSSOMValue SVGElement::getPresentationAttribute ( optional DOMString  name = "undefined")

Member Data Documentation

◆ className

readonly attribute SVGAnimatedString SVGElement::className

◆ dataset

readonly attribute DOMStringMap SVGElement::dataset

◆ ownerSVGElement

readonly attribute SVGSVGElement SVGElement::ownerSVGElement

◆ style

◆ tabIndex

attribute long SVGElement::tabIndex

◆ viewportElement

readonly attribute SVGElement SVGElement::viewportElement

◆ xmllang

attribute DOMString SVGElement::xmllang

◆ xmlspace

attribute DOMString SVGElement::xmlspace

The documentation for this interface was generated from the following file: