Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fullname

1093  * @fullname:  the element fullname
1094 * @fullattr: the attribute fullname
1101 const xmlChar *fullname,
1113 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1127 name = xmlSplitQName3(fullname, &len);
1129 name = xmlDictLookup(ctxt->dict, fullname, -1);
1133 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1204 * @fullname: the element fullname
1205 * @fullattr: the attribute fullname
1212 const xmlChar *fullname,
1222 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1225 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1241 const xmlChar *fullname, const xmlChar *fullattr,
1246 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);