Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fullname

694  * @fullname:  the attribute name 
703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
717 elem, fullname, type, def, defaultValue);
719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
730 name = xmlSplitQName(ctxt, fullname, &prefix);
1055 * @fullname: The attribute name, including namespace prefix
1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
1076 name = xmlStrdup(fullname);
1083 name = xmlSplitQName(ctxt, fullname, &ns);
1088 fullname, NULL);
1092 fullname, NULL);
1098 name = xmlStrdup(fullname);
1110 (value == NULL) && (htmlIsBooleanAttr(fullname))) {
1111 nval = xmlStrdup(fullname);
1125 fullname, value);
1339 ctxt->node, fullname, val);
1362 if (xmlStrEqual(fullname, BAD_CAST "xml:id")) {
1543 * @fullname: The element name, including namespace prefix
1549 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
1561 if ((ctx == NULL) || (fullname == NULL) || (ctxt->myDoc == NULL)) return;
1565 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1586 name = xmlSplitQName(ctxt, fullname, &prefix);
2058 xmlChar *fullname;
2060 fullname = xmlBuildQName(localname, prefix, fn, 50);
2061 if (fullname != NULL) {
2065 ctxt->node, fullname, dup);
2069 if ((fullname != fn) && (fullname != localname))
2070 xmlFree(fullname);
2190 const xmlChar *fullname;
2192 fullname = xmlDictQLookup(ctxt->dict, prefix, localname);
2193 if (fullname != NULL)
2194 localname = fullname;
2343 const xmlChar *fullname;
2345 fullname = xmlDictQLookup(ctxt->dict, attributes[j+1],
2347 if (fullname != NULL) {
2348 xmlSAX2AttributeNs(ctxt, fullname, NULL,