• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxslt-13/libxslt/python/

Lines Matching refs:URI

319     printf("libxslt_xsltElementTransformCallback called name %s URI %s\n", name, ns_uri);
428 printf("libxslt_xmlXPathFuncCallback called name %s URI %s\n", name, ns_uri);
514 pythonDocLoaderFuncWrapper(const xmlChar * URI, xmlDictPtr dict, int options,
539 * Now pass to python the URI, the xsltParserContext and the context
549 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 0);
554 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 1);
973 const xmlChar * URI) {
979 style, URI);
982 if ((style == NULL) || (URI == NULL))
988 class = xmlHashLookup(libxslt_extModuleClasses, URI);
990 fprintf(stderr, "libxslt_xsltPythonExtModuleStyleInit: internal error %s not found !\n", URI);
996 (char *) "Os", libxslt_xsltStylesheetPtrWrap(style), URI);
1002 const xmlChar * URI, void *data) {
1008 style, URI, data);
1011 if ((style == NULL) || (URI == NULL))
1017 class = xmlHashLookup(libxslt_extModuleClasses, URI);
1019 fprintf(stderr, "libxslt_xsltPythonExtModuleStyleShutdown: internal error %s not found !\n", URI);
1026 URI, (PyObject *) data);
1034 const xmlChar * URI) {
1040 ctxt, URI);
1043 if ((ctxt == NULL) || (URI == NULL))
1049 class = xmlHashLookup(libxslt_extModuleClasses, URI);
1051 fprintf(stderr, "libxslt_xsltPythonExtModuleCtxtInit: internal error %s not found !\n", URI);
1058 URI);
1064 const xmlChar * URI, void *data) {
1070 ctxt, URI, data);
1073 if ((ctxt == NULL) || (URI == NULL))
1079 class = xmlHashLookup(libxslt_extModuleClasses, URI);
1081 fprintf(stderr, "libxslt_xsltPythonExtModuleCtxtShutdown: internal error %s not found !\n", URI);
1088 URI, (PyObject *) data);