Lines Matching defs:qname
23650 xmlChar * name; /* the attribute name (a QName) */
23695 xmlChar * name; /* the full QName */
23734 xmlChar * name; /* the full QName */
27065 xmlChar * qname; /* the qualified name as appearing in the serialization */
27076 qname = gen_const_xmlChar_ptr(n_qname, 3);
27078 ret_val = xmlValidatePopElement(ctxt, doc, elem, (const xmlChar *)qname);
27084 des_const_xmlChar_ptr(n_qname, (const xmlChar *)qname, 3);
27168 xmlChar * qname; /* the qualified name as appearing in the serialization */
27179 qname = gen_const_xmlChar_ptr(n_qname, 3);
27181 ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname);
27187 des_const_xmlChar_ptr(n_qname, (const xmlChar *)qname, 3);
36456 xmlChar * pref; /* the prefix of the QName */
36458 xmlChar * name; /* the localname of the QName */