Searched refs:xmlGetNsProp (Results 1 - 12 of 12) sorted by relevance
/external/libxml2/ |
H A D | xlink.c | 149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE); 154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
|
H A D | xinclude.c | 174 ret = xmlGetNsProp(cur, XINCLUDE_NS, name); 178 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name); 1698 base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base", 1741 xmlBase = xmlGetNsProp(node,
|
H A D | tree.c | 4908 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE); 4987 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE); 5181 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE); 6555 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp() 6597 * xmlGetNsProp: 6612 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
|
H A D | xmlreader.c | 2401 ret = xmlGetNsProp(reader->node, localname, ns->href); 2454 return(xmlGetNsProp(reader->node, localName, namespaceURI));
|
H A D | catalog.c | 1236 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
|
H A D | elfgcchack.h | 4051 #undef xmlGetNsProp macro 4052 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias"))); 4054 #ifndef xmlGetNsProp 4055 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden"))); 4056 #define xmlGetNsProp xmlGetNsProp__internal_alias macro
|
/external/libxslt/libxslt/ |
H A D | namespaces.c | 128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); 149 resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL); 221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); 227 resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
|
H A D | xslt.c | 1159 prop = xmlGetNsProp(cur, (const xmlChar *) "version", NULL); 1166 prop = xmlGetNsProp(cur, (const xmlChar *) "encoding", NULL); 1176 prop = xmlGetNsProp(cur, (const xmlChar *) "method", NULL); 1209 prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-system", NULL); 1216 prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-public", NULL); 1223 prop = xmlGetNsProp(cur, (const xmlChar *) "standalone", NULL); 1237 prop = xmlGetNsProp(cur, (const xmlChar *) "indent", NULL); 1251 prop = xmlGetNsProp(cur, (const xmlChar *) "omit-xml-declaration", NULL); 1266 elements = xmlGetNsProp(cur, (const xmlChar *) "cdata-section-elements", 1339 prop = xmlGetNsProp(cu [all...] |
H A D | imports.c | 99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL); 198 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
|
H A D | attributes.c | 299 value = xmlGetNsProp(cur, (const xmlChar *)"name", NULL); 409 value = xmlGetNsProp(cur, (const xmlChar *)"use-attribute-sets",
|
H A D | xsltutils.c | 68 * Similar to xmlGetNsProp() but with a slightly different semantic 153 * Similar to xmlGetNsProp() but with a slightly different semantic 177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former 441 prop = xmlGetNsProp(inst, (const xmlChar *)"terminate", NULL);
|
/external/libxml2/include/libxml/ |
H A D | tree.h | 991 xmlGetNsProp (xmlNodePtr node,
|
Completed in 192 milliseconds