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

#include <SelectorQuery.h>

Public Member Functions

 SelectorQuery (CSSSelectorList &&)
 
bool matches (Element &) const
 
Elementclosest (Element &) const
 
Ref< NodeListqueryAll (ContainerNode &rootNode) const
 
ElementqueryFirst (ContainerNode &rootNode) const
 

Constructor & Destructor Documentation

◆ SelectorQuery()

WebCore::SelectorQuery::SelectorQuery ( CSSSelectorList &&  selectorList)
explicit

Member Function Documentation

◆ closest()

Element * WebCore::SelectorQuery::closest ( Element element) const
inline

◆ matches()

bool WebCore::SelectorQuery::matches ( Element element) const
inline

◆ queryAll()

Ref< NodeList > WebCore::SelectorQuery::queryAll ( ContainerNode rootNode) const
inline

◆ queryFirst()

Element * WebCore::SelectorQuery::queryFirst ( ContainerNode rootNode) const
inline

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