webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Static Public Member Functions | List of all members
WebCore::QualifiedName Class Reference

#include <QualifiedName.h>

Inheritance diagram for WebCore::QualifiedName:
WebCore::HTMLQualifiedName WebCore::HTMLQualifiedName WebCore::MathMLQualifiedName WebCore::SVGQualifiedName WebCore::SVGQualifiedName WebCore::XLinkQualifiedName WebCore::XMLNSQualifiedName WebCore::XMLQualifiedName

Classes

class  QualifiedNameImpl
 

Public Member Functions

WEBCORE_EXPORT QualifiedName (const AtomicString &prefix, const AtomicString &localName, const AtomicString &namespaceURI)
 
 QualifiedName (WTF::HashTableDeletedValueType)
 
bool isHashTableDeletedValue () const
 
bool operator== (const QualifiedName &other) const
 
bool operator!= (const QualifiedName &other) const
 
bool matches (const QualifiedName &other) const
 
bool hasPrefix () const
 
void setPrefix (const AtomicString &prefix)
 
const AtomicStringprefix () const
 
const AtomicStringlocalName () const
 
const AtomicStringnamespaceURI () const
 
const AtomicStringlocalNameUpper () const
 
String toString () const
 
QualifiedNameImplimpl () const
 
WEBCORE_EXPORT QualifiedName (const AtomicString &prefix, const AtomicString &localName, const AtomicString &namespaceURI)
 
 QualifiedName (WTF::HashTableDeletedValueType)
 
bool isHashTableDeletedValue () const
 
bool operator== (const QualifiedName &other) const
 
bool operator!= (const QualifiedName &other) const
 
bool matches (const QualifiedName &other) const
 
bool hasPrefix () const
 
void setPrefix (const AtomicString &prefix)
 
const AtomicStringprefix () const
 
const AtomicStringlocalName () const
 
const AtomicStringnamespaceURI () const
 
const AtomicStringlocalNameUpper () const
 
String toString () const
 
QualifiedNameImplimpl () const
 

Static Public Member Functions

static void init ()
 
static void init ()
 

Constructor & Destructor Documentation

◆ QualifiedName() [1/4]

WebCore::QualifiedName::QualifiedName ( const AtomicString prefix,
const AtomicString localName,
const AtomicString namespaceURI 
)

◆ QualifiedName() [2/4]

WebCore::QualifiedName::QualifiedName ( WTF::HashTableDeletedValueType  )
inlineexplicit

◆ QualifiedName() [3/4]

WEBCORE_EXPORT WebCore::QualifiedName::QualifiedName ( const AtomicString prefix,
const AtomicString localName,
const AtomicString namespaceURI 
)

◆ QualifiedName() [4/4]

WebCore::QualifiedName::QualifiedName ( WTF::HashTableDeletedValueType  )
inlineexplicit

Member Function Documentation

◆ hasPrefix() [1/2]

bool WebCore::QualifiedName::hasPrefix ( ) const
inline

◆ hasPrefix() [2/2]

bool WebCore::QualifiedName::hasPrefix ( ) const
inline

◆ impl() [1/2]

QualifiedNameImpl* WebCore::QualifiedName::impl ( ) const
inline

◆ impl() [2/2]

QualifiedNameImpl* WebCore::QualifiedName::impl ( ) const
inline

◆ init() [1/2]

void WebCore::QualifiedName::init ( )
static

◆ init() [2/2]

static void WebCore::QualifiedName::init ( )
static

◆ isHashTableDeletedValue() [1/2]

bool WebCore::QualifiedName::isHashTableDeletedValue ( ) const
inline

◆ isHashTableDeletedValue() [2/2]

bool WebCore::QualifiedName::isHashTableDeletedValue ( ) const
inline

◆ localName() [1/2]

const AtomicString& WebCore::QualifiedName::localName ( ) const
inline

◆ localName() [2/2]

const AtomicString& WebCore::QualifiedName::localName ( ) const
inline

◆ localNameUpper() [1/2]

const AtomicString & WebCore::QualifiedName::localNameUpper ( ) const

◆ localNameUpper() [2/2]

const AtomicString& WebCore::QualifiedName::localNameUpper ( ) const

◆ matches() [1/2]

bool WebCore::QualifiedName::matches ( const QualifiedName other) const
inline

◆ matches() [2/2]

bool WebCore::QualifiedName::matches ( const QualifiedName other) const
inline

◆ namespaceURI() [1/2]

const AtomicString& WebCore::QualifiedName::namespaceURI ( ) const
inline

◆ namespaceURI() [2/2]

const AtomicString& WebCore::QualifiedName::namespaceURI ( ) const
inline

◆ operator!=() [1/2]

bool WebCore::QualifiedName::operator!= ( const QualifiedName other) const
inline

◆ operator!=() [2/2]

bool WebCore::QualifiedName::operator!= ( const QualifiedName other) const
inline

◆ operator==() [1/2]

bool WebCore::QualifiedName::operator== ( const QualifiedName other) const
inline

◆ operator==() [2/2]

bool WebCore::QualifiedName::operator== ( const QualifiedName other) const
inline

◆ prefix() [1/2]

const AtomicString& WebCore::QualifiedName::prefix ( ) const
inline

◆ prefix() [2/2]

const AtomicString& WebCore::QualifiedName::prefix ( ) const
inline

◆ setPrefix() [1/2]

void WebCore::QualifiedName::setPrefix ( const AtomicString prefix)
inline

◆ setPrefix() [2/2]

void WebCore::QualifiedName::setPrefix ( const AtomicString prefix)
inline

◆ toString() [1/2]

String WebCore::QualifiedName::toString ( ) const

◆ toString() [2/2]

String WebCore::QualifiedName::toString ( ) const
inline

The documentation for this class was generated from the following files: