Lines Matching refs:href
55 this->href = NULL;
69 this->readAttr( "xlink:href" );
83 g_free(this->href);
84 this->href = NULL;
97 } else if (key == SP_ATTR_XLINK_HREF) { // xlink:href
100 g_free(this->href);
101 this->href = NULL;
103 } else if ((this->href && strcmp(value, this->href) != 0) || (!this->href)) {
106 if ( this->href ) {
107 g_free(this->href);
108 this->href = NULL;
111 this->href = g_strdup(value);
181 repr->setAttribute("xlink:href", uri_string);
261 if (tref->href && refRoot && sp_tref_reference_allowed(tref, refRoot)) {