| OLD | NEW |
| (Empty) |
| 1 # | |
| 2 # Officially exported symbols, for which header | |
| 3 # file definitions are installed in /usr/include/libxslt | |
| 4 # | |
| 5 # Automatically generated from symbols.xml and syms.xsl | |
| 6 # | |
| 7 # Versions here are *fixed* to match the libxslt version | |
| 8 # at which the symbol was introduced. This ensures that | |
| 9 # a new client app requiring symbol foo() can't accidentally | |
| 10 # run with old libxslt.so not providing foo() - the global | |
| 11 # soname version info can't enforce this since we never | |
| 12 # change the soname | |
| 13 # | |
| 14 | |
| 15 LIBXML2_1.0.11 { | |
| 16 global: | |
| 17 | |
| 18 # attributes | |
| 19 xsltApplyAttributeSet; | |
| 20 xsltFreeAttributeSetsHashes; | |
| 21 xsltParseStylesheetAttributeSet; | |
| 22 | |
| 23 # documents | |
| 24 xsltFindDocument; | |
| 25 xsltFreeDocuments; | |
| 26 xsltFreeStyleDocuments; | |
| 27 xsltLoadDocument; | |
| 28 xsltLoadStyleDocument; | |
| 29 xsltNewDocument; | |
| 30 xsltNewStyleDocument; | |
| 31 | |
| 32 # extensions | |
| 33 xsltCheckExtPrefix; | |
| 34 xsltExtElementLookup; | |
| 35 xsltExtModuleElementLookup; | |
| 36 xsltExtModuleFunctionLookup; | |
| 37 xsltExtModuleTopLevelLookup; | |
| 38 xsltFreeCtxtExts; | |
| 39 xsltFreeExts; | |
| 40 xsltGetExtData; | |
| 41 xsltInitCtxtExts; | |
| 42 xsltInitElemPreComp; | |
| 43 xsltNewElemPreComp; | |
| 44 xsltPreComputeExtModuleElement; | |
| 45 xsltRegisterExtElement; | |
| 46 xsltRegisterExtFunction; | |
| 47 xsltRegisterExtModuleElement; | |
| 48 xsltRegisterExtModuleFull; | |
| 49 xsltRegisterExtModuleFunction; | |
| 50 xsltRegisterExtModule; | |
| 51 xsltRegisterExtModuleTopLevel; | |
| 52 xsltRegisterExtPrefix; | |
| 53 xsltRegisterTestModule; | |
| 54 xsltShutdownCtxtExts; | |
| 55 xsltShutdownExts; | |
| 56 xsltStyleGetExtData; | |
| 57 xsltUnregisterExtModuleElement; | |
| 58 xsltUnregisterExtModuleFunction; | |
| 59 xsltUnregisterExtModule; | |
| 60 xsltUnregisterExtModuleTopLevel; | |
| 61 | |
| 62 # extra | |
| 63 xsltDebug; | |
| 64 xsltFunctionNodeSet; | |
| 65 xsltRegisterAllExtras; | |
| 66 xsltRegisterExtras; | |
| 67 | |
| 68 # functions | |
| 69 xsltDocumentFunction; | |
| 70 xsltElementAvailableFunction; | |
| 71 xsltFormatNumberFunction; | |
| 72 xsltFunctionAvailableFunction; | |
| 73 xsltGenerateIdFunction; | |
| 74 xsltKeyFunction; | |
| 75 xsltRegisterAllFunctions; | |
| 76 xsltSystemPropertyFunction; | |
| 77 xsltUnparsedEntityURIFunction; | |
| 78 xsltXPathFunctionLookup; | |
| 79 | |
| 80 # imports | |
| 81 xsltFindElemSpaceHandling; | |
| 82 xsltFindTemplate; | |
| 83 xsltNeedElemSpaceHandling; | |
| 84 xsltNextImport; | |
| 85 xsltParseStylesheetImport; | |
| 86 xsltParseStylesheetInclude; | |
| 87 | |
| 88 # keys | |
| 89 xsltAddKey; | |
| 90 xsltFreeDocumentKeys; | |
| 91 xsltFreeKeys; | |
| 92 xsltGetKey; | |
| 93 xsltInitCtxtKeys; | |
| 94 | |
| 95 # namespaces | |
| 96 xsltCopyNamespaceList; | |
| 97 xsltCopyNamespace; | |
| 98 xsltFreeNamespaceAliasHashes; | |
| 99 xsltGetNamespace; | |
| 100 xsltGetSpecialNamespace; | |
| 101 xsltNamespaceAlias; | |
| 102 | |
| 103 # pattern | |
| 104 xsltAddTemplate; | |
| 105 xsltCleanupTemplates; | |
| 106 xsltCompilePattern; | |
| 107 xsltFreeCompMatchList; | |
| 108 xsltFreeTemplateHashes; | |
| 109 xsltGetTemplate; | |
| 110 # xsltMatchPattern; removed in 1.0.12 | |
| 111 xsltTestCompMatchList; | |
| 112 | |
| 113 # preproc | |
| 114 xsltDocumentComp; | |
| 115 xsltFreeStylePreComps; | |
| 116 xsltStylePreCompute; | |
| 117 | |
| 118 # templates | |
| 119 xsltAttrListTemplateProcess; | |
| 120 xsltAttrTemplateProcess; | |
| 121 xsltAttrTemplateValueProcess; | |
| 122 xsltEvalAttrValueTemplate; | |
| 123 xsltEvalStaticAttrValueTemplate; | |
| 124 xsltEvalTemplateString; | |
| 125 xsltEvalXPathPredicate; | |
| 126 xsltEvalXPathString; | |
| 127 xsltTemplateProcess; | |
| 128 | |
| 129 # transform | |
| 130 xslHandleDebugger; | |
| 131 xsltApplyImports; | |
| 132 xsltApplyOneTemplate; | |
| 133 xsltApplyStripSpaces; | |
| 134 xsltApplyStylesheet; | |
| 135 xsltApplyStylesheetUser; | |
| 136 xsltApplyTemplates; | |
| 137 xsltAttribute; | |
| 138 xsltCallTemplate; | |
| 139 xsltChoose; | |
| 140 xsltComment; | |
| 141 xsltCopyOf; | |
| 142 xsltCopy; | |
| 143 xsltDocumentElem; | |
| 144 xsltElement; | |
| 145 xsltForEach; | |
| 146 xsltFreeTransformContext; | |
| 147 xsltGetXIncludeDefault; | |
| 148 xsltIf; | |
| 149 xsltNewTransformContext; | |
| 150 xsltNumber; | |
| 151 xsltProcessingInstruction; | |
| 152 xsltProfileStylesheet; | |
| 153 xsltRegisterAllElement; | |
| 154 xsltRunStylesheet; | |
| 155 xsltSetXIncludeDefault; | |
| 156 xsltSort; | |
| 157 xsltText; | |
| 158 xsltValueOf; | |
| 159 | |
| 160 # variables | |
| 161 xsltAddStackElemList; | |
| 162 xsltEvalGlobalVariables; | |
| 163 xsltEvalOneUserParam; | |
| 164 xsltEvalUserParams; | |
| 165 xsltFreeGlobalVariables; | |
| 166 xsltParseGlobalParam; | |
| 167 xsltParseGlobalVariable; | |
| 168 xsltParseStylesheetCallerParam; | |
| 169 xsltParseStylesheetParam; | |
| 170 xsltParseStylesheetVariable; | |
| 171 xsltQuoteOneUserParam; | |
| 172 xsltQuoteUserParams; | |
| 173 xsltVariableLookup; | |
| 174 xsltXPathVariableLookup; | |
| 175 | |
| 176 # xsltInternals | |
| 177 xsltDecimalFormatGetByName; | |
| 178 xsltFormatNumberConversion; | |
| 179 xsltFreeStackElemList; | |
| 180 xsltFreeStylesheet; | |
| 181 xsltIsBlank; | |
| 182 xsltLoadStylesheetPI; | |
| 183 xsltNewStylesheet; | |
| 184 xsltNumberFormat; | |
| 185 xsltParseStylesheetDoc; | |
| 186 xsltParseStylesheetFile; | |
| 187 xsltParseStylesheetOutput; | |
| 188 xsltParseStylesheetProcess; | |
| 189 xsltParseTemplateContent; | |
| 190 | |
| 191 # xsltutils | |
| 192 xslAddCall; | |
| 193 xslDropCall; | |
| 194 xsltCalibrateAdjust; | |
| 195 xsltDocumentSortFunction; | |
| 196 xsltDoSortFunction; | |
| 197 xsltGetNsProp; | |
| 198 xsltGetQNameURI; | |
| 199 xsltMessage; | |
| 200 xsltPrintErrorContext; | |
| 201 xsltSaveProfiling; | |
| 202 xsltSaveResultToFd; | |
| 203 xsltSaveResultToFilename; | |
| 204 xsltSaveResultToFile; | |
| 205 xsltSaveResultTo; | |
| 206 xsltSetDebuggerCallbacks; | |
| 207 xsltSetGenericDebugFunc; | |
| 208 xsltSetGenericErrorFunc; | |
| 209 xsltTimestamp; | |
| 210 | |
| 211 # xslt | |
| 212 xsltCleanupGlobals; | |
| 213 | |
| 214 local: | |
| 215 *; | |
| 216 } ; | |
| 217 | |
| 218 LIBXML2_1.0.12 { | |
| 219 global: | |
| 220 | |
| 221 # xsltInternals | |
| 222 xsltAllocateExtraCtxt; | |
| 223 xsltAllocateExtra; | |
| 224 } LIBXML2_1.0.11; | |
| 225 | |
| 226 LIBXML2_1.0.13 { | |
| 227 global: | |
| 228 | |
| 229 # extensions | |
| 230 xsltExtModuleElementPreComputeLookup; | |
| 231 xsltXPathGetTransformContext; | |
| 232 } LIBXML2_1.0.12; | |
| 233 | |
| 234 LIBXML2_1.0.16 { | |
| 235 global: | |
| 236 | |
| 237 # attributes | |
| 238 xsltResolveStylesheetAttributeSet; | |
| 239 } LIBXML2_1.0.13; | |
| 240 | |
| 241 LIBXML2_1.0.17 { | |
| 242 global: | |
| 243 | |
| 244 # transform | |
| 245 xsltRunStylesheetUser; | |
| 246 } LIBXML2_1.0.16; | |
| 247 | |
| 248 LIBXML2_1.0.18 { | |
| 249 global: | |
| 250 | |
| 251 # extensions | |
| 252 xsltDebugDumpExtensions; | |
| 253 | |
| 254 # xsltutils | |
| 255 xsltSaveResultToString; | |
| 256 } LIBXML2_1.0.17; | |
| 257 | |
| 258 LIBXML2_1.0.22 { | |
| 259 global: | |
| 260 | |
| 261 # templates | |
| 262 xsltAttrTemplateValueProcessNode; | |
| 263 | |
| 264 # security | |
| 265 xsltCheckRead; | |
| 266 xsltCheckWrite; | |
| 267 | |
| 268 # templates | |
| 269 xsltEvalXPathStringNs; | |
| 270 | |
| 271 # security | |
| 272 xsltFreeSecurityPrefs; | |
| 273 xsltGetDefaultSecurityPrefs; | |
| 274 xsltGetSecurityPrefs; | |
| 275 xsltNewSecurityPrefs; | |
| 276 xsltSecurityAllow; | |
| 277 xsltSecurityForbid; | |
| 278 xsltSetCtxtSecurityPrefs; | |
| 279 xsltSetDefaultSecurityPrefs; | |
| 280 xsltSetSecurityPrefs; | |
| 281 | |
| 282 # xsltutils | |
| 283 xsltSetTransformErrorFunc; | |
| 284 xsltTransformError; | |
| 285 } LIBXML2_1.0.18; | |
| 286 | |
| 287 LIBXML2_1.0.24 { | |
| 288 global: | |
| 289 | |
| 290 # xsltutils | |
| 291 xslDebugStatus; # variable | |
| 292 xsltComputeSortResult; | |
| 293 xsltDefaultSortFunction; | |
| 294 | |
| 295 # xslt | |
| 296 xsltEngineVersion; # variable | |
| 297 | |
| 298 # preproc | |
| 299 xsltExtMarker; # variable | |
| 300 | |
| 301 # xsltutils | |
| 302 xsltGenericDebugContext; # variable | |
| 303 xsltGenericDebug; # variable | |
| 304 xsltGenericErrorContext; # variable | |
| 305 xsltGenericError; # variable | |
| 306 xsltGetProfileInformation; | |
| 307 xsltGetUTF8Char; | |
| 308 | |
| 309 # xslt | |
| 310 xsltLibxmlVersion; # variable | |
| 311 xsltLibxsltVersion; # variable | |
| 312 xsltMaxDepth; # variable | |
| 313 xsltMaxVars; # variable | |
| 314 | |
| 315 # xsltInternals | |
| 316 xsltParseStylesheetImportedDoc; | |
| 317 | |
| 318 # xsltutils | |
| 319 xsltSetCtxtSortFunc; | |
| 320 xsltSetSortFunc; | |
| 321 } LIBXML2_1.0.22; | |
| 322 | |
| 323 LIBXML2_1.0.30 { | |
| 324 global: | |
| 325 | |
| 326 # xsltInternals | |
| 327 xsltCreateRVT; | |
| 328 xsltFreeRVTs; | |
| 329 xsltRegisterPersistRVT; | |
| 330 xsltRegisterTmpRVT; | |
| 331 } LIBXML2_1.0.24; | |
| 332 | |
| 333 LIBXML2_1.0.32 { | |
| 334 global: | |
| 335 | |
| 336 # transform | |
| 337 xsltCopyTextString; | |
| 338 | |
| 339 # extensions | |
| 340 xsltGetExtInfo; | |
| 341 } LIBXML2_1.0.30; | |
| 342 | |
| 343 LIBXML2_1.0.33 { | |
| 344 global: | |
| 345 | |
| 346 # pattern | |
| 347 xsltNormalizeCompSteps; | |
| 348 } LIBXML2_1.0.32; | |
| 349 | |
| 350 LIBXML2_1.1.0 { | |
| 351 global: | |
| 352 | |
| 353 # xsltutils | |
| 354 xsltGetDebuggerStatus; | |
| 355 xsltSetDebuggerStatus; | |
| 356 } LIBXML2_1.0.33; | |
| 357 | |
| 358 LIBXML2_1.1.1 { | |
| 359 global: | |
| 360 | |
| 361 # xsltutils | |
| 362 xsltDebugGetDefaultTrace; | |
| 363 xsltDebugSetDefaultTrace; | |
| 364 } LIBXML2_1.1.0; | |
| 365 | |
| 366 LIBXML2_1.1.2 { | |
| 367 global: | |
| 368 | |
| 369 # xsltutils | |
| 370 xsltSetCtxtParseOptions; | |
| 371 } LIBXML2_1.1.1; | |
| 372 | |
| 373 LIBXML2_1.1.3 { | |
| 374 global: | |
| 375 | |
| 376 # xsltInternals | |
| 377 xsltCompileAttr; | |
| 378 xsltEvalAVT; | |
| 379 xsltFreeAVTList; | |
| 380 | |
| 381 # xsltutils | |
| 382 xsltGetCNsProp; | |
| 383 xsltSplitQName; | |
| 384 xsltXPathCompile; | |
| 385 } LIBXML2_1.1.2; | |
| 386 | |
| 387 LIBXML2_1.1.5 { | |
| 388 global: | |
| 389 | |
| 390 # xsltutils | |
| 391 xsltGetQNameURI2; | |
| 392 } LIBXML2_1.1.3; | |
| 393 | |
| 394 LIBXML2_1.1.7 { | |
| 395 global: | |
| 396 | |
| 397 # namespaces | |
| 398 xsltGetPlainNamespace; | |
| 399 } LIBXML2_1.1.5; | |
| 400 | |
| 401 LIBXML2_1.1.9 { | |
| 402 global: | |
| 403 | |
| 404 # documents | |
| 405 xsltDocDefaultLoader; # variable | |
| 406 xsltSetLoaderFunc; | |
| 407 } LIBXML2_1.1.7; | |
| 408 | |
| 409 LIBXML2_1.1.18 { | |
| 410 global: | |
| 411 | |
| 412 # xsltInternals | |
| 413 # xsltConstNamespaceNameXSLT; requires switch REFACTORED | |
| 414 xsltExtensionInstructionResultFinalize; | |
| 415 xsltExtensionInstructionResultRegister; | |
| 416 xsltInitCtxtKey; | |
| 417 | |
| 418 # xslt | |
| 419 xsltInit; | |
| 420 | |
| 421 # xsltInternals | |
| 422 # xsltParseAnyXSLTElem; requires switch REFACTORED | |
| 423 # xsltParseSequenceConstructor; requires switch REFACTORED | |
| 424 # xsltPointerListAddSize; requires switch REFACTORED | |
| 425 # xsltPointerListClear; requires switch REFACTORED | |
| 426 # xsltPointerListCreate; requires switch REFACTORED | |
| 427 # xsltPointerListFree; requires switch REFACTORED | |
| 428 xsltRegisterLocalRVT; | |
| 429 xsltReleaseRVT; | |
| 430 # xsltRestoreDocumentNamespaces; requires switch REFACTORED | |
| 431 | |
| 432 # extensions | |
| 433 # xsltStyleStylesheetLevelGetExtData; requires switch REFACTORED | |
| 434 | |
| 435 # xsltInternals | |
| 436 # xsltTransStorageAdd; removed in 1.1.28 | |
| 437 # xsltTransStorageRemove; removed in 1.1.28 | |
| 438 xsltUninit; | |
| 439 # xsltXSLTAttrMarker; requires switch REFACTORED | |
| 440 } LIBXML2_1.1.9; | |
| 441 | |
| 442 LIBXML2_1.1.20 { | |
| 443 global: | |
| 444 | |
| 445 # transform | |
| 446 xsltLocalVariablePop; | |
| 447 xsltLocalVariablePush; | |
| 448 } LIBXML2_1.1.18; | |
| 449 | |
| 450 LIBXML2_1.1.23 { | |
| 451 global: | |
| 452 | |
| 453 # xsltInternals | |
| 454 xsltInitAllDocKeys; | |
| 455 } LIBXML2_1.1.20; | |
| 456 | |
| 457 LIBXML2_1.1.24 { | |
| 458 global: | |
| 459 | |
| 460 # extensions | |
| 461 xsltCheckExtURI; | |
| 462 } LIBXML2_1.1.23; | |
| 463 | |
| 464 LIBXML2_1.1.25 { | |
| 465 global: | |
| 466 | |
| 467 # xsltlocale | |
| 468 xsltFreeLocale; | |
| 469 xsltLocaleStrcmp; | |
| 470 xsltNewLocale; | |
| 471 xsltStrxfrm; | |
| 472 | |
| 473 # extensions | |
| 474 xsltInitGlobals; | |
| 475 } LIBXML2_1.1.24; | |
| 476 | |
| 477 LIBXML2_1.1.26 { | |
| 478 global: | |
| 479 | |
| 480 # transform | |
| 481 xsltProcessOneNode; | |
| 482 } LIBXML2_1.1.25; | |
| 483 | |
| 484 LIBXML2_1.1.27 { | |
| 485 global: | |
| 486 | |
| 487 # xsltlocale | |
| 488 xsltFreeLocales; | |
| 489 | |
| 490 # xsltutils | |
| 491 xsltXPathCompileFlags; | |
| 492 } LIBXML2_1.1.26; | |
| 493 | |
| 494 LIBXML2_1.1.30 { | |
| 495 global: | |
| 496 | |
| 497 # xsltInternals | |
| 498 xsltFlagRVTs; | |
| 499 xsltDecimalFormatGetByQName; | |
| 500 } LIBXML2_1.1.27; | |
| 501 | |
| OLD | NEW |