Lines Matching refs:attr

161 	xmlAttrPtr attr = NULL;
242 attr = r_nodes->nodeTab[i]->properties;
243 for (; attr != NULL; attr = attr->next) {
244 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR,
254 xmlNodeGetContent(attr->children);
349 xmlAttrPtr attr = NULL;
442 /* now process the name attr */
448 attr = r_nodes->nodeTab[i]->properties;
449 for (; attr != NULL; attr = attr->next) {
450 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR,
459 xmlNodeGetContent(attr->children);
487 xmlAttrPtr attr = NULL;
527 attr = r_nodes->nodeTab[i]->properties;
528 for (; attr != NULL; attr = attr->next) {
529 if (xmlStrncmp(attr->name, (xmlChar *)DDNAMEATTR,
532 xmlNodeGetContent(attr->children);
534 if (xmlStrncmp(attr->name, (xmlChar *)NODENAMEATTR,
537 xmlNodeGetContent(attr->children);
581 attr = r_nodes->nodeTab[i]->properties;
582 for (; attr != NULL; attr = attr->next) {
583 if (xmlStrncmp(attr->name, (xmlChar *)DDSETNAMEATTR,
586 xmlNodeGetContent(attr->children);
588 if (xmlStrncmp(attr->name, (xmlChar *)DDNAMEATTR,
591 xmlNodeGetContent(attr->children);
632 attr = r_nodes->nodeTab[i]->properties;
633 for (; attr != NULL; attr = attr->next) {
634 if (xmlStrncmp(attr->name, (xmlChar *)NAMEATTR,
644 xmlNodeGetContent(attr->children);
677 xmlAttrPtr attr = NULL;
717 attr = r_nodes->nodeTab[i]->properties;
718 for (; attr != NULL; attr = attr->next) {
719 if (xmlStrncmp(attr->name, (xmlChar *)DDNAMEATTR,
722 xmlNodeGetContent(attr->children);
724 if (xmlStrncmp(attr->name, (xmlChar *)NODENAMEATTR,
727 xmlNodeGetContent(attr->children);
770 attr = r_nodes->nodeTab[i]->properties;
771 for (; attr != NULL; attr = attr->next) {
772 if (xmlStrncmp(attr->name, (xmlChar *)DDSETNAMEATTR,
775 xmlNodeGetContent(attr->children);
777 if (xmlStrncmp(attr->name, (xmlChar *)DDNAMEATTR,
780 xmlNodeGetContent(attr->children);
840 attr = r_nodes->nodeTab[i]->properties;
841 for (; attr != NULL; attr = attr->next) {
842 if ((xmlStrncmp(attr->name, (xmlChar *)NAMEATTR,
845 xmlNodeGetContent(attr->children);
847 if ((xmlStrncmp(attr->name, (xmlChar *)IDATTR,
857 xml_id = xmlNodeGetContent(attr->children);