• Home
  • Raw
  • Download

Lines Matching refs:fullname

703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,  in xmlSAX2AttributeDecl()  argument
717 elem, fullname, type, def, defaultValue); in xmlSAX2AttributeDecl()
719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) && in xmlSAX2AttributeDecl()
730 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl()
1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal() argument
1076 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal()
1083 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal()
1088 fullname, NULL); in xmlSAX2AttributeInternal()
1092 fullname, NULL); in xmlSAX2AttributeInternal()
1098 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal()
1117 fullname, value); in xmlSAX2AttributeInternal()
1328 ctxt->node, fullname, val); in xmlSAX2AttributeInternal()
1351 if (xmlStrEqual(fullname, BAD_CAST "xml:id")) { in xmlSAX2AttributeInternal()
1533 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement() argument
1545 if ((ctx == NULL) || (fullname == NULL) || (ctxt->myDoc == NULL)) return; in xmlSAX2StartElement()
1549 "SAX.xmlSAX2StartElement(%s)\n", fullname); in xmlSAX2StartElement()
1570 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2StartElement()
2042 xmlChar *fullname; in xmlSAX2AttributeNs() local
2044 fullname = xmlBuildQName(localname, prefix, fn, 50); in xmlSAX2AttributeNs()
2045 if (fullname != NULL) { in xmlSAX2AttributeNs()
2049 ctxt->node, fullname, dup); in xmlSAX2AttributeNs()
2053 if ((fullname != fn) && (fullname != localname)) in xmlSAX2AttributeNs()
2054 xmlFree(fullname); in xmlSAX2AttributeNs()