Home | History | Annotate | Download | only in libxml2

Lines Matching refs:href

532 		} else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
579 if (!xmlStrEqual(step->value2, node->ns->href))
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
641 } else if (node->ns->href != NULL) {
643 (xmlStrEqual(step->value2, node->ns->href)))
666 } else if (node->ns->href != NULL) {
669 if (!xmlStrEqual(step->value, node->ns->href))
2032 * normally coming from ns->href. We need a namespace dict mechanism !