Searched refs:isAttributeNode (Results 1 – 9 of 9) sorted by relevance
174 ASSERT(node->isAttributeNode()); in nodeMatchesBasicTest()241 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()249 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()257 if (context->isAttributeNode()) { in nodesInAxis()269 if (context->isAttributeNode()) { in nodesInAxis()301 if (context->isAttributeNode()) { in nodesInAxis()319 if (context->isAttributeNode()) in nodesInAxis()367 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children. in nodesInAxis()378 if (context->isAttributeNode()) { in nodesInAxis()
96 if (n->isAttributeNode() && static_cast<Attr*>(n)->ownerElement() == commonAncestor) in sortBlock()153 if (n->isAttributeNode()) { in sort()
91 return !(node->parentNode() && node->parentNode()->isAttributeNode()); in isValidContextNode()
81 virtual bool isAttributeNode() const { return true; } in isAttributeNode() function
104 if (!arg->isAttributeNode()) { in setNamedItem()
212 virtual bool isAttributeNode() const { return false; } in isAttributeNode() function
1018 if (!isAttributeNode()) in notifyLocalNodeListsAttributeChanged()
275 if (node->isAttributeNode()) { in calculateGroupId()
52890 (WebCore::Node::isAttributeNode):