Home
last modified time | relevance | path

Searched refs:xmlSetProp (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dcatalog.c561 xmlSetProp(node, BAD_CAST "catalog", cur->value); in xmlDumpXMLCatalogNode()
568 xmlSetProp(node, BAD_CAST "id", cur->name); in xmlDumpXMLCatalogNode()
580 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public"); in xmlDumpXMLCatalogNode()
583 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system"); in xmlDumpXMLCatalogNode()
591 xmlSetProp(node, BAD_CAST "publicId", cur->name); in xmlDumpXMLCatalogNode()
592 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode()
597 xmlSetProp(node, BAD_CAST "systemId", cur->name); in xmlDumpXMLCatalogNode()
598 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode()
603 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); in xmlDumpXMLCatalogNode()
604 xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); in xmlDumpXMLCatalogNode()
[all …]
Drngparser.c729 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()
Drelaxng.c1655 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadInclude()
1986 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadExternalRef()
4766 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGProcessExternalRef()
7207 xmlSetProp(text, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
7213 xmlSetProp(text, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree()
7237 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree()
7239 xmlSetProp(cur, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
7262 xmlSetProp(cur, BAD_CAST "ns", in xmlRelaxNGCleanupTree()
7340 xmlSetProp(child, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
DHTMLtree.c291 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()
Dlibxml2.syms1035 xmlSetProp;
Delfgcchack.h10514 #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
DNEWS882 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
Dtree.c6807 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlSetProp() function
DChangeLog847 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
Dtestapi.c113 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar"); in get_api_attr()
23663 ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetProp()
/external/libxml2/include/libxml/
Dtree.h1014 xmlSetProp (xmlNodePtr node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1224 d xmlSetProp pr extproc('xmlSetProp')
/external/libxml2/win32/
Dlibxml2.def.src1830 xmlSetProp