Searched refs:xmlSetProp (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/ |
D | catalog.c | 566 xmlSetProp(node, BAD_CAST "catalog", cur->value); in xmlDumpXMLCatalogNode() 573 xmlSetProp(node, BAD_CAST "id", cur->name); in xmlDumpXMLCatalogNode() 585 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public"); in xmlDumpXMLCatalogNode() 588 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system"); in xmlDumpXMLCatalogNode() 596 xmlSetProp(node, BAD_CAST "publicId", cur->name); in xmlDumpXMLCatalogNode() 597 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode() 602 xmlSetProp(node, BAD_CAST "systemId", cur->name); in xmlDumpXMLCatalogNode() 603 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode() 608 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); in xmlDumpXMLCatalogNode() 609 xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); in xmlDumpXMLCatalogNode() [all …]
|
D | rngparser.c | 729 xmlSetProp(cur, BAD_CAST "ns", in xmlParseCRNG_innerNameClass() 732 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlParseCRNG_innerNameClass() 744 xmlSetProp(cur, BAD_CAST "ns", in xmlParseCRNG_innerNameClass() 971 xmlSetProp(ctxt->insert, BAD_CAST "name", token->token); in xmlParseCRNG_primary() 1163 xmlSetProp(define, BAD_CAST "name", identifier); in xmlParseCRNG_component()
|
D | relaxng.c | 1656 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadInclude() 1987 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadExternalRef() 4774 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGProcessExternalRef() 7214 xmlSetProp(text, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree() 7220 xmlSetProp(text, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree() 7244 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree() 7246 xmlSetProp(cur, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree() 7269 xmlSetProp(cur, BAD_CAST "ns", in xmlRelaxNGCleanupTree() 7347 xmlSetProp(child, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
|
D | libxml2.syms | 1035 xmlSetProp;
|
D | elfgcchack.h | 10514 #undef xmlSetProp 10515 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias"))); 10517 #ifndef xmlSetProp 10518 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden"))); 10519 #define xmlSetProp xmlSetProp__internal_alias macro
|
D | NEWS | 882 a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon), 1060 xmlSetProp fixes (Rob Richards), HTML IDness (Rob Richards), a large 2604 - attributes defaulted from DTDs should be available, xmlSetProp() now
|
D | tree.c | 6837 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlSetProp() function
|
D | ChangeLog | 847 to simplify the processing of xmlSetProp() 2079 * tree.c: Revert behavior change in xmlSetProp to handle attributes 2333 Modify testing for ID in xmlSetProp. 11312 * tree.c: fixed xmlSetProp and al. when the node passed is not an 14939 * tree.c: fixed a couple of problems in xmlSetProp() 19029 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
|
D | testapi.c | 113 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar"); in get_api_attr() 23798 ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetProp()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1015 xmlSetProp (xmlNodePtr node,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1252 d xmlSetProp pr extproc('xmlSetProp')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1830 xmlSetProp
|