Home
last modified time | relevance | path

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

/external/libxml2/
Dcatalog.c566 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 …]
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.c1656 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()
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.c6837 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()
23798 ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetProp()
/external/libxml2/include/libxml/
Dtree.h1015 xmlSetProp (xmlNodePtr node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1252 d xmlSetProp pr extproc('xmlSetProp')
/external/libxml2/win32/
Dlibxml2.def.src1830 xmlSetProp