Searched refs:idattr (Results 1 – 1 of 1) sorted by relevance
1698 const AtomicString& idattr = element->getIdAttribute(); in showNodePathForThis() local1699 bool hasIdAttr = !idattr.isNull() && !idattr.isEmpty(); in showNodePathForThis()1706 fprintf(stderr, "[@id=\"%s\" and position()=%d]", idattr.utf8().data(), count); in showNodePathForThis()1710 fprintf(stderr, "[@id=\"%s\"]", idattr.utf8().data()); in showNodePathForThis()