webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGLangSpace.h>
Public Member Functions | |
const AtomicString & | xmllang () const |
void | setXmllang (const AtomicString &xmlLang) |
const AtomicString & | xmlspace () const |
void | setXmlspace (const AtomicString &xmlSpace) |
void | parseAttribute (const QualifiedName &, const AtomicString &) |
Static Public Member Functions | |
static bool | isKnownAttribute (const QualifiedName &) |
static void | addSupportedAttributes (HashSet< QualifiedName > &) |
|
static |
|
static |
void WebCore::SVGLangSpace::parseAttribute | ( | const QualifiedName & | name, |
const AtomicString & | value | ||
) |
void WebCore::SVGLangSpace::setXmllang | ( | const AtomicString & | xmlLang | ) |
void WebCore::SVGLangSpace::setXmlspace | ( | const AtomicString & | xmlSpace | ) |
|
inline |
const AtomicString & WebCore::SVGLangSpace::xmlspace | ( | ) | const |