Example #1
0
bool HTMLTagNodeList::nodeMatches(Element* testNode) const
{
    return nodeMatchesInlined(testNode);
}
Example #2
0
bool ClassNodeList::nodeMatches(Element* testNode) const
{
    return nodeMatchesInlined(testNode);
}