Searched refs:xmlXPathRegisterNs (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/doc/examples/ |
D | xpath1.c | 186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) { in register_namespaces()
|
/external/libxml2/ |
D | testC14N.c | 299 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { in load_xpath_expr()
|
D | runsuite.c | 227 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite"); in initializeLibxml2() 228 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink", in initializeLibxml2()
|
D | schematron.c | 1182 xmlXPathRegisterNs(ctxt->xctxt, prefix, uri); in xmlSchematronParse() 1531 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1], in xmlSchematronNewValidCtxt()
|
D | debugXML.c | 2142 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) { in xmlShellRegisterNamespace() 2176 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href); in xmlShellRegisterRootNamespaces() 2178 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href); in xmlShellRegisterRootNamespaces()
|
D | libxml2.syms | 365 xmlXPathRegisterNs;
|
D | xpointer.c | 1076 xmlXPathRegisterNs(ctxt->context, prefix, URI); in xmlXPtrEvalXPtrPart()
|
D | elfgcchack.h | 17180 #undef xmlXPathRegisterNs 17181 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__int… 17183 #ifndef xmlXPathRegisterNs 17184 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hi… 17185 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias macro
|
D | runtest.c | 3695 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { in load_xpath_expr()
|
D | NEWS | 772 xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard),
|
D | xpath.c | 5143 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs() function
|
D | testapi.c | 50404 ret_val = xmlXPathRegisterNs(ctxt, (const xmlChar *)prefix, (const xmlChar *)ns_uri); in test_xmlXPathRegisterNs()
|
D | ChangeLog | 105 * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes
|
/external/libxml2/os400/libxmlrpg/ |
D | xpathInternals.rpgle | 185 d xmlXPathRegisterNs... 186 d pr extproc('xmlXPathRegisterNs')
|
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 425 xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 1041 xmlXPathRegisterNs(ctxt, utf8_html, utf8_htmluri); in read_iana()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 3036 xmlXPathRegisterNs
|