Lines Matching refs:localName
30663 xmlChar * localName; /* the local name of the attribute. */
30673 localName = gen_const_xmlChar_ptr(n_localName, 1);
30676 ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
30680 des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);
31349 xmlChar * localName; /* the local name of the attribute. */
31359 localName = gen_const_xmlChar_ptr(n_localName, 1);
31362 ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
31366 des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);