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

#include <NameNodeList.h>

Inheritance diagram for WebCore::NameNodeList:
WebCore::CachedLiveNodeList< NameNodeList > WebCore::CachedLiveNodeList< NameNodeList > WebCore::LiveNodeList WebCore::LiveNodeList WebCore::LiveNodeList WebCore::LiveNodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList WebCore::NodeList

Public Member Functions

virtual ~NameNodeList ()
 
bool elementMatches (Element &) const override
 
bool isRootedAtDocument () const override
 
virtual ~NameNodeList ()
 
bool elementMatches (Element &) const override
 
bool isRootedAtDocument () const override
 
- Public Member Functions inherited from WebCore::CachedLiveNodeList< NameNodeList >
virtual ~CachedLiveNodeList ()
 
virtual ~CachedLiveNodeList ()
 
unsigned length () const final
 
unsigned length () const final
 
Elementitem (unsigned offset) const override
 
Elementitem (unsigned offset) const override
 
ElementDescendantIterator collectionBegin () const
 
ElementDescendantIterator collectionBegin () const
 
ElementDescendantIterator collectionLast () const
 
ElementDescendantIterator collectionLast () const
 
ElementDescendantIterator collectionEnd () const
 
ElementDescendantIterator collectionEnd () const
 
void collectionTraverseForward (ElementDescendantIterator &current, unsigned count, unsigned &traversedCount) const
 
void collectionTraverseForward (ElementDescendantIterator &current, unsigned count, unsigned &traversedCount) const
 
void collectionTraverseBackward (ElementDescendantIterator &current, unsigned count) const
 
void collectionTraverseBackward (ElementDescendantIterator &current, unsigned count) const
 
bool collectionCanTraverseBackward () const
 
bool collectionCanTraverseBackward () const
 
void willValidateIndexCache () const
 
void willValidateIndexCache () const
 
void invalidateCache (Document &) const final
 
void invalidateCache (Document &) const final
 
size_t memoryCost () const final
 
size_t memoryCost () const final
 
- Public Member Functions inherited from WebCore::LiveNodeList
 LiveNodeList (ContainerNode &ownerNode, NodeListInvalidationType)
 
virtual ~LiveNodeList ()
 
ALWAYS_INLINE NodeListInvalidationType invalidationType () const
 
ContainerNodeownerNode () const
 
ALWAYS_INLINE void invalidateCacheForAttribute (const QualifiedName *attrName) const
 
bool isRegisteredForInvalidationAtDocument () const
 
void setRegisteredForInvalidationAtDocument (bool f)
 
 LiveNodeList (ContainerNode &ownerNode, NodeListInvalidationType)
 
virtual ~LiveNodeList ()
 
ALWAYS_INLINE NodeListInvalidationType invalidationType () const
 
ContainerNodeownerNode () const
 
ALWAYS_INLINE void invalidateCacheForAttribute (const QualifiedName *attrName) const
 
bool isRegisteredForInvalidationAtDocument () const
 
void setRegisteredForInvalidationAtDocument (bool f)
 
- Public Member Functions inherited from WebCore::NodeList
virtual ~NodeList ()
 
Iterator createIterator ()
 
virtual bool isChildNodeList () const
 
virtual bool isEmptyNodeList () const
 
virtual ~NodeList ()
 
Iterator createIterator ()
 
virtual bool isChildNodeList () const
 
virtual bool isEmptyNodeList () const
 
- Public Member Functions inherited from WebCore::ScriptWrappable
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
- Public Member Functions inherited from WTF::RefCounted< NodeList >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< NameNodeListcreate (ContainerNode &rootNode, const AtomicString &name)
 
static Ref< NameNodeListcreate (ContainerNode &rootNode, const AtomicString &name)
 
- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::CachedLiveNodeList< NameNodeList >
 CachedLiveNodeList (ContainerNode &rootNode, NodeListInvalidationType)
 
 CachedLiveNodeList (ContainerNode &rootNode, NodeListInvalidationType)
 
- Protected Member Functions inherited from WebCore::LiveNodeList
Documentdocument () const
 
Documentdocument () const
 
- Protected Member Functions inherited from WebCore::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WTF::RefCounted< NodeList >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ ~NameNodeList() [1/2]

WebCore::NameNodeList::~NameNodeList ( )
virtual

◆ ~NameNodeList() [2/2]

virtual WebCore::NameNodeList::~NameNodeList ( )
virtual

Member Function Documentation

◆ create() [1/2]

static Ref<NameNodeList> WebCore::NameNodeList::create ( ContainerNode rootNode,
const AtomicString name 
)
inlinestatic

◆ create() [2/2]

static Ref<NameNodeList> WebCore::NameNodeList::create ( ContainerNode rootNode,
const AtomicString name 
)
inlinestatic

◆ elementMatches() [1/2]

bool WebCore::NameNodeList::elementMatches ( Element ) const
overridevirtual

Implements WebCore::LiveNodeList.

◆ elementMatches() [2/2]

bool WebCore::NameNodeList::elementMatches ( Element element) const
inlineoverridevirtual

Implements WebCore::LiveNodeList.

◆ isRootedAtDocument() [1/2]

bool WebCore::NameNodeList::isRootedAtDocument ( ) const
inlineoverridevirtual

Implements WebCore::LiveNodeList.

◆ isRootedAtDocument() [2/2]

bool WebCore::NameNodeList::isRootedAtDocument ( ) const
inlineoverridevirtual

Implements WebCore::LiveNodeList.


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