Lines Matching refs:fullname
971 * @fullname: the element fullname
972 * @fullattr: the attribute fullname
979 const xmlChar *fullname,
997 name = xmlSplitQName3(fullname, &len);
999 name = xmlDictLookup(ctxt->dict, fullname, -1);
1003 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1062 * @fullname: the element fullname
1063 * @fullattr: the attribute fullname
1070 const xmlChar *fullname,
1080 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1083 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1099 const xmlChar *fullname, const xmlChar *fullattr,
1104 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);