Searched refs:xmlCreateIntSubset (Results 1 - 7 of 7) sorted by relevance
/external/libxslt/libxslt/ |
H A D | transform.c | 3620 res->intSubset = xmlCreateIntSubset(res, doctype, 3629 xmlCreateIntSubset(res, doctype, 3641 res->intSubset = xmlCreateIntSubset(res, doctype, 6132 res->intSubset = xmlCreateIntSubset(res, doctype, 6141 xmlCreateIntSubset(res, doctype, 6160 res->intSubset = xmlCreateIntSubset(res, doctype,
|
/external/libxml2/include/libxml/ |
H A D | tree.h | 707 xmlCreateIntSubset (xmlDocPtr doc,
|
/external/libxml2/ |
H A D | xinclude.c | 1353 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL);
|
H A D | HTMLparser.c | 2300 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI); 4682 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html", 5881 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
|
H A D | SAX2.c | 359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
|
H A D | elfgcchack.h | 2387 #undef xmlCreateIntSubset macro 2388 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias"))); 2390 #ifndef xmlCreateIntSubset 2391 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden"))); 2392 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias macro
|
H A D | tree.c | 853 * internal subset, use xmlCreateIntSubset(). 922 * xmlCreateIntSubset: 932 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, function 940 "xmlCreateIntSubset(): document %s already have an internal subset\n",
|
Completed in 138 milliseconds