Home
last modified time | relevance | path

Searched refs:xmlXPathRegisterNs (Results 1 – 17 of 17) sorted by relevance

/external/libxml2/doc/examples/
Dxpath1.c186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) { in register_namespaces()
/external/libxml2/
DtestC14N.c299 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { in load_xpath_expr()
Drunsuite.c227 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite"); in initializeLibxml2()
228 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink", in initializeLibxml2()
Dschematron.c1182 xmlXPathRegisterNs(ctxt->xctxt, prefix, uri); in xmlSchematronParse()
1531 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1], in xmlSchematronNewValidCtxt()
DdebugXML.c2142 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()
Dlibxml2.syms365 xmlXPathRegisterNs;
Dxpointer.c1076 xmlXPathRegisterNs(ctxt->context, prefix, URI); in xmlXPtrEvalXPtrPart()
Delfgcchack.h17180 #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
Druntest.c3695 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { in load_xpath_expr()
DNEWS772 xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard),
Dxpath.c5143 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs() function
Dtestapi.c50404 ret_val = xmlXPathRegisterNs(ctxt, (const xmlChar *)prefix, (const xmlChar *)ns_uri); in test_xmlXPathRegisterNs()
DChangeLog105 * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes
/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle185 d xmlXPathRegisterNs...
186 d pr extproc('xmlXPathRegisterNs')
/external/libxml2/include/libxml/
DxpathInternals.h425 xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c1041 xmlXPathRegisterNs(ctxt, utf8_html, utf8_htmluri); in read_iana()
/external/libxml2/win32/
Dlibxml2.def.src3036 xmlXPathRegisterNs