Home | History | Annotate | Download | only in dom

Lines Matching refs:elem

1784             const Element* elem = static_cast<const Element*>(this);
1786 if (elem->prefix().isNull())
1787 return elem->namespaceURI() == namespaceURI;
1789 if (elem->hasAttributes()) {
1790 NamedNodeMap* attrs = elem->attributes();
1870 const Element *elem = static_cast<const Element *>(this);
1872 if (!elem->namespaceURI().isNull() && elem->prefix() == prefix)
1873 return elem->namespaceURI();
1875 if (elem->hasAttributes()) {
1876 NamedNodeMap *attrs = elem->attributes();