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