Home | History | Annotate | Download | only in xml

Lines Matching refs:attr

33 #include "Attr.h"
258 Node* n = static_cast<Attr*>(context)->ownerElement();
270 n = static_cast<Attr*>(context)->ownerElement();
302 Node* p = static_cast<Attr*>(context)->ownerElement();
320 context = static_cast<Attr*>(context)->ownerElement();
351 RefPtr<Attr> attr = attrs->attributeItem(i)->createAttrIfNeeded(static_cast<Element*>(context));
352 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))
353 nodes.append(attr.release());
379 n = static_cast<Attr*>(context)->ownerElement();