webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
WebCore::LiveNodeList Class Referenceabstract

#include <LiveNodeList.h>

Inheritance diagram for WebCore::LiveNodeList:
WebCore::NodeList WebCore::NodeList WTF::RefCounted< NodeList > WebCore::ScriptWrappable WTF::RefCounted< NodeList > WebCore::ScriptWrappable WTF::RefCounted< NodeList > WebCore::ScriptWrappable WTF::RefCounted< NodeList > WebCore::ScriptWrappable WebCore::CachedLiveNodeList< LabelsNodeList > WebCore::CachedLiveNodeList< LabelsNodeList > WebCore::CachedLiveNodeList< NameNodeList > WebCore::CachedLiveNodeList< NameNodeList > WebCore::CachedLiveNodeList< RadioNodeList > WebCore::CachedLiveNodeList< RadioNodeList > WebCore::CachedLiveNodeList< NodeListType > WebCore::CachedLiveNodeList< NodeListType >

Public Member Functions

 LiveNodeList (ContainerNode &ownerNode, NodeListInvalidationType)
 
virtual ~LiveNodeList ()
 
virtual bool elementMatches (Element &) const =0
 
virtual bool isRootedAtDocument () const =0
 
ALWAYS_INLINE NodeListInvalidationType invalidationType () const
 
ContainerNodeownerNode () const
 
ALWAYS_INLINE void invalidateCacheForAttribute (const QualifiedName *attrName) const
 
virtual void invalidateCache (Document &) const =0
 
bool isRegisteredForInvalidationAtDocument () const
 
void setRegisteredForInvalidationAtDocument (bool f)
 
 LiveNodeList (ContainerNode &ownerNode, NodeListInvalidationType)
 
virtual ~LiveNodeList ()
 
virtual bool elementMatches (Element &) const =0
 
virtual bool isRootedAtDocument () const =0
 
ALWAYS_INLINE NodeListInvalidationType invalidationType () const
 
ContainerNodeownerNode () const
 
ALWAYS_INLINE void invalidateCacheForAttribute (const QualifiedName *attrName) const
 
virtual void invalidateCache (Document &) const =0
 
bool isRegisteredForInvalidationAtDocument () const
 
void setRegisteredForInvalidationAtDocument (bool f)
 
- Public Member Functions inherited from WebCore::NodeList
virtual ~NodeList ()
 
virtual unsigned length () const =0
 
virtual Nodeitem (unsigned index) const =0
 
Iterator createIterator ()
 
virtual bool isChildNodeList () const
 
virtual bool isEmptyNodeList () const
 
virtual size_t memoryCost () const
 
virtual ~NodeList ()
 
virtual unsigned length () const =0
 
virtual Nodeitem (unsigned index) const =0
 
Iterator createIterator ()
 
virtual bool isChildNodeList () const
 
virtual bool isEmptyNodeList () const
 
virtual size_t memoryCost () 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 ()
 

Protected Member Functions

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
 

Additional Inherited Members

- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 

Constructor & Destructor Documentation

◆ LiveNodeList() [1/2]

WebCore::LiveNodeList::LiveNodeList ( ContainerNode ownerNode,
NodeListInvalidationType  invalidationType 
)

◆ ~LiveNodeList() [1/2]

WebCore::LiveNodeList::~LiveNodeList ( )
virtual

◆ LiveNodeList() [2/2]

WebCore::LiveNodeList::LiveNodeList ( ContainerNode ownerNode,
NodeListInvalidationType   
)

◆ ~LiveNodeList() [2/2]

virtual WebCore::LiveNodeList::~LiveNodeList ( )
virtual

Member Function Documentation

◆ document() [1/2]

Document& WebCore::LiveNodeList::document ( ) const
inlineprotected

◆ document() [2/2]

Document& WebCore::LiveNodeList::document ( ) const
inlineprotected

◆ elementMatches() [1/2]

virtual bool WebCore::LiveNodeList::elementMatches ( Element ) const
pure virtual

◆ elementMatches() [2/2]

virtual bool WebCore::LiveNodeList::elementMatches ( Element ) const
pure virtual

◆ invalidateCache() [1/2]

virtual void WebCore::LiveNodeList::invalidateCache ( Document ) const
pure virtual

◆ invalidateCache() [2/2]

virtual void WebCore::LiveNodeList::invalidateCache ( Document ) const
pure virtual

◆ invalidateCacheForAttribute() [1/2]

ALWAYS_INLINE void WebCore::LiveNodeList::invalidateCacheForAttribute ( const QualifiedName attrName) const
inline

◆ invalidateCacheForAttribute() [2/2]

ALWAYS_INLINE void WebCore::LiveNodeList::invalidateCacheForAttribute ( const QualifiedName attrName) const
inline

◆ invalidationType() [1/2]

ALWAYS_INLINE NodeListInvalidationType WebCore::LiveNodeList::invalidationType ( ) const
inline

◆ invalidationType() [2/2]

ALWAYS_INLINE NodeListInvalidationType WebCore::LiveNodeList::invalidationType ( ) const
inline

◆ isRegisteredForInvalidationAtDocument() [1/2]

bool WebCore::LiveNodeList::isRegisteredForInvalidationAtDocument ( ) const
inline

◆ isRegisteredForInvalidationAtDocument() [2/2]

bool WebCore::LiveNodeList::isRegisteredForInvalidationAtDocument ( ) const
inline

◆ isRootedAtDocument() [1/2]

virtual bool WebCore::LiveNodeList::isRootedAtDocument ( ) const
pure virtual

◆ isRootedAtDocument() [2/2]

virtual bool WebCore::LiveNodeList::isRootedAtDocument ( ) const
pure virtual

◆ ownerNode() [1/2]

ContainerNode& WebCore::LiveNodeList::ownerNode ( ) const
inline

◆ ownerNode() [2/2]

ContainerNode& WebCore::LiveNodeList::ownerNode ( ) const
inline

◆ setRegisteredForInvalidationAtDocument() [1/2]

void WebCore::LiveNodeList::setRegisteredForInvalidationAtDocument ( bool  f)
inline

◆ setRegisteredForInvalidationAtDocument() [2/2]

void WebCore::LiveNodeList::setRegisteredForInvalidationAtDocument ( bool  f)
inline

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