6ae6439167765a255e73a4c31b7465b172618c61
[platform/upstream/libxslt.git] / doc / libxslt-api.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <api name='libxslt'>
3   <files>
4     <file name='attributes'>
5      <summary>interface for the XSLT attribute handling</summary>
6      <description>this module handles the specificities of attribute and attribute groups processing. </description>
7      <author>Daniel Veillard </author>
8      <exports symbol='xsltResolveStylesheetAttributeSet' type='function'/>
9      <exports symbol='xsltParseStylesheetAttributeSet' type='function'/>
10      <exports symbol='xsltApplyAttributeSet' type='function'/>
11      <exports symbol='xsltFreeAttributeSetsHashes' type='function'/>
12     </file>
13     <file name='documents'>
14      <summary>interface for the document handling</summary>
15      <description>implements document loading and cache (multiple document() reference for the same resources must be equal. </description>
16      <author>Daniel Veillard </author>
17      <exports symbol='XSLT_LOAD_START' type='enum'/>
18      <exports symbol='XSLT_LOAD_DOCUMENT' type='enum'/>
19      <exports symbol='XSLT_LOAD_STYLESHEET' type='enum'/>
20      <exports symbol='xsltLoadType' type='typedef'/>
21      <exports symbol='xsltDocDefaultLoader' type='variable'/>
22      <exports symbol='xsltFreeStyleDocuments' type='function'/>
23      <exports symbol='xsltDocLoaderFunc' type='function'/>
24      <exports symbol='xsltLoadDocument' type='function'/>
25      <exports symbol='xsltNewStyleDocument' type='function'/>
26      <exports symbol='xsltSetLoaderFunc' type='function'/>
27      <exports symbol='xsltFreeDocuments' type='function'/>
28      <exports symbol='xsltNewDocument' type='function'/>
29      <exports symbol='xsltLoadStyleDocument' type='function'/>
30      <exports symbol='xsltFindDocument' type='function'/>
31     </file>
32     <file name='extensions'>
33      <summary>interface for the extension support</summary>
34      <description>This provide the API needed for simple and module extension support. </description>
35      <author>Daniel Veillard </author>
36      <exports symbol='xsltRegisterExtFunction' type='function'/>
37      <exports symbol='xsltRegisterExtModuleElement' type='function'/>
38      <exports symbol='xsltInitCtxtExts' type='function'/>
39      <exports symbol='xsltGetExtData' type='function'/>
40      <exports symbol='xsltStyleGetExtData' type='function'/>
41      <exports symbol='xsltStyleExtInitFunction' type='function'/>
42      <exports symbol='xsltInitGlobals' type='function'/>
43      <exports symbol='xsltShutdownExts' type='function'/>
44      <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/>
45      <exports symbol='xsltRegisterTestModule' type='function'/>
46      <exports symbol='xsltStyleStylesheetLevelGetExtData' type='function'/>
47      <exports symbol='xsltExtModuleElementLookup' type='function'/>
48      <exports symbol='xsltStyleExtShutdownFunction' type='function'/>
49      <exports symbol='xsltInitElemPreComp' type='function'/>
50      <exports symbol='xsltDebugDumpExtensions' type='function'/>
51      <exports symbol='xsltGetExtInfo' type='function'/>
52      <exports symbol='xsltExtModuleTopLevelLookup' type='function'/>
53      <exports symbol='xsltFreeExts' type='function'/>
54      <exports symbol='xsltCheckExtURI' type='function'/>
55      <exports symbol='xsltExtModuleFunctionLookup' type='function'/>
56      <exports symbol='xsltPreComputeExtModuleElement' type='function'/>
57      <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/>
58      <exports symbol='xsltPreComputeFunction' type='function'/>
59      <exports symbol='xsltTopLevelFunction' type='function'/>
60      <exports symbol='xsltShutdownCtxtExts' type='function'/>
61      <exports symbol='xsltXPathGetTransformContext' type='function'/>
62      <exports symbol='xsltRegisterExtElement' type='function'/>
63      <exports symbol='xsltExtInitFunction' type='function'/>
64      <exports symbol='xsltFreeCtxtExts' type='function'/>
65      <exports symbol='xsltUnregisterExtModule' type='function'/>
66      <exports symbol='xsltRegisterExtModuleFull' type='function'/>
67      <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/>
68      <exports symbol='xsltNewElemPreComp' type='function'/>
69      <exports symbol='xsltUnregisterExtModuleElement' type='function'/>
70      <exports symbol='xsltUnregisterExtModuleFunction' type='function'/>
71      <exports symbol='xsltCheckExtPrefix' type='function'/>
72      <exports symbol='xsltRegisterExtModule' type='function'/>
73      <exports symbol='xsltExtElementLookup' type='function'/>
74      <exports symbol='xsltRegisterExtModuleFunction' type='function'/>
75      <exports symbol='xsltRegisterExtPrefix' type='function'/>
76      <exports symbol='xsltExtShutdownFunction' type='function'/>
77     </file>
78     <file name='extra'>
79      <summary>interface for the non-standard features</summary>
80      <description>implement some extension outside the XSLT namespace but not EXSLT with is in a different library. </description>
81      <author>Daniel Veillard </author>
82      <exports symbol='XSLT_XT_NAMESPACE' type='macro'/>
83      <exports symbol='XSLT_XALAN_NAMESPACE' type='macro'/>
84      <exports symbol='XSLT_SAXON_NAMESPACE' type='macro'/>
85      <exports symbol='XSLT_LIBXSLT_NAMESPACE' type='macro'/>
86      <exports symbol='XSLT_NORM_SAXON_NAMESPACE' type='macro'/>
87      <exports symbol='xsltFunctionNodeSet' type='function'/>
88      <exports symbol='xsltRegisterExtras' type='function'/>
89      <exports symbol='xsltDebug' type='function'/>
90      <exports symbol='xsltRegisterAllExtras' type='function'/>
91     </file>
92     <file name='functions'>
93      <summary>interface for the XSLT functions not from XPath</summary>
94      <description>a set of extra functions coming from XSLT but not in XPath </description>
95      <author>Daniel Veillard and Bjorn Reese &lt;breese@users.sourceforge.net&gt; </author>
96      <exports symbol='XSLT_REGISTER_FUNCTION_LOOKUP' type='macro'/>
97      <exports symbol='xsltXPathFunctionLookup' type='function'/>
98      <exports symbol='xsltFunctionAvailableFunction' type='function'/>
99      <exports symbol='xsltFormatNumberFunction' type='function'/>
100      <exports symbol='xsltRegisterAllFunctions' type='function'/>
101      <exports symbol='xsltKeyFunction' type='function'/>
102      <exports symbol='xsltUnparsedEntityURIFunction' type='function'/>
103      <exports symbol='xsltDocumentFunction' type='function'/>
104      <exports symbol='xsltSystemPropertyFunction' type='function'/>
105      <exports symbol='xsltElementAvailableFunction' type='function'/>
106      <exports symbol='xsltGenerateIdFunction' type='function'/>
107     </file>
108     <file name='imports'>
109      <summary>interface for the XSLT import support</summary>
110      <description>macros and fuctions needed to implement and access the import tree </description>
111      <author>Daniel Veillard </author>
112      <exports symbol='XSLT_GET_IMPORT_PTR' type='macro'/>
113      <exports symbol='XSLT_GET_IMPORT_INT' type='macro'/>
114      <exports symbol='xsltFindTemplate' type='function'/>
115      <exports symbol='xsltNextImport' type='function'/>
116      <exports symbol='xsltParseStylesheetInclude' type='function'/>
117      <exports symbol='xsltNeedElemSpaceHandling' type='function'/>
118      <exports symbol='xsltFindElemSpaceHandling' type='function'/>
119      <exports symbol='xsltParseStylesheetImport' type='function'/>
120     </file>
121     <file name='keys'>
122      <summary>interface for the key matching used in key() and template matches.</summary>
123      <description>implementation of the key mechanims. </description>
124      <author>Daniel Veillard </author>
125      <exports symbol='NODE_IS_KEYED' type='macro'/>
126      <exports symbol='xsltInitCtxtKeys' type='function'/>
127      <exports symbol='xsltFreeKeys' type='function'/>
128      <exports symbol='xsltGetKey' type='function'/>
129      <exports symbol='xsltFreeDocumentKeys' type='function'/>
130      <exports symbol='xsltAddKey' type='function'/>
131     </file>
132     <file name='namespaces'>
133      <summary>interface for the XSLT namespace handling</summary>
134      <description>set of function easing the processing and generation of namespace nodes in XSLT. </description>
135      <author>Daniel Veillard </author>
136      <exports symbol='UNDEFINED_DEFAULT_NS' type='macro'/>
137      <exports symbol='xsltFreeNamespaceAliasHashes' type='function'/>
138      <exports symbol='xsltCopyNamespace' type='function'/>
139      <exports symbol='xsltCopyNamespaceList' type='function'/>
140      <exports symbol='xsltGetNamespace' type='function'/>
141      <exports symbol='xsltGetPlainNamespace' type='function'/>
142      <exports symbol='xsltGetSpecialNamespace' type='function'/>
143      <exports symbol='xsltNamespaceAlias' type='function'/>
144     </file>
145     <file name='numbersInternals'>
146      <summary>Implementation of the XSLT number functions</summary>
147      <description>Implementation of the XSLT number functions </description>
148      <author>Bjorn Reese &lt;breese@users.sourceforge.net&gt; and Daniel Veillard </author>
149      <exports symbol='xsltFormatNumberInfo' type='typedef'/>
150      <exports symbol='xsltNumberData' type='typedef'/>
151      <exports symbol='xsltNumberDataPtr' type='typedef'/>
152      <exports symbol='xsltFormatNumberInfoPtr' type='typedef'/>
153      <exports symbol='_xsltNumberData' type='struct'/>
154      <exports symbol='_xsltFormatNumberInfo' type='struct'/>
155     </file>
156     <file name='pattern'>
157      <summary>interface for the pattern matching used in template matches.</summary>
158      <description>the implementation of the lookup of the right template for a given node must be really fast in order to keep decent performances. </description>
159      <author>Daniel Veillard </author>
160      <exports symbol='xsltCompMatch' type='typedef'/>
161      <exports symbol='xsltCompMatchPtr' type='typedef'/>
162      <exports symbol='xsltNormalizeCompSteps' type='function'/>
163      <exports symbol='xsltAddTemplate' type='function'/>
164      <exports symbol='xsltCompilePattern' type='function'/>
165      <exports symbol='xsltMatchPattern' type='function'/>
166      <exports symbol='xsltGetTemplate' type='function'/>
167      <exports symbol='xsltTestCompMatchList' type='function'/>
168      <exports symbol='xsltFreeCompMatchList' type='function'/>
169      <exports symbol='xsltFreeTemplateHashes' type='function'/>
170      <exports symbol='xsltCleanupTemplates' type='function'/>
171     </file>
172     <file name='preproc'>
173      <summary>precomputing stylesheets</summary>
174      <description>this is the compilation phase, where most of the stylesheet is &quot;compiled&quot; into faster to use data. </description>
175      <author>Daniel Veillard </author>
176      <exports symbol='xsltExtMarker' type='variable'/>
177      <exports symbol='xsltFreeStylePreComps' type='function'/>
178      <exports symbol='xsltDocumentComp' type='function'/>
179      <exports symbol='xsltStylePreCompute' type='function'/>
180     </file>
181     <file name='security'>
182      <summary>interface for the libxslt security framework</summary>
183      <description>the libxslt security framework allow to restrict the access to new resources (file or URL) from the stylesheet at runtime. </description>
184      <author>Daniel Veillard </author>
185      <exports symbol='XSLT_SECPREF_CREATE_DIRECTORY' type='enum'/>
186      <exports symbol='XSLT_SECPREF_WRITE_FILE' type='enum'/>
187      <exports symbol='XSLT_SECPREF_READ_NETWORK' type='enum'/>
188      <exports symbol='XSLT_SECPREF_READ_FILE' type='enum'/>
189      <exports symbol='XSLT_SECPREF_WRITE_NETWORK' type='enum'/>
190      <exports symbol='xsltSecurityPrefs' type='typedef'/>
191      <exports symbol='xsltSecurityPrefsPtr' type='typedef'/>
192      <exports symbol='xsltSecurityOption' type='typedef'/>
193      <exports symbol='xsltNewSecurityPrefs' type='function'/>
194      <exports symbol='xsltSecurityCheck' type='function'/>
195      <exports symbol='xsltSetSecurityPrefs' type='function'/>
196      <exports symbol='xsltGetDefaultSecurityPrefs' type='function'/>
197      <exports symbol='xsltFreeSecurityPrefs' type='function'/>
198      <exports symbol='xsltSetDefaultSecurityPrefs' type='function'/>
199      <exports symbol='xsltSetCtxtSecurityPrefs' type='function'/>
200      <exports symbol='xsltGetSecurityPrefs' type='function'/>
201      <exports symbol='xsltSecurityAllow' type='function'/>
202      <exports symbol='xsltCheckWrite' type='function'/>
203      <exports symbol='xsltCheckRead' type='function'/>
204      <exports symbol='xsltSecurityForbid' type='function'/>
205     </file>
206     <file name='templates'>
207      <summary>interface for the template processing</summary>
208      <description>This set of routine encapsulates XPath calls and Attribute Value Templates evaluation. </description>
209      <author>Daniel Veillard </author>
210      <exports symbol='xsltEvalStaticAttrValueTemplate' type='function'/>
211      <exports symbol='xsltAttrListTemplateProcess' type='function'/>
212      <exports symbol='xsltEvalTemplateString' type='function'/>
213      <exports symbol='xsltAttrTemplateValueProcess' type='function'/>
214      <exports symbol='xsltAttrTemplateProcess' type='function'/>
215      <exports symbol='xsltEvalAttrValueTemplate' type='function'/>
216      <exports symbol='xsltEvalXPathPredicate' type='function'/>
217      <exports symbol='xsltAttrTemplateValueProcessNode' type='function'/>
218      <exports symbol='xsltTemplateProcess' type='function'/>
219      <exports symbol='xsltEvalXPathStringNs' type='function'/>
220      <exports symbol='xsltEvalXPathString' type='function'/>
221     </file>
222     <file name='transform'>
223      <summary>the XSLT engine transformation part.</summary>
224      <description>This module implements the bulk of the actual</description>
225      <author>Daniel Veillard </author>
226      <exports symbol='xsltValueOf' type='function'/>
227      <exports symbol='xsltRegisterAllElement' type='function'/>
228      <exports symbol='xsltSort' type='function'/>
229      <exports symbol='xsltSetXIncludeDefault' type='function'/>
230      <exports symbol='xsltCopyOf' type='function'/>
231      <exports symbol='xsltApplyTemplates' type='function'/>
232      <exports symbol='xsltIf' type='function'/>
233      <exports symbol='xsltCallTemplate' type='function'/>
234      <exports symbol='xsltApplyStylesheet' type='function'/>
235      <exports symbol='xsltApplyStripSpaces' type='function'/>
236      <exports symbol='xsltLocalVariablePush' type='function'/>
237      <exports symbol='xsltFreeTransformContext' type='function'/>
238      <exports symbol='xsltRunStylesheet' type='function'/>
239      <exports symbol='xsltChoose' type='function'/>
240      <exports symbol='xsltCopyTextString' type='function'/>
241      <exports symbol='xsltText' type='function'/>
242      <exports symbol='xsltLocalVariablePop' type='function'/>
243      <exports symbol='xsltNumber' type='function'/>
244      <exports symbol='xsltRunStylesheetUser' type='function'/>
245      <exports symbol='xsltNewTransformContext' type='function'/>
246      <exports symbol='xsltGetXIncludeDefault' type='function'/>
247      <exports symbol='xsltApplyOneTemplate' type='function'/>
248      <exports symbol='xslHandleDebugger' type='function'/>
249      <exports symbol='xsltCopy' type='function'/>
250      <exports symbol='xsltDocumentElem' type='function'/>
251      <exports symbol='xsltAttribute' type='function'/>
252      <exports symbol='xsltApplyImports' type='function'/>
253      <exports symbol='xsltElement' type='function'/>
254      <exports symbol='xsltProfileStylesheet' type='function'/>
255      <exports symbol='xsltForEach' type='function'/>
256      <exports symbol='xsltApplyStylesheetUser' type='function'/>
257      <exports symbol='xsltProcessingInstruction' type='function'/>
258      <exports symbol='xsltComment' type='function'/>
259     </file>
260     <file name='variables'>
261      <summary>interface for the variable matching and lookup.</summary>
262      <description>interface for the variable matching and lookup. </description>
263      <author>Daniel Veillard </author>
264      <exports symbol='XSLT_REGISTER_VARIABLE_LOOKUP' type='macro'/>
265      <exports symbol='xsltFreeGlobalVariables' type='function'/>
266      <exports symbol='xsltQuoteUserParams' type='function'/>
267      <exports symbol='xsltXPathVariableLookup' type='function'/>
268      <exports symbol='xsltEvalUserParams' type='function'/>
269      <exports symbol='xsltParseStylesheetCallerParam' type='function'/>
270      <exports symbol='xsltAddStackElemList' type='function'/>
271      <exports symbol='xsltParseGlobalVariable' type='function'/>
272      <exports symbol='xsltQuoteOneUserParam' type='function'/>
273      <exports symbol='xsltParseGlobalParam' type='function'/>
274      <exports symbol='xsltParseStylesheetVariable' type='function'/>
275      <exports symbol='xsltEvalGlobalVariables' type='function'/>
276      <exports symbol='xsltEvalOneUserParam' type='function'/>
277      <exports symbol='xsltParseStylesheetParam' type='function'/>
278      <exports symbol='xsltVariableLookup' type='function'/>
279     </file>
280     <file name='xslt'>
281      <summary>Interfaces, constants and types related to the XSLT engine</summary>
282      <description>Interfaces, constants and types related to the XSLT engine </description>
283      <author>Daniel Veillard </author>
284      <exports symbol='XSLT_DEFAULT_VERSION' type='macro'/>
285      <exports symbol='XSLT_DEFAULT_VENDOR' type='macro'/>
286      <exports symbol='XSLT_PARSE_OPTIONS' type='macro'/>
287      <exports symbol='XSLT_DEFAULT_URL' type='macro'/>
288      <exports symbol='XSLT_NAMESPACE' type='macro'/>
289      <exports symbol='xsltLibxmlVersion' type='variable'/>
290      <exports symbol='xsltEngineVersion' type='variable'/>
291      <exports symbol='xsltLibxsltVersion' type='variable'/>
292      <exports symbol='xsltMaxDepth' type='variable'/>
293      <exports symbol='xsltCleanupGlobals' type='function'/>
294      <exports symbol='xsltInit' type='function'/>
295     </file>
296     <file name='xsltInternals'>
297      <summary>internal data structures, constants and functions</summary>
298      <description>Internal data structures, constants and functions used by the XSLT engine. They are not part of the API or ABI, i.e. they can change without prior notice, use carefully. </description>
299      <author>Daniel Veillard </author>
300      <exports symbol='CHECK_STOPPED0' type='macro'/>
301      <exports symbol='XSLT_PAT_NO_PRIORITY' type='macro'/>
302      <exports symbol='XSLT_ITEM_NSINSCOPE_FIELDS' type='macro'/>
303      <exports symbol='XSLT_IS_TEXT_NODE' type='macro'/>
304      <exports symbol='IS_XSLT_ELEM_FAST' type='macro'/>
305      <exports symbol='XSLT_REFACTORED_VARS' type='macro'/>
306      <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/>
307      <exports symbol='XSLT_ITEM_COMPATIBILITY_FIELDS' type='macro'/>
308      <exports symbol='IS_XSLT_ATTR_FAST' type='macro'/>
309      <exports symbol='XSLT_HAS_INTERNAL_NSMAP' type='macro'/>
310      <exports symbol='XSLT_FAST_IF' type='macro'/>
311      <exports symbol='XSLT_MARK_RES_TREE_FRAG' type='macro'/>
312      <exports symbol='XSLT_GET_INTERNAL_NSMAP' type='macro'/>
313      <exports symbol='XSLT_REFACTORED_KEYCOMP' type='macro'/>
314      <exports symbol='XSLT_REFACTORED_XPATHCOMP' type='macro'/>
315      <exports symbol='XSLT_ITEM_NAVIGATION_FIELDS' type='macro'/>
316      <exports symbol='XSLT_MAX_SORT' type='macro'/>
317      <exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/>
318      <exports symbol='XSLT_IS_RES_TREE_FRAG' type='macro'/>
319      <exports symbol='XML_CAST_FPTR' type='macro'/>
320      <exports symbol='XSLT_ITEM_COMMON_FIELDS' type='macro'/>
321      <exports symbol='CHECK_STOPPED' type='macro'/>
322      <exports symbol='XSLT_RUNTIME_EXTRA_FREE' type='macro'/>
323      <exports symbol='XSLT_CCTXT' type='macro'/>
324      <exports symbol='CHECK_STOPPEDE' type='macro'/>
325      <exports symbol='XSLT_ERROR_SEVERITY_ERROR' type='enum'/>
326      <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/>
327      <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/>
328      <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/>
329      <exports symbol='XSLT_OUTPUT_XML' type='enum'/>
330      <exports symbol='XSLT_STATE_ERROR' type='enum'/>
331      <exports symbol='XSLT_OUTPUT_HTML' type='enum'/>
332      <exports symbol='XSLT_FUNC_LITERAL_RESULT_ELEMENT' type='enum'/>
333      <exports symbol='XSLT_STATE_OK' type='enum'/>
334      <exports symbol='XSLT_FUNC_FOREACH' type='enum'/>
335      <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/>
336      <exports symbol='XSLT_FUNC_SORT' type='enum'/>
337      <exports symbol='XSLT_STATE_STOPPED' type='enum'/>
338      <exports symbol='XSLT_ERROR_SEVERITY_WARNING' type='enum'/>
339      <exports symbol='XSLT_FUNC_ATTRSET' type='enum'/>
340      <exports symbol='XSLT_FUNC_NUMBER' type='enum'/>
341      <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/>
342      <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/>
343      <exports symbol='XSLT_FUNC_INCLUDE' type='enum'/>
344      <exports symbol='XSLT_FUNC_WHEN' type='enum'/>
345      <exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/>
346      <exports symbol='XSLT_FUNC_COPY' type='enum'/>
347      <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/>
348      <exports symbol='XSLT_FUNC_OTHERWISE' type='enum'/>
349      <exports symbol='XSLT_FUNC_COPYOF' type='enum'/>
350      <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/>
351      <exports symbol='XSLT_FUNC_PARAM' type='enum'/>
352      <exports symbol='XSLT_FUNC_COMMENT' type='enum'/>
353      <exports symbol='XSLT_FUNC_MESSAGE' type='enum'/>
354      <exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/>
355      <exports symbol='XSLT_FUNC_IF' type='enum'/>
356      <exports symbol='XSLT_FUNC_PI' type='enum'/>
357      <exports symbol='XSLT_FUNC_UNKOWN_FORWARDS_COMPAT' type='enum'/>
358      <exports symbol='XSLT_FUNC_TEXT' type='enum'/>
359      <exports symbol='XSLT_FUNC_VARIABLE' type='enum'/>
360      <exports symbol='XSLT_FUNC_FALLBACK' type='enum'/>
361      <exports symbol='XSLT_FUNC_CALLTEMPLATE' type='enum'/>
362      <exports symbol='xsltElemPreComp' type='typedef'/>
363      <exports symbol='xsltStyleItemPIPtr' type='typedef'/>
364      <exports symbol='xsltDocument' type='typedef'/>
365      <exports symbol='xsltStyleItemDocument' type='typedef'/>
366      <exports symbol='xsltStyleItemMessagePtr' type='typedef'/>
367      <exports symbol='xsltStyleItemNumberPtr' type='typedef'/>
368      <exports symbol='xsltStyleBasicItemVariablePtr' type='typedef'/>
369      <exports symbol='xsltStyleItemForEachPtr' type='typedef'/>
370      <exports symbol='xsltTransformState' type='typedef'/>
371      <exports symbol='xsltCompilerNodeInfoPtr' type='typedef'/>
372      <exports symbol='xsltStyleItemLRElementInfoPtr' type='typedef'/>
373      <exports symbol='xsltRuntimeExtraPtr' type='typedef'/>
374      <exports symbol='xsltStyleItemLRElementInfo' type='typedef'/>
375      <exports symbol='xsltStyleItemWithParamPtr' type='typedef'/>
376      <exports symbol='xsltStyleItemCommentPtr' type='typedef'/>
377      <exports symbol='xsltStyleItemMessage' type='typedef'/>
378      <exports symbol='xsltStyleItemParamPtr' type='typedef'/>
379      <exports symbol='xsltStyleItemCopyOf' type='typedef'/>
380      <exports symbol='xsltStyleItemCallTemplatePtr' type='typedef'/>
381      <exports symbol='xsltTransformCache' type='typedef'/>
382      <exports symbol='xsltStyleItemCopyOfPtr' type='typedef'/>
383      <exports symbol='xsltNsMap' type='typedef'/>
384      <exports symbol='xsltEffectiveNs' type='typedef'/>
385      <exports symbol='xsltStyleItemApplyImportsPtr' type='typedef'/>
386      <exports symbol='xsltStylesheet' type='typedef'/>
387      <exports symbol='xsltStylePreCompPtr' type='typedef'/>
388      <exports symbol='xsltNsMapPtr' type='typedef'/>
389      <exports symbol='xsltDecimalFormatPtr' type='typedef'/>
390      <exports symbol='xsltStyleItemIncludePtr' type='typedef'/>
391      <exports symbol='xsltKeyTablePtr' type='typedef'/>
392      <exports symbol='xsltStyleItemTextPtr' type='typedef'/>
393      <exports symbol='xsltCompilerNodeInfo' type='typedef'/>
394      <exports symbol='xsltStylesheetPtr' type='typedef'/>
395      <exports symbol='xsltTemplatePtr' type='typedef'/>
396      <exports symbol='xsltStyleBasicEmptyItem' type='typedef'/>
397      <exports symbol='xsltStackElem' type='typedef'/>
398      <exports symbol='xsltStyleItemIfPtr' type='typedef'/>
399      <exports symbol='xsltStyleItemWhenPtr' type='typedef'/>
400      <exports symbol='xsltStyleItemElementPtr' type='typedef'/>
401      <exports symbol='xsltStyleItemOtherwise' type='typedef'/>
402      <exports symbol='xsltStyleItemCopy' type='typedef'/>
403      <exports symbol='xsltKeyDefPtr' type='typedef'/>
404      <exports symbol='xsltVarInfoPtr' type='typedef'/>
405      <exports symbol='xsltStyleItemSort' type='typedef'/>
406      <exports symbol='xsltTransformCachePtr' type='typedef'/>
407      <exports symbol='xsltStyleItemExtElementPtr' type='typedef'/>
408      <exports symbol='xsltNsAliasPtr' type='typedef'/>
409      <exports symbol='xsltStyleItemValueOfPtr' type='typedef'/>
410      <exports symbol='xsltDocumentPtr' type='typedef'/>
411      <exports symbol='xsltPointerListPtr' type='typedef'/>
412      <exports symbol='xsltTemplate' type='typedef'/>
413      <exports symbol='xsltStyleBasicExpressionItemPtr' type='typedef'/>
414      <exports symbol='xsltRuntimeExtra' type='typedef'/>
415      <exports symbol='xsltStyleItemAttributePtr' type='typedef'/>
416      <exports symbol='xsltTransformContext' type='typedef'/>
417      <exports symbol='xsltPointerList' type='typedef'/>
418      <exports symbol='xsltStyleItemUknown' type='typedef'/>
419      <exports symbol='xsltErrorSeverityType' type='typedef'/>
420      <exports symbol='xsltElemPreCompPtr' type='typedef'/>
421      <exports symbol='xsltStyleItemFallback' type='typedef'/>
422      <exports symbol='xsltStyleItemOtherwisePtr' type='typedef'/>
423      <exports symbol='xsltStyleItemWhen' type='typedef'/>
424      <exports symbol='xsltStyleItemIf' type='typedef'/>
425      <exports symbol='xsltTransformContextPtr' type='typedef'/>
426      <exports symbol='xsltNsList' type='typedef'/>
427      <exports symbol='xsltStyleItemForEach' type='typedef'/>
428      <exports symbol='xsltStyleItemExtElement' type='typedef'/>
429      <exports symbol='xsltNsListContainerPtr' type='typedef'/>
430      <exports symbol='xsltStyleBasicExpressionItem' type='typedef'/>
431      <exports symbol='xsltStyleItemWithParam' type='typedef'/>
432      <exports symbol='xsltStyleItemElement' type='typedef'/>
433      <exports symbol='xsltCompilerCtxt' type='typedef'/>
434      <exports symbol='xsltStyleItemComment' type='typedef'/>
435      <exports symbol='xsltEffectiveNsPtr' type='typedef'/>
436      <exports symbol='xsltStyleItemVariable' type='typedef'/>
437      <exports symbol='xsltStyleItemVariablePtr' type='typedef'/>
438      <exports symbol='xsltStyleItemParam' type='typedef'/>
439      <exports symbol='xsltNsListContainer' type='typedef'/>
440      <exports symbol='xsltStackElemPtr' type='typedef'/>
441      <exports symbol='xsltStyleBasicEmptyItemPtr' type='typedef'/>
442      <exports symbol='xsltStyleItemText' type='typedef'/>
443      <exports symbol='xsltStyleItemCopyPtr' type='typedef'/>
444      <exports symbol='xsltStyleItemSortPtr' type='typedef'/>
445      <exports symbol='xsltPrincipalStylesheetData' type='typedef'/>
446      <exports symbol='xsltOutputType' type='typedef'/>
447      <exports symbol='xsltPrincipalStylesheetDataPtr' type='typedef'/>
448      <exports symbol='xsltStyleBasicItemVariable' type='typedef'/>
449      <exports symbol='xsltStyleItemChoosePtr' type='typedef'/>
450      <exports symbol='xsltNsAlias' type='typedef'/>
451      <exports symbol='xsltVarInfo' type='typedef'/>
452      <exports symbol='xsltStyleItemApplyImports' type='typedef'/>
453      <exports symbol='xsltKeyTable' type='typedef'/>
454      <exports symbol='xsltStylePreComp' type='typedef'/>
455      <exports symbol='xsltNsListPtr' type='typedef'/>
456      <exports symbol='xsltKeyDef' type='typedef'/>
457      <exports symbol='xsltDecimalFormat' type='typedef'/>
458      <exports symbol='xsltStyleItemApplyTemplatesPtr' type='typedef'/>
459      <exports symbol='xsltStyleItemUknownPtr' type='typedef'/>
460      <exports symbol='xsltStyleItemValueOf' type='typedef'/>
461      <exports symbol='xsltCompilerCtxtPtr' type='typedef'/>
462      <exports symbol='xsltStyleItemAttribute' type='typedef'/>
463      <exports symbol='xsltStyleItemDocumentPtr' type='typedef'/>
464      <exports symbol='xsltStyleItemCallTemplate' type='typedef'/>
465      <exports symbol='xsltStyleItemFallbackPtr' type='typedef'/>
466      <exports symbol='xsltStyleItemNumber' type='typedef'/>
467      <exports symbol='xsltStyleItemApplyTemplates' type='typedef'/>
468      <exports symbol='xsltStyleItemChoose' type='typedef'/>
469      <exports symbol='xsltStyleType' type='typedef'/>
470      <exports symbol='xsltStyleItemPI' type='typedef'/>
471      <exports symbol='xsltStyleItemInclude' type='typedef'/>
472      <exports symbol='_xsltPointerList' type='struct'/>
473      <exports symbol='_xsltStyleItemSort' type='struct'/>
474      <exports symbol='_xsltNsAlias' type='struct'/>
475      <exports symbol='_xsltTemplate' type='struct'/>
476      <exports symbol='_xsltStyleItemWhen' type='struct'/>
477      <exports symbol='_xsltVarInfo' type='struct'/>
478      <exports symbol='_xsltNsList' type='struct'/>
479      <exports symbol='_xsltStyleItemInclude' type='struct'/>
480      <exports symbol='_xsltEffectiveNs' type='struct'/>
481      <exports symbol='_xsltDecimalFormat' type='struct'/>
482      <exports symbol='_xsltStyleItemAttribute' type='struct'/>
483      <exports symbol='_xsltStyleItemValueOf' type='struct'/>
484      <exports symbol='_xsltStyleItemDocument' type='struct'/>
485      <exports symbol='_xsltStyleItemMessage' type='struct'/>
486      <exports symbol='_xsltStyleItemCopy' type='struct'/>
487      <exports symbol='_xsltStyleItemText' type='struct'/>
488      <exports symbol='_xsltStyleBasicExpressionItem' type='struct'/>
489      <exports symbol='_xsltStylesheet' type='struct'/>
490      <exports symbol='_xsltNsListContainer' type='struct'/>
491      <exports symbol='_xsltStyleItemCallTemplate' type='struct'/>
492      <exports symbol='_xsltStyleItemApplyTemplates' type='struct'/>
493      <exports symbol='_xsltElemPreComp' type='struct'/>
494      <exports symbol='_xsltCompilerCtxt' type='struct'/>
495      <exports symbol='_xsltKeyTable' type='struct'/>
496      <exports symbol='_xsltStyleItemUknown' type='struct'/>
497      <exports symbol='_xsltStyleItemNumber' type='struct'/>
498      <exports symbol='_xsltStylePreComp' type='struct'/>
499      <exports symbol='_xsltTransformCache' type='struct'/>
500      <exports symbol='_xsltCompilerNodeInfo' type='struct'/>
501      <exports symbol='_xsltNsMap' type='struct'/>
502      <exports symbol='_xsltStyleItemElement' type='struct'/>
503      <exports symbol='_xsltStyleItemPI' type='struct'/>
504      <exports symbol='_xsltStyleItemExtElement' type='struct'/>
505      <exports symbol='_xsltStyleItemParam' type='struct'/>
506      <exports symbol='_xsltStackElem' type='struct'/>
507      <exports symbol='_xsltTransformContext' type='struct'/>
508      <exports symbol='_xsltStyleItemIf' type='struct'/>
509      <exports symbol='_xsltStyleBasicItemVariable' type='struct'/>
510      <exports symbol='_xsltRuntimeExtra' type='struct'/>
511      <exports symbol='_xsltKeyDef' type='struct'/>
512      <exports symbol='_xsltPrincipalStylesheetData' type='struct'/>
513      <exports symbol='_xsltStyleItemLRElementInfo' type='struct'/>
514      <exports symbol='_xsltStyleItemOtherwise' type='struct'/>
515      <exports symbol='_xsltDocument' type='struct'/>
516      <exports symbol='_xsltStyleBasicEmptyItem' type='struct'/>
517      <exports symbol='xsltXSLTAttrMarker' type='variable'/>
518      <exports symbol='xsltConstNamespaceNameXSLT' type='variable'/>
519      <exports symbol='xsltElemPreCompDeallocator' type='function'/>
520      <exports symbol='xsltRegisterPersistRVT' type='function'/>
521      <exports symbol='xsltParseStylesheetImportedDoc' type='function'/>
522      <exports symbol='xsltFreeStackElemList' type='function'/>
523      <exports symbol='xsltTransStorageAdd' type='function'/>
524      <exports symbol='xsltAllocateExtra' type='function'/>
525      <exports symbol='xsltParseSequenceConstructor' type='function'/>
526      <exports symbol='xsltRegisterTmpRVT' type='function'/>
527      <exports symbol='xsltInitAllDocKeys' type='function'/>
528      <exports symbol='xsltExtensionInstructionResultFinalize' type='function'/>
529      <exports symbol='xsltPointerListFree' type='function'/>
530      <exports symbol='xsltIsBlank' type='function'/>
531      <exports symbol='xsltFormatNumberConversion' type='function'/>
532      <exports symbol='xsltPointerListAddSize' type='function'/>
533      <exports symbol='xsltSortFunc' type='function'/>
534      <exports symbol='xsltUninit' type='function'/>
535      <exports symbol='xsltFreeStylesheet' type='function'/>
536      <exports symbol='xsltCreateRVT' type='function'/>
537      <exports symbol='xsltParseStylesheetFile' type='function'/>
538      <exports symbol='xsltParseStylesheetOutput' type='function'/>
539      <exports symbol='xsltParseAnyXSLTElem' type='function'/>
540      <exports symbol='xsltCompileAttr' type='function'/>
541      <exports symbol='xsltRestoreDocumentNamespaces' type='function'/>
542      <exports symbol='xsltNumberFormat' type='function'/>
543      <exports symbol='xsltReleaseRVT' type='function'/>
544      <exports symbol='xsltFreeRVTs' type='function'/>
545      <exports symbol='xsltExtensionInstructionResultRegister' type='function'/>
546      <exports symbol='xsltPointerListCreate' type='function'/>
547      <exports symbol='xsltTransStorageRemove' type='function'/>
548      <exports symbol='xsltFreeAVTList' type='function'/>
549      <exports symbol='xsltAllocateExtraCtxt' type='function'/>
550      <exports symbol='xsltParseTemplateContent' type='function'/>
551      <exports symbol='xsltNewStylesheet' type='function'/>
552      <exports symbol='xsltParseStylesheetProcess' type='function'/>
553      <exports symbol='xsltDecimalFormatGetByName' type='function'/>
554      <exports symbol='xsltTransformFunction' type='function'/>
555      <exports symbol='xsltRegisterLocalRVT' type='function'/>
556      <exports symbol='xsltParseStylesheetDoc' type='function'/>
557      <exports symbol='xsltInitCtxtKey' type='function'/>
558      <exports symbol='xsltEvalAVT' type='function'/>
559      <exports symbol='xsltPointerListClear' type='function'/>
560      <exports symbol='xsltLoadStylesheetPI' type='function'/>
561     </file>
562     <file name='xsltexports'>
563      <summary>macros for marking symbols as exportable/importable.</summary>
564      <description>macros for marking symbols as exportable/importable. </description>
565      <author>Igor Zlatkovic &lt;igor@zlatkovic.com&gt; </author>
566      <exports symbol='LIBXSLT_PUBLIC' type='macro'/>
567      <exports symbol='XSLTPUBFUN' type='macro'/>
568      <exports symbol='XSLTPUBVAR' type='macro'/>
569      <exports symbol='_REENTRANT' type='macro'/>
570      <exports symbol='XSLTCALL' type='macro'/>
571     </file>
572     <file name='xsltlocale'>
573      <summary>Locale handling</summary>
574      <description>Interfaces for locale handling. Needed for language dependent sorting. </description>
575      <author>Nick Wellnhofer </author>
576      <exports symbol='XSLT_LOCALE_NONE' type='macro'/>
577      <exports symbol='xsltLocale' type='typedef'/>
578      <exports symbol='xsltLocaleChar' type='typedef'/>
579      <exports symbol='xsltNewLocale' type='function'/>
580      <exports symbol='xsltLocaleStrcmp' type='function'/>
581      <exports symbol='xsltFreeLocale' type='function'/>
582      <exports symbol='xsltStrxfrm' type='function'/>
583     </file>
584     <file name='xsltutils'>
585      <summary>set of utilities for the XSLT engine</summary>
586      <description>interfaces for the utilities module of the XSLT engine. things like message handling, profiling, and other generally useful routines. </description>
587      <author>Daniel Veillard </author>
588      <exports symbol='IS_XSLT_REAL_NODE' type='macro'/>
589      <exports symbol='IS_XSLT_ELEM' type='macro'/>
590      <exports symbol='IS_XSLT_NAME' type='macro'/>
591      <exports symbol='XSLT_TODO' type='macro'/>
592      <exports symbol='XSLT_STRANGE' type='macro'/>
593      <exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/>
594      <exports symbol='XSLT_TRACE' type='macro'/>
595      <exports symbol='XSLT_TRACE_KEYS' type='enum'/>
596      <exports symbol='XSLT_DEBUG_NEXT' type='enum'/>
597      <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/>
598      <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/>
599      <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/>
600      <exports symbol='XSLT_DEBUG_RUN' type='enum'/>
601      <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/>
602      <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/>
603      <exports symbol='XSLT_DEBUG_INIT' type='enum'/>
604      <exports symbol='XSLT_DEBUG_RUN_RESTART' type='enum'/>
605      <exports symbol='XSLT_TRACE_ALL' type='enum'/>
606      <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/>
607      <exports symbol='XSLT_TRACE_IF' type='enum'/>
608      <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/>
609      <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/>
610      <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/>
611      <exports symbol='XSLT_DEBUG_CONT' type='enum'/>
612      <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/>
613      <exports symbol='XSLT_DEBUG_STEP' type='enum'/>
614      <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/>
615      <exports symbol='XSLT_DEBUG_STOP' type='enum'/>
616      <exports symbol='XSLT_TRACE_COPY' type='enum'/>
617      <exports symbol='XSLT_TRACE_NONE' type='enum'/>
618      <exports symbol='XSLT_DEBUG_NONE' type='enum'/>
619      <exports symbol='XSLT_TRACE_PI' type='enum'/>
620      <exports symbol='XSLT_TRACE_COMMENT' type='enum'/>
621      <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/>
622      <exports symbol='XSLT_DEBUG_QUIT' type='enum'/>
623      <exports symbol='XSLT_TRACE_TEMPLATES' type='enum'/>
624      <exports symbol='xsltDebugTraceCodes' type='typedef'/>
625      <exports symbol='xsltDebugStatusCodes' type='typedef'/>
626      <exports symbol='xsltGenericError' type='variable'/>
627      <exports symbol='xsltGenericDebug' type='variable'/>
628      <exports symbol='xsltGenericErrorContext' type='variable'/>
629      <exports symbol='xslDebugStatus' type='variable'/>
630      <exports symbol='xsltGenericDebugContext' type='variable'/>
631      <exports symbol='xsltSaveResultToFile' type='function'/>
632      <exports symbol='xsltSetGenericErrorFunc' type='function'/>
633      <exports symbol='xsltSetDebuggerCallbacks' type='function'/>
634      <exports symbol='xsltSaveResultTo' type='function'/>
635      <exports symbol='xsltTransformError' type='function'/>
636      <exports symbol='xslAddCall' type='function'/>
637      <exports symbol='xsltDocumentSortFunction' type='function'/>
638      <exports symbol='xsltGetQNameURI2' type='function'/>
639      <exports symbol='xsltComputeSortResult' type='function'/>
640      <exports symbol='xsltPrintErrorContext' type='function'/>
641      <exports symbol='xsltGetUTF8Char' type='function'/>
642      <exports symbol='xsltDefaultSortFunction' type='function'/>
643      <exports symbol='xsltSaveResultToFd' type='function'/>
644      <exports symbol='xsltSetCtxtSortFunc' type='function'/>
645      <exports symbol='xsltGetNsProp' type='function'/>
646      <exports symbol='xsltGetCNsProp' type='function'/>
647      <exports symbol='xsltGetQNameURI' type='function'/>
648      <exports symbol='xsltAddCallCallback' type='function'/>
649      <exports symbol='xsltCalibrateAdjust' type='function'/>
650      <exports symbol='xsltSaveProfiling' type='function'/>
651      <exports symbol='xsltSaveResultToString' type='function'/>
652      <exports symbol='xsltSplitQName' type='function'/>
653      <exports symbol='xsltDoSortFunction' type='function'/>
654      <exports symbol='xsltDebugGetDefaultTrace' type='function'/>
655      <exports symbol='xsltMessage' type='function'/>
656      <exports symbol='xsltGetDebuggerStatus' type='function'/>
657      <exports symbol='xsltTimestamp' type='function'/>
658      <exports symbol='xsltSetTransformErrorFunc' type='function'/>
659      <exports symbol='xsltXPathCompile' type='function'/>
660      <exports symbol='xsltDebugSetDefaultTrace' type='function'/>
661      <exports symbol='xsltSetGenericDebugFunc' type='function'/>
662      <exports symbol='xsltSetCtxtParseOptions' type='function'/>
663      <exports symbol='xsltSetDebuggerStatus' type='function'/>
664      <exports symbol='xslDropCall' type='function'/>
665      <exports symbol='xsltSetSortFunc' type='function'/>
666      <exports symbol='xsltHandleDebuggerCallback' type='function'/>
667      <exports symbol='xsltSaveResultToFilename' type='function'/>
668      <exports symbol='xsltDropCallCallback' type='function'/>
669      <exports symbol='xsltGetProfileInformation' type='function'/>
670     </file>
671   </files>
672   <symbols>
673     <macro name='CHECK_STOPPED' file='xsltInternals'>
674       <info>Macro to check if the XSLT processing should be stopped. Will return from the function.</info>
675     </macro>
676     <macro name='CHECK_STOPPED0' file='xsltInternals'>
677       <info>Macro to check if the XSLT processing should be stopped. Will return from the function with a 0 value.</info>
678     </macro>
679     <macro name='CHECK_STOPPEDE' file='xsltInternals'>
680       <info>Macro to check if the XSLT processing should be stopped. Will goto the error: label.</info>
681     </macro>
682     <macro name='IS_XSLT_ATTR_FAST' file='xsltInternals'>
683       <info>quick check for xslt namespace attribute</info>
684     </macro>
685     <macro name='IS_XSLT_ELEM' file='xsltutils'>
686       <info>Checks that the element pertains to XSLT namespace.</info>
687     </macro>
688     <macro name='IS_XSLT_ELEM_FAST' file='xsltInternals'>
689       <info>quick check whether this is an xslt element</info>
690     </macro>
691     <macro name='IS_XSLT_NAME' file='xsltutils'>
692       <info>Checks the value of an element in XSLT namespace.</info>
693     </macro>
694     <macro name='IS_XSLT_REAL_NODE' file='xsltutils'>
695       <info>Check that a node is a &apos;real&apos; one: document, element, text or attribute.</info>
696     </macro>
697     <macro name='LIBXSLT_PUBLIC' file='xsltexports'>
698     </macro>
699     <macro name='NODE_IS_KEYED' file='keys'>
700       <info>check for bit 15 set</info>
701     </macro>
702     <macro name='UNDEFINED_DEFAULT_NS' file='namespaces'>
703       <info>Special value for undefined namespace, internal</info>
704     </macro>
705     <macro name='XML_CAST_FPTR' file='xsltInternals'>
706       <info>Macro to do a casting from an object pointer to a function pointer without encountering a warning from gcc  #define XML_CAST_FPTR(fptr) (*(void **)(&amp;fptr)) This macro violated ISO C aliasing rules (gcc4 on s390 broke) so it is disabled now</info>
707       <arg name='fptr' info='pointer to a function'/>
708     </macro>
709     <macro name='XSLTCALL' file='xsltexports'>
710     </macro>
711     <macro name='XSLTPUBFUN' file='xsltexports'>
712     </macro>
713     <macro name='XSLTPUBVAR' file='xsltexports'>
714     </macro>
715     <macro name='XSLT_CCTXT' file='xsltInternals'>
716       <info>get pointer to compiler context</info>
717     </macro>
718     <macro name='XSLT_DEFAULT_URL' file='xslt'>
719       <info>The XSLT &quot;vendor&quot; URL for this processor.</info>
720     </macro>
721     <macro name='XSLT_DEFAULT_VENDOR' file='xslt'>
722       <info>The XSLT &quot;vendor&quot; string for this processor.</info>
723     </macro>
724     <macro name='XSLT_DEFAULT_VERSION' file='xslt'>
725       <info>The default version of XSLT supported.</info>
726     </macro>
727     <macro name='XSLT_FAST_IF' file='xsltInternals'>
728       <info>Internal define to enable usage of xmlXPathCompiledEvalToBoolean() for XSLT &quot;tests&quot;; e.g. in &lt;xsl:if test=&quot;/foo/bar&quot;&gt;</info>
729     </macro>
730     <macro name='XSLT_GET_IMPORT_INT' file='imports'>
731       <info>A macro to import intergers from the stylesheet cascading order.</info>
732     </macro>
733     <macro name='XSLT_GET_IMPORT_PTR' file='imports'>
734       <info>A macro to import pointers from the stylesheet cascading order.</info>
735     </macro>
736     <macro name='XSLT_GET_INTERNAL_NSMAP' file='xsltInternals'>
737       <info>get pointer to namespace map</info>
738     </macro>
739     <macro name='XSLT_HAS_INTERNAL_NSMAP' file='xsltInternals'>
740       <info>check for namespace mapping</info>
741     </macro>
742     <macro name='XSLT_IS_RES_TREE_FRAG' file='xsltInternals'>
743       <info>internal macro to test tree fragments</info>
744     </macro>
745     <macro name='XSLT_IS_TEXT_NODE' file='xsltInternals'>
746       <info>check if the argument is a text node</info>
747     </macro>
748     <macro name='XSLT_ITEM_COMMON_FIELDS' file='xsltInternals'>
749       <info>Common fields used for all items.</info>
750     </macro>
751     <macro name='XSLT_ITEM_COMPATIBILITY_FIELDS' file='xsltInternals'>
752       <info>Fields for API compatibility to the structure _xsltElemPreComp which is used for extension functions. Note that @next is used for storage; it does not reflect a next sibling in the tree. TODO: Evaluate if we really need such a compatibility.</info>
753     </macro>
754     <macro name='XSLT_ITEM_NAVIGATION_FIELDS' file='xsltInternals'>
755       <info>Currently empty. TODO: It is intended to hold navigational fields in the future.</info>
756     </macro>
757     <macro name='XSLT_ITEM_NSINSCOPE_FIELDS' file='xsltInternals'>
758       <info>The in-scope namespaces.</info>
759     </macro>
760     <macro name='XSLT_LIBXSLT_NAMESPACE' file='extra'>
761       <info>This is the libxslt namespace for specific extensions.</info>
762     </macro>
763     <macro name='XSLT_LOCALE_NONE' file='xsltlocale'>
764       <info>Macro indicating that locale are not supported</info>
765     </macro>
766     <macro name='XSLT_MARK_RES_TREE_FRAG' file='xsltInternals'>
767       <info>internal macro to set up tree fragments</info>
768     </macro>
769     <macro name='XSLT_MAX_SORT' file='xsltInternals'>
770       <info>Max number of specified xsl:sort on an element.</info>
771     </macro>
772     <macro name='XSLT_NAMESPACE' file='xslt'>
773       <info>The XSLT specification namespace.</info>
774     </macro>
775     <macro name='XSLT_NORM_SAXON_NAMESPACE' file='extra'>
776       <info>This is Norm&apos;s namespace for SAXON extensions.</info>
777     </macro>
778     <macro name='XSLT_PARSE_OPTIONS' file='xslt'>
779       <info>The set of options to pass to an xmlReadxxx when loading files for XSLT consumption.</info>
780     </macro>
781     <macro name='XSLT_PAT_NO_PRIORITY' file='xsltInternals'>
782       <info>Specific value for pattern without priority expressed.</info>
783     </macro>
784     <macro name='XSLT_REFACTORED_KEYCOMP' file='xsltInternals'>
785       <info>Internal define to enable on-demand xsl:key computation. That&apos;s the only mode now but the define is kept for compatibility</info>
786     </macro>
787     <macro name='XSLT_REFACTORED_VARS' file='xsltInternals'>
788       <info>Internal define to enable the refactored variable part of libxslt</info>
789     </macro>
790     <macro name='XSLT_REFACTORED_XPATHCOMP' file='xsltInternals'>
791       <info>Internal define to enable the optimization of the compilation of XPath expressions.</info>
792     </macro>
793     <macro name='XSLT_REGISTER_FUNCTION_LOOKUP' file='functions'>
794       <info>Registering macro, not general purpose at all but used in different modules.</info>
795     </macro>
796     <macro name='XSLT_REGISTER_VARIABLE_LOOKUP' file='variables'>
797       <info>Registering macro, not general purpose at all but used in different modules.</info>
798     </macro>
799     <macro name='XSLT_RUNTIME_EXTRA' file='xsltInternals'>
800       <info>Macro used to define extra information stored in the context</info>
801       <arg name='ctxt' info='the transformation context'/>
802       <arg name='nr' info='the index'/>
803     </macro>
804     <macro name='XSLT_RUNTIME_EXTRA_FREE' file='xsltInternals'>
805       <info>Macro used to free extra information stored in the context</info>
806       <arg name='ctxt' info='the transformation context'/>
807       <arg name='nr' info='the index'/>
808     </macro>
809     <macro name='XSLT_RUNTIME_EXTRA_LST' file='xsltInternals'>
810       <info>Macro used to access extra information stored in the context</info>
811       <arg name='ctxt' info='the transformation context'/>
812       <arg name='nr' info='the index'/>
813     </macro>
814     <macro name='XSLT_SAXON_NAMESPACE' file='extra'>
815       <info>This is Michael Kay&apos;s Saxon processor namespace for extensions.</info>
816     </macro>
817     <macro name='XSLT_STRANGE' file='xsltutils'>
818       <info>Macro to flag that a problem was detected internally.</info>
819     </macro>
820     <macro name='XSLT_TIMESTAMP_TICS_PER_SEC' file='xsltutils'>
821       <info>Sampling precision for profiling</info>
822     </macro>
823     <macro name='XSLT_TODO' file='xsltutils'>
824       <info>Macro to flag unimplemented blocks.</info>
825     </macro>
826     <macro name='XSLT_TRACE' file='xsltutils'>
827       <info>Control the type of xsl debugtrace messages emitted.</info>
828     </macro>
829     <macro name='XSLT_XALAN_NAMESPACE' file='extra'>
830       <info>This is the Apache project XALAN processor namespace for extensions.</info>
831     </macro>
832     <macro name='XSLT_XT_NAMESPACE' file='extra'>
833       <info>This is James Clark&apos;s XT processor namespace for extensions.</info>
834     </macro>
835     <macro name='_REENTRANT' file='xsltexports'>
836     </macro>
837     <enum name='XSLT_DEBUG_CONT' file='xsltutils' value='6' type='xsltDebugStatusCodes'/>
838     <enum name='XSLT_DEBUG_INIT' file='xsltutils' value='1' type='xsltDebugStatusCodes'/>
839     <enum name='XSLT_DEBUG_NEXT' file='xsltutils' value='4' type='xsltDebugStatusCodes'/>
840     <enum name='XSLT_DEBUG_NONE' file='xsltutils' value='0' type='xsltDebugStatusCodes' info='no debugging allowed'/>
841     <enum name='XSLT_DEBUG_QUIT' file='xsltutils' value='9' type='xsltDebugStatusCodes'/>
842     <enum name='XSLT_DEBUG_RUN' file='xsltutils' value='7' type='xsltDebugStatusCodes'/>
843     <enum name='XSLT_DEBUG_RUN_RESTART' file='xsltutils' value='8' type='xsltDebugStatusCodes'/>
844     <enum name='XSLT_DEBUG_STEP' file='xsltutils' value='2' type='xsltDebugStatusCodes'/>
845     <enum name='XSLT_DEBUG_STEPOUT' file='xsltutils' value='3' type='xsltDebugStatusCodes'/>
846     <enum name='XSLT_DEBUG_STOP' file='xsltutils' value='5' type='xsltDebugStatusCodes'/>
847     <enum name='XSLT_ERROR_SEVERITY_ERROR' file='xsltInternals' value='0' type='xsltErrorSeverityType'/>
848     <enum name='XSLT_ERROR_SEVERITY_WARNING' file='xsltInternals' value='1' type='xsltErrorSeverityType'/>
849     <enum name='XSLT_FUNC_APPLYIMPORTS' file='xsltInternals' value='11' type='xsltStyleType'/>
850     <enum name='XSLT_FUNC_APPLYTEMPLATES' file='xsltInternals' value='13' type='xsltStyleType'/>
851     <enum name='XSLT_FUNC_ATTRIBUTE' file='xsltInternals' value='5' type='xsltStyleType'/>
852     <enum name='XSLT_FUNC_ATTRSET' file='xsltInternals' value='27' type='xsltStyleType'/>
853     <enum name='XSLT_FUNC_CALLTEMPLATE' file='xsltInternals' value='12' type='xsltStyleType'/>
854     <enum name='XSLT_FUNC_CHOOSE' file='xsltInternals' value='14' type='xsltStyleType'/>
855     <enum name='XSLT_FUNC_COMMENT' file='xsltInternals' value='6' type='xsltStyleType'/>
856     <enum name='XSLT_FUNC_COPY' file='xsltInternals' value='1' type='xsltStyleType'/>
857     <enum name='XSLT_FUNC_COPYOF' file='xsltInternals' value='8' type='xsltStyleType'/>
858     <enum name='XSLT_FUNC_DOCUMENT' file='xsltInternals' value='17' type='xsltStyleType'/>
859     <enum name='XSLT_FUNC_ELEMENT' file='xsltInternals' value='4' type='xsltStyleType'/>
860     <enum name='XSLT_FUNC_EXTENSION' file='xsltInternals' value='22' type='xsltStyleType'/>
861     <enum name='XSLT_FUNC_FALLBACK' file='xsltInternals' value='24' type='xsltStyleType'/>
862     <enum name='XSLT_FUNC_FOREACH' file='xsltInternals' value='16' type='xsltStyleType'/>
863     <enum name='XSLT_FUNC_IF' file='xsltInternals' value='15' type='xsltStyleType'/>
864     <enum name='XSLT_FUNC_INCLUDE' file='xsltInternals' value='26' type='xsltStyleType'/>
865     <enum name='XSLT_FUNC_LITERAL_RESULT_ELEMENT' file='xsltInternals' value='28' type='xsltStyleType'/>
866     <enum name='XSLT_FUNC_MESSAGE' file='xsltInternals' value='25' type='xsltStyleType'/>
867     <enum name='XSLT_FUNC_NUMBER' file='xsltInternals' value='10' type='xsltStyleType'/>
868     <enum name='XSLT_FUNC_OTHERWISE' file='xsltInternals' value='23' type='xsltStyleType'/>
869     <enum name='XSLT_FUNC_PARAM' file='xsltInternals' value='19' type='xsltStyleType'/>
870     <enum name='XSLT_FUNC_PI' file='xsltInternals' value='7' type='xsltStyleType'/>
871     <enum name='XSLT_FUNC_SORT' file='xsltInternals' value='2' type='xsltStyleType'/>
872     <enum name='XSLT_FUNC_TEXT' file='xsltInternals' value='3' type='xsltStyleType'/>
873     <enum name='XSLT_FUNC_UNKOWN_FORWARDS_COMPAT' file='xsltInternals' value='29' type='xsltStyleType'/>
874     <enum name='XSLT_FUNC_VALUEOF' file='xsltInternals' value='9' type='xsltStyleType'/>
875     <enum name='XSLT_FUNC_VARIABLE' file='xsltInternals' value='20' type='xsltStyleType'/>
876     <enum name='XSLT_FUNC_WHEN' file='xsltInternals' value='21' type='xsltStyleType'/>
877     <enum name='XSLT_FUNC_WITHPARAM' file='xsltInternals' value='18' type='xsltStyleType'/>
878     <enum name='XSLT_LOAD_DOCUMENT' file='documents' value='2' type='xsltLoadType' info=' loading document at transformation time'/>
879     <enum name='XSLT_LOAD_START' file='documents' value='0' type='xsltLoadType' info='loading for a top stylesheet'/>
880     <enum name='XSLT_LOAD_STYLESHEET' file='documents' value='1' type='xsltLoadType' info='loading for a stylesheet include/import'/>
881     <enum name='XSLT_OUTPUT_HTML' file='xsltInternals' value='1' type='xsltOutputType'/>
882     <enum name='XSLT_OUTPUT_TEXT' file='xsltInternals' value='2' type='xsltOutputType'/>
883     <enum name='XSLT_OUTPUT_XML' file='xsltInternals' value='0' type='xsltOutputType'/>
884     <enum name='XSLT_SECPREF_CREATE_DIRECTORY' file='security' value='3' type='xsltSecurityOption'/>
885     <enum name='XSLT_SECPREF_READ_FILE' file='security' value='1' type='xsltSecurityOption'/>
886     <enum name='XSLT_SECPREF_READ_NETWORK' file='security' value='4' type='xsltSecurityOption'/>
887     <enum name='XSLT_SECPREF_WRITE_FILE' file='security' value='2' type='xsltSecurityOption'/>
888     <enum name='XSLT_SECPREF_WRITE_NETWORK' file='security' value='5' type='xsltSecurityOption'/>
889     <enum name='XSLT_STATE_ERROR' file='xsltInternals' value='1' type='xsltTransformState'/>
890     <enum name='XSLT_STATE_OK' file='xsltInternals' value='0' type='xsltTransformState'/>
891     <enum name='XSLT_STATE_STOPPED' file='xsltInternals' value='2' type='xsltTransformState'/>
892     <enum name='XSLT_TRACE_ALL' file='xsltutils' value='-1' type='xsltDebugTraceCodes'/>
893     <enum name='XSLT_TRACE_APPLY_TEMPLATE' file='xsltutils' value='4' type='xsltDebugTraceCodes'/>
894     <enum name='XSLT_TRACE_APPLY_TEMPLATES' file='xsltutils' value='512' type='xsltDebugTraceCodes'/>
895     <enum name='XSLT_TRACE_CALL_TEMPLATE' file='xsltutils' value='256' type='xsltDebugTraceCodes'/>
896     <enum name='XSLT_TRACE_CHOOSE' file='xsltutils' value='1024' type='xsltDebugTraceCodes'/>
897     <enum name='XSLT_TRACE_COMMENT' file='xsltutils' value='16' type='xsltDebugTraceCodes'/>
898     <enum name='XSLT_TRACE_COPY' file='xsltutils' value='8' type='xsltDebugTraceCodes'/>
899     <enum name='XSLT_TRACE_COPY_OF' file='xsltutils' value='64' type='xsltDebugTraceCodes'/>
900     <enum name='XSLT_TRACE_COPY_TEXT' file='xsltutils' value='1' type='xsltDebugTraceCodes'/>
901     <enum name='XSLT_TRACE_FOR_EACH' file='xsltutils' value='4096' type='xsltDebugTraceCodes'/>
902     <enum name='XSLT_TRACE_IF' file='xsltutils' value='2048' type='xsltDebugTraceCodes'/>
903     <enum name='XSLT_TRACE_KEYS' file='xsltutils' value='32768' type='xsltDebugTraceCodes'/>
904     <enum name='XSLT_TRACE_NONE' file='xsltutils' value='0' type='xsltDebugTraceCodes'/>
905     <enum name='XSLT_TRACE_PI' file='xsltutils' value='32' type='xsltDebugTraceCodes'/>
906     <enum name='XSLT_TRACE_PROCESS_NODE' file='xsltutils' value='2' type='xsltDebugTraceCodes'/>
907     <enum name='XSLT_TRACE_STRIP_SPACES' file='xsltutils' value='8192' type='xsltDebugTraceCodes'/>
908     <enum name='XSLT_TRACE_TEMPLATES' file='xsltutils' value='16384' type='xsltDebugTraceCodes'/>
909     <enum name='XSLT_TRACE_VALUE_OF' file='xsltutils' value='128' type='xsltDebugTraceCodes'/>
910     <enum name='XSLT_TRACE_VARIABLES' file='xsltutils' value='65536' type='xsltDebugTraceCodes'/>
911     <struct name='xsltCompMatch' file='pattern' type='struct _xsltCompMatch'/>
912     <typedef name='xsltCompMatchPtr' file='pattern' type='xsltCompMatch *'/>
913     <struct name='xsltCompilerCtxt' file='xsltInternals' type='struct _xsltCompilerCtxt'>
914       <field name='errorCtxt' type='void *' info='* used for error/warning reports; e.g. XSLT_ERROR_SEVERITY_WARNING'/>
915       <field name='errSeverity' type='xsltErrorSeverityType' info=''/>
916       <field name='warnings' type='int' info=' TODO: number of warnings found at
917 compilation'/>
918       <field name='errors' type='int' info=' TODO: number of errors found at
919 compilation'/>
920       <field name='dict' type='xmlDictPtr' info=''/>
921       <field name='style' type='xsltStylesheetPtr' info=''/>
922       <field name='simplified' type='int' info=' whether this is a simplified stylesheet TODO: structured/unstructured error contexts.'/>
923       <field name='depth' type='int' info=' Current depth of processing'/>
924       <field name='inode' type='xsltCompilerNodeInfoPtr' info=''/>
925       <field name='inodeList' type='xsltCompilerNodeInfoPtr' info=''/>
926       <field name='inodeLast' type='xsltCompilerNodeInfoPtr' info=''/>
927       <field name='tmpList' type='xsltPointerListPtr' info='* The XSLT version as specified by the stylesheet&apos;s root element.
928 *'/>
929       <field name='isInclude' type='int' info=''/>
930       <field name='hasForwardsCompat' type='int' info=' whether forwards-compatible mode was used
931 in a parsing episode'/>
932       <field name='maxNodeInfos' type='int' info=' TEMP TODO: just for the interest'/>
933       <field name='maxLREs' type='int' info='* In order to keep the old behaviour, applying strict rules of
934 * the spec can be turned off. This has effect only on special
935 * mechanisms like whitespace-stripping in the stylesheet.
936 *'/>
937       <field name='strict' type='int' info=''/>
938       <field name='psData' type='xsltPrincipalStylesheetDataPtr' info=''/>
939       <field name='xpathCtxt' type='xmlXPathContextPtr' info=''/>
940       <field name='unknownItem' type='xsltStyleItemUknownPtr' info=''/>
941       <field name='hasNsAliases' type='int' info=' Indicator if there was an xsl:namespace-alias.'/>
942       <field name='nsAliases' type='xsltNsAliasPtr' info=''/>
943       <field name='ivars' type='xsltVarInfoPtr' info=' Storage of local in-scope variables/params.'/>
944       <field name='ivar' type='xsltVarInfoPtr' info=' topmost local variable/param.'/>
945     </struct>
946     <typedef name='xsltCompilerCtxtPtr' file='xsltInternals' type='xsltCompilerCtxt *'/>
947     <struct name='xsltCompilerNodeInfo' file='xsltInternals' type='struct _xsltCompilerNodeInfo'>
948       <field name='next' type='xsltCompilerNodeInfoPtr' info=''/>
949       <field name='prev' type='xsltCompilerNodeInfoPtr' info=''/>
950       <field name='node' type='xmlNodePtr' info=''/>
951       <field name='depth' type='int' info=''/>
952       <field name='templ' type='xsltTemplatePtr' info=' The owning template'/>
953       <field name='category' type='int' info=' XSLT element, LR-element or
954 extension element'/>
955       <field name='type' type='xsltStyleType' info=''/>
956       <field name='item' type='xsltElemPreCompPtr' info=' The compiled information The current in-scope namespaces'/>
957       <field name='inScopeNs' type='xsltNsListContainerPtr' info=' The current excluded result namespaces'/>
958       <field name='exclResultNs' type='xsltPointerListPtr' info=' The current extension instruction namespaces'/>
959       <field name='extElemNs' type='xsltPointerListPtr' info=' The current info for literal result elements.'/>
960       <field name='litResElemInfo' type='xsltStyleItemLRElementInfoPtr' info='* Set to 1 if in-scope namespaces changed,
961 *  or excluded result namespaces changed,
962 *  or extension element namespaces changed.
963 * This will trigger creation of new infos
964 *  for literal result elements.
965 *'/>
966       <field name='nsChanged' type='int' info=''/>
967       <field name='preserveWhitespace' type='int' info=''/>
968       <field name='stripWhitespace' type='int' info=''/>
969       <field name='isRoot' type='int' info=' whether this is the stylesheet&apos;s root node'/>
970       <field name='forwardsCompat' type='int' info=' whether forwards-compatible mode is enabled whether the content of an extension element was processed'/>
971       <field name='extContentHandled' type='int' info=' the type of the current child'/>
972       <field name='curChildType' type='xsltStyleType' info=''/>
973     </struct>
974     <typedef name='xsltCompilerNodeInfoPtr' file='xsltInternals' type='xsltCompilerNodeInfo *'/>
975     <typedef name='xsltDebugStatusCodes' file='xsltutils' type='enum'/>
976     <typedef name='xsltDebugTraceCodes' file='xsltutils' type='enum'/>
977     <struct name='xsltDecimalFormat' file='xsltInternals' type='struct _xsltDecimalFormat'>
978       <field name='next' type='struct _xsltDecimalFormat *' info=' chained list'/>
979       <field name='name' type='xmlChar *' info=' Used for interpretation of pattern'/>
980       <field name='digit' type='xmlChar *' info=''/>
981       <field name='patternSeparator' type='xmlChar *' info=' May appear in result'/>
982       <field name='minusSign' type='xmlChar *' info=''/>
983       <field name='infinity' type='xmlChar *' info=''/>
984       <field name='noNumber' type='xmlChar *' info=' Not-a-number Used for interpretation of pattern and may appear in result'/>
985       <field name='decimalPoint' type='xmlChar *' info=''/>
986       <field name='grouping' type='xmlChar *' info=''/>
987       <field name='percent' type='xmlChar *' info=''/>
988       <field name='permille' type='xmlChar *' info=''/>
989       <field name='zeroDigit' type='xmlChar *' info=''/>
990     </struct>
991     <typedef name='xsltDecimalFormatPtr' file='xsltInternals' type='xsltDecimalFormat *'/>
992     <struct name='xsltDocument' file='xsltInternals' type='struct _xsltDocument'>
993       <field name='next' type='struct _xsltDocument *' info=' documents are kept in a chained list'/>
994       <field name='main' type='int' info=' is this the main document'/>
995       <field name='doc' type='xmlDocPtr' info=' the parsed document'/>
996       <field name='keys' type='void *' info=' key tables storage'/>
997       <field name='includes' type='struct _xsltDocument *' info=' subsidiary includes'/>
998       <field name='preproc' type='int' info=' pre-processing already done'/>
999       <field name='nbKeysComputed' type='int' info=''/>
1000     </struct>
1001     <typedef name='xsltDocumentPtr' file='xsltInternals' type='xsltDocument *'/>
1002     <struct name='xsltEffectiveNs' file='xsltInternals' type='struct _xsltEffectiveNs'>
1003       <field name='nextInStore' type='xsltEffectiveNsPtr' info=' storage next'/>
1004       <field name='next' type='xsltEffectiveNsPtr' info=' next item in the list'/>
1005       <field name='prefix' type='const xmlChar *' info=''/>
1006       <field name='nsName' type='const xmlChar *' info='* Indicates if eclared on the literal result element; dunno if really
1007 * needed.
1008 *'/>
1009       <field name='holdByElem' type='int' info=''/>
1010     </struct>
1011     <typedef name='xsltEffectiveNsPtr' file='xsltInternals' type='xsltEffectiveNs *'/>
1012     <struct name='xsltElemPreComp' file='xsltInternals' type='struct _xsltElemPreComp'>
1013       <field name='next' type='xsltElemPreCompPtr' info=' next item in the global chained
1014 list hold by xsltStylesheet.'/>
1015       <field name='type' type='xsltStyleType' info=' type of the element'/>
1016       <field name='func' type='xsltTransformFunction' info=' handling function'/>
1017       <field name='inst' type='xmlNodePtr' info=' the node in the stylesheet&apos;s tree
1018 corresponding to this item end of common part'/>
1019       <field name='free' type='xsltElemPreCompDeallocator' info=' the deallocator'/>
1020     </struct>
1021     <typedef name='xsltElemPreCompPtr' file='xsltInternals' type='xsltElemPreComp *'/>
1022     <typedef name='xsltErrorSeverityType' file='xsltInternals' type='enum'/>
1023     <struct name='xsltFormatNumberInfo' file='numbersInternals' type='struct _xsltFormatNumberInfo'>
1024       <field name='integer_hash' type='int' info=' Number of &apos;#&apos; in integer part'/>
1025       <field name='integer_digits' type='int' info=' Number of &apos;0&apos; in integer part'/>
1026       <field name='frac_digits' type='int' info=' Number of &apos;0&apos; in fractional part'/>
1027       <field name='frac_hash' type='int' info=' Number of &apos;#&apos; in fractional part'/>
1028       <field name='group' type='int' info=' Number of chars per display &apos;group&apos;'/>
1029       <field name='multiplier' type='int' info=' Scaling for percent or permille'/>
1030       <field name='add_decimal' type='char' info=' Flag for whether decimal point appears in pattern'/>
1031       <field name='is_multiplier_set' type='char' info=' Flag to catch multiple occurences of percent/permille'/>
1032       <field name='is_negative_pattern' type='char' info=' Flag for processing -ve prefix/suffix'/>
1033     </struct>
1034     <typedef name='xsltFormatNumberInfoPtr' file='numbersInternals' type='xsltFormatNumberInfo *'/>
1035     <struct name='xsltKeyDef' file='xsltInternals' type='struct _xsltKeyDef'>
1036       <field name='next' type='struct _xsltKeyDef *' info=''/>
1037       <field name='inst' type='xmlNodePtr' info=''/>
1038       <field name='name' type='xmlChar *' info=''/>
1039       <field name='nameURI' type='xmlChar *' info=''/>
1040       <field name='match' type='xmlChar *' info=''/>
1041       <field name='use' type='xmlChar *' info=''/>
1042       <field name='comp' type='xmlXPathCompExprPtr' info=''/>
1043       <field name='usecomp' type='xmlXPathCompExprPtr' info=''/>
1044       <field name='nsList' type='xmlNsPtr *' info=' the namespaces in scope'/>
1045       <field name='nsNr' type='int' info=' the number of namespaces in scope'/>
1046     </struct>
1047     <typedef name='xsltKeyDefPtr' file='xsltInternals' type='xsltKeyDef *'/>
1048     <struct name='xsltKeyTable' file='xsltInternals' type='struct _xsltKeyTable'>
1049       <field name='next' type='struct _xsltKeyTable *' info=''/>
1050       <field name='name' type='xmlChar *' info=''/>
1051       <field name='nameURI' type='xmlChar *' info=''/>
1052       <field name='keys' type='xmlHashTablePtr' info=''/>
1053     </struct>
1054     <typedef name='xsltKeyTablePtr' file='xsltInternals' type='xsltKeyTable *'/>
1055     <typedef name='xsltLoadType' file='documents' type='enum'/>
1056     <typedef name='xsltLocale' file='xsltlocale' type='void *'/>
1057     <typedef name='xsltLocaleChar' file='xsltlocale' type='xmlChar'/>
1058     <struct name='xsltNsAlias' file='xsltInternals' type='struct _xsltNsAlias'>
1059       <field name='next' type='xsltNsAliasPtr' info=' next in the list'/>
1060       <field name='literalNs' type='xmlNsPtr' info=''/>
1061       <field name='targetNs' type='xmlNsPtr' info=''/>
1062       <field name='docOfTargetNs' type='xmlDocPtr' info=''/>
1063     </struct>
1064     <typedef name='xsltNsAliasPtr' file='xsltInternals' type='xsltNsAlias *'/>
1065     <struct name='xsltNsList' file='xsltInternals' type='struct _xsltNsList'>
1066       <field name='next' type='xsltNsListPtr' info=' next in the list'/>
1067       <field name='ns' type='xmlNsPtr' info=''/>
1068     </struct>
1069     <struct name='xsltNsListContainer' file='xsltInternals' type='struct _xsltNsListContainer'>
1070       <field name='list' type='xmlNsPtr *' info=''/>
1071       <field name='totalNumber' type='int' info=''/>
1072       <field name='xpathNumber' type='int' info=''/>
1073     </struct>
1074     <typedef name='xsltNsListContainerPtr' file='xsltInternals' type='xsltNsListContainer *'/>
1075     <typedef name='xsltNsListPtr' file='xsltInternals' type='xsltNsList *'/>
1076     <struct name='xsltNsMap' file='xsltInternals' type='struct _xsltNsMap'>
1077       <field name='next' type='xsltNsMapPtr' info=' next in the list'/>
1078       <field name='doc' type='xmlDocPtr' info=''/>
1079       <field name='elem' type='xmlNodePtr' info=' the element holding the ns-decl'/>
1080       <field name='ns' type='xmlNsPtr' info=' the xmlNs structure holding the XML namespace name'/>
1081       <field name='origNsName' type='const xmlChar *' info=' the original XML namespace name'/>
1082       <field name='newNsName' type='const xmlChar *' info=' the mapped XML namespace name'/>
1083     </struct>
1084     <typedef name='xsltNsMapPtr' file='xsltInternals' type='xsltNsMap *'/>
1085     <struct name='xsltNumberData' file='numbersInternals' type='struct _xsltNumberData'>
1086       <field name='level' type='const xmlChar *' info=''/>
1087       <field name='count' type='const xmlChar *' info=''/>
1088       <field name='from' type='const xmlChar *' info=''/>
1089       <field name='value' type='const xmlChar *' info=''/>
1090       <field name='format' type='const xmlChar *' info=''/>
1091       <field name='has_format' type='int' info=''/>
1092       <field name='digitsPerGroup' type='int' info=''/>
1093       <field name='groupingCharacter' type='int' info=''/>
1094       <field name='groupingCharacterLen' type='int' info=''/>
1095       <field name='doc' type='xmlDocPtr' info=''/>
1096       <field name='node' type='xmlNodePtr' info='* accelerators
1097 *'/>
1098     </struct>
1099     <typedef name='xsltNumberDataPtr' file='numbersInternals' type='xsltNumberData *'/>
1100     <typedef name='xsltOutputType' file='xsltInternals' type='enum'/>
1101     <struct name='xsltPointerList' file='xsltInternals' type='struct _xsltPointerList'>
1102       <field name='items' type='void **' info=''/>
1103       <field name='number' type='int' info=''/>
1104       <field name='size' type='int' info=''/>
1105     </struct>
1106     <typedef name='xsltPointerListPtr' file='xsltInternals' type='xsltPointerList *'/>
1107     <struct name='xsltPrincipalStylesheetData' file='xsltInternals' type='struct _xsltPrincipalStylesheetData'>
1108       <field name='namespaceDict' type='xmlDictPtr' info='* Global list of in-scope namespaces.
1109 *'/>
1110       <field name='inScopeNamespaces' type='xsltPointerListPtr' info='* Global list of information for [xsl:]excluded-result-prefixes.
1111 *'/>
1112       <field name='exclResultNamespaces' type='xsltPointerListPtr' info='* Global list of information for [xsl:]extension-element-prefixes.
1113 *'/>
1114       <field name='extElemNamespaces' type='xsltPointerListPtr' info=''/>
1115       <field name='effectiveNs' type='xsltEffectiveNsPtr' info='* Namespace name map to get rid of string comparison of namespace names.
1116 *'/>
1117       <field name='nsMap' type='xsltNsMapPtr' info=''/>
1118     </struct>
1119     <typedef name='xsltPrincipalStylesheetDataPtr' file='xsltInternals' type='xsltPrincipalStylesheetData *'/>
1120     <struct name='xsltRuntimeExtra' file='xsltInternals' type='struct _xsltRuntimeExtra'>
1121       <field name='info' type='void *' info=' pointer to the extra data'/>
1122       <field name='deallocate' type='xmlFreeFunc' info=' pointer to the deallocation routine'/>
1123     </struct>
1124     <typedef name='xsltRuntimeExtraPtr' file='xsltInternals' type='xsltRuntimeExtra *'/>
1125     <typedef name='xsltSecurityOption' file='security' type='enum'/>
1126     <struct name='xsltSecurityPrefs' file='security' type='struct _xsltSecurityPrefs'/>
1127     <typedef name='xsltSecurityPrefsPtr' file='security' type='xsltSecurityPrefs *'/>
1128     <struct name='xsltStackElem' file='xsltInternals' type='struct _xsltStackElem'>
1129       <field name='next' type='struct _xsltStackElem *' info=' chained list'/>
1130       <field name='comp' type='xsltStylePreCompPtr' info=' the compiled form'/>
1131       <field name='computed' type='int' info=' was the evaluation done'/>
1132       <field name='name' type='const xmlChar *' info=' the local part of the name QName'/>
1133       <field name='nameURI' type='const xmlChar *' info=' the URI part of the name QName'/>
1134       <field name='select' type='const xmlChar *' info=' the eval string'/>
1135       <field name='tree' type='xmlNodePtr' info=' the sequence constructor if no eval
1136 string or the location'/>
1137       <field name='value' type='xmlXPathObjectPtr' info=' The value if computed'/>
1138       <field name='fragment' type='xmlDocPtr' info=' The Result Tree Fragments (needed for XSLT 1.0)
1139 which are bound to the variable&apos;s lifetime.'/>
1140       <field name='level' type='int' info=' the depth in the tree;
1141 -1 if persistent (e.g. a given xsl:with-param)'/>
1142       <field name='context' type='xsltTransformContextPtr' info=' The transformation context; needed to cache
1143 the variables'/>
1144       <field name='flags' type='int' info=''/>
1145     </struct>
1146     <typedef name='xsltStackElemPtr' file='xsltInternals' type='xsltStackElem *'/>
1147     <struct name='xsltStyleBasicEmptyItem' file='xsltInternals' type='struct _xsltStyleBasicEmptyItem'>
1148     </struct>
1149     <typedef name='xsltStyleBasicEmptyItemPtr' file='xsltInternals' type='xsltStyleBasicEmptyItem *'/>
1150     <struct name='xsltStyleBasicExpressionItem' file='xsltInternals' type='struct _xsltStyleBasicExpressionItem'>
1151       <field name='select' type='const xmlChar *' info=' TODO: Change this to &quot;expression&quot;.'/>
1152       <field name='comp' type='xmlXPathCompExprPtr' info=' TODO: Change this to compExpr.'/>
1153     </struct>
1154     <typedef name='xsltStyleBasicExpressionItemPtr' file='xsltInternals' type='xsltStyleBasicExpressionItem *'/>
1155     <struct name='xsltStyleBasicItemVariable' file='xsltInternals' type='struct _xsltStyleBasicItemVariable'>
1156       <field name='select' type='const xmlChar *' info=''/>
1157       <field name='comp' type='xmlXPathCompExprPtr' info=''/>
1158       <field name='name' type='const xmlChar *' info=''/>
1159       <field name='has_name' type='int' info=''/>
1160       <field name='ns' type='const xmlChar *' info=''/>
1161       <field name='has_ns' type='int' info=''/>
1162     </struct>
1163     <typedef name='xsltStyleBasicItemVariablePtr' file='xsltInternals' type='xsltStyleBasicItemVariable *'/>
1164     <typedef name='xsltStyleItemApplyImports' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
1165     <typedef name='xsltStyleItemApplyImportsPtr' file='xsltInternals' type='xsltStyleItemApplyImports *'/>
1166     <struct name='xsltStyleItemApplyTemplates' file='xsltInternals' type='struct _xsltStyleItemApplyTemplates'>
1167       <field name='mode' type='const xmlChar *' info=' apply-templates'/>
1168       <field name='modeURI' type='const xmlChar *' info=' apply-templates'/>
1169       <field name='select' type='const xmlChar *' info=' sort, copy-of, value-of, apply-templates'/>
1170       <field name='comp' type='xmlXPathCompExprPtr' info=' a precompiled XPath expression TODO: with-params'/>
1171     </struct>
1172     <typedef name='xsltStyleItemApplyTemplatesPtr' file='xsltInternals' type='xsltStyleItemApplyTemplates *'/>
1173     <struct name='xsltStyleItemAttribute' file='xsltInternals' type='struct _xsltStyleItemAttribute'>
1174       <field name='name' type='const xmlChar *' info=''/>
1175       <field name='has_name' type='int' info=''/>
1176       <field name='ns' type='const xmlChar *' info=''/>
1177       <field name='nsPrefix' type='const xmlChar *' info=''/>
1178       <field name='has_ns' type='int' info=''/>
1179     </struct>
1180     <typedef name='xsltStyleItemAttributePtr' file='xsltInternals' type='xsltStyleItemAttribute *'/>
1181     <struct name='xsltStyleItemCallTemplate' file='xsltInternals' type='struct _xsltStyleItemCallTemplate'>
1182       <field name='templ' type='xsltTemplatePtr' info=' call-template'/>
1183       <field name='name' type='const xmlChar *' info=' element, attribute, pi'/>
1184       <field name='has_name' type='int' info=' element, attribute, pi'/>
1185       <field name='ns' type='const xmlChar *' info=' element'/>
1186       <field name='has_ns' type='int' info=' element TODO: with-params'/>
1187     </struct>
1188     <typedef name='xsltStyleItemCallTemplatePtr' file='xsltInternals' type='xsltStyleItemCallTemplate *'/>
1189     <typedef name='xsltStyleItemChoose' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
1190     <typedef name='xsltStyleItemChoosePtr' file='xsltInternals' type='xsltStyleItemChoose *'/>
1191     <typedef name='xsltStyleItemComment' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
1192     <typedef name='xsltStyleItemCommentPtr' file='xsltInternals' type='xsltStyleItemComment *'/>
1193     <struct name='xsltStyleItemCopy' file='xsltInternals' type='struct _xsltStyleItemCopy'>
1194       <field name='use' type='const xmlChar *' info=' copy, element'/>
1195       <field name='has_use' type='int' info=' copy, element'/>
1196     </struct>
1197     <typedef name='xsltStyleItemCopyOf' file='xsltInternals' type='xsltStyleBasicExpressionItem'/>
1198     <typedef name='xsltStyleItemCopyOfPtr' file='xsltInternals' type='xsltStyleItemCopyOf *'/>
1199     <typedef name='xsltStyleItemCopyPtr' file='xsltInternals' type='xsltStyleItemCopy *'/>
1200     <struct name='xsltStyleItemDocument' file='xsltInternals' type='struct _xsltStyleItemDocument'>
1201       <field name='ver11' type='int' info=' assigned: in xsltDocumentComp;
1202 read: nowhere;
1203 TODO: Check if we need.'/>
1204       <field name='filename' type='const xmlChar *' info=' document URL'/>
1205       <field name='has_filename' type='int' info=''/>
1206     </struct>
1207     <typedef name='xsltStyleItemDocumentPtr' file='xsltInternals' type='xsltStyleItemDocument *'/>
1208     <struct name='xsltStyleItemElement' file='xsltInternals' type='struct _xsltStyleItemElement'>
1209       <field name='use' type='const xmlChar *' info=''/>
1210       <field name='has_use' type='int' info=''/>
1211       <field name='name' type='const xmlChar *' info=''/>
1212       <field name='has_name' type='int' info=''/>
1213       <field name='ns' type='const xmlChar *' info=''/>
1214       <field name='nsPrefix' type='const xmlChar *' info=''/>
1215       <field name='has_ns' type='int' info=''/>
1216     </struct>
1217     <typedef name='xsltStyleItemElementPtr' file='xsltInternals' type='xsltStyleItemElement *'/>
1218     <struct name='xsltStyleItemExtElement' file='xsltInternals' type='struct _xsltStyleItemExtElement'>
1219       <field name='item' type='xsltElemPreCompPtr' info=''/>
1220     </struct>
1221     <typedef name='xsltStyleItemExtElementPtr' file='xsltInternals' type='xsltStyleItemExtElement *'/>
1222     <typedef name='xsltStyleItemFallback' file='xsltInternals' type='xsltStyleBasicEmptyItem'/>
1223     <typedef name='xsltStyleItemFallbackPtr' file='xsltInternals' type='xsltStyleItemFallback *'/>
1224     <typedef name='xsltStyleItemForEach' file='xsltInternals' type='xsltStyleBasicExpressionItem'/>
1225     <typedef name='xsltStyleItemForEachPtr' file='xsltInternals' type='xsltStyleItemForEach *'/>
1226     <struct name='xsltStyleItemIf' file='xsltInternals' type='struct _xsltStyleItemIf'>
1227       <field name='test' type='const xmlChar *' info=' if'/>
1228       <field name='comp' type='xmlXPathCompExprPtr' info=' a precompiled XPath expression'/>
1229     </struct>
1230     <typedef name='xsltStyleItemIfPtr' file='xsltInternals' type='xsltStyleItemIf *'/>
1231     <struct name='xsltStyleItemInclude' file='xsltInternals' type='struct _xsltStyleItemInclude'>
1232       <field name='include' type='xsltDocumentPtr' info=''/>
1233     </struct>
1234     <typedef name='xsltStyleItemIncludePtr' file='xsltInternals' type='xsltStyleItemInclude *'/>
1235     <struct name='xsltStyleItemLRElementInfo' file='xsltInternals' type='struct _xsltStyleItemLRElementInfo'>
1236       <field name='effectiveNs' type='xsltEffectiveNsPtr' info=''/>
1237     </struct>
1238     <typedef name='xsltStyleItemLRElementInfoPtr' file='xsltInternals' type='xsltStyleItemLRElementInfo *'/>
1239     <struct name='xsltStyleItemMessage' file='xsltInternals' type='struct _xsltStyleItemMessage'>
1240       <field name='terminate' type='int' info=''/>
1241     </struct>
1242     <typedef name='xsltStyleItemMessagePtr' file='xsltInternals' type='xsltStyleItemMessage *'/>
1243     <struct name='xsltStyleItemNumber' file='xsltInternals' type='struct _xsltStyleItemNumber'>
1244       <field name='numdata' type='xsltNumberData' info=' number'/>
1245     </struct>
1246     <typedef name='xsltStyleItemNumberPtr' file='xsltInternals' type='xsltStyleItemNumber *'/>
1247     <struct name='xsltStyleItemOtherwise' file='xsltInternals' type='struct _xsltStyleItemOtherwise'>
1248     </struct>
1249     <typedef name='xsltStyleItemOtherwisePtr' file='xsltInternals' type='xsltStyleItemOtherwise *'/>
1250     <struct name='xsltStyleItemPI' file='xsltInternals' type='struct _xsltStyleItemPI'>
1251       <field name='name' type='const xmlChar *' info=''/>
1252       <field name='has_name' type='int' info=''/>
1253     </struct>
1254     <typedef name='xsltStyleItemPIPtr' file='xsltInternals' type='xsltStyleItemPI *'/>
1255     <struct name='xsltStyleItemParam' file='xsltInternals' type='struct _xsltStyleItemParam'>
1256       <field name='select' type='const xmlChar *' info=''/>
1257       <field name='comp' type='xmlXPathCompExprPtr' info=''/>
1258       <field name='name' type='const xmlChar *' info=''/>
1259       <field name='has_name' type='int' info=''/>
1260       <field name='ns' type='const xmlChar *' info=''/>
1261       <field name='has_ns' type='int' info=''/>
1262     </struct>
1263     <typedef name='xsltStyleItemParamPtr' file='xsltInternals' type='xsltStyleItemParam *'/>
1264     <struct name='xsltStyleItemSort' file='xsltInternals' type='struct _xsltStyleItemSort'>
1265       <field name='stype' type='const xmlChar *' info=' sort'/>
1266       <field name='has_stype' type='int' info=' sort'/>
1267       <field name='number' type='int' info=' sort'/>
1268       <field name='order' type='const xmlChar *' info=' sort'/>
1269       <field name='has_order' type='int' info=' sort'/>
1270       <field name='descending' type='int' info=' sort'/>
1271       <field name='lang' type='const xmlChar *' info=' sort'/>
1272       <field name='has_lang' type='int' info=' sort'/>
1273       <field name='locale' type='xsltLocale' info=' sort'/>
1274       <field name='case_order' type='const xmlChar *' info=' sort'/>
1275       <field name='lower_first' type='int' info=' sort'/>
1276       <field name='use' type='const xmlChar *' info=''/>
1277       <field name='has_use' type='int' info=''/>
1278       <field name='select' type='const xmlChar *' info=' sort, copy-of, value-of, apply-templates'/>
1279       <field name='comp' type='xmlXPathCompExprPtr' info=' a precompiled XPath expression'/>
1280     </struct>
1281     <typedef name='xsltStyleItemSortPtr' file='xsltInternals' type='xsltStyleItemSort *'/>
1282     <struct name='xsltStyleItemText' file='xsltInternals' type='struct _xsltStyleItemText'>
1283       <field name='noescape' type='int' info=' text'/>
1284     </struct>
1285     <typedef name='xsltStyleItemTextPtr' file='xsltInternals' type='xsltStyleItemText *'/>
1286     <struct name='xsltStyleItemUknown' file='xsltInternals' type='struct _xsltStyleItemUknown'>
1287     </struct>
1288     <typedef name='xsltStyleItemUknownPtr' file='xsltInternals' type='xsltStyleItemUknown *'/>
1289     <struct name='xsltStyleItemValueOf' file='xsltInternals' type='struct _xsltStyleItemValueOf'>
1290       <field name='select' type='const xmlChar *' info=''/>
1291       <field name='comp' type='xmlXPathCompExprPtr' info=' a precompiled XPath expression'/>
1292       <field name='noescape' type='int' info=''/>
1293     </struct>
1294     <typedef name='xsltStyleItemValueOfPtr' file='xsltInternals' type='xsltStyleItemValueOf *'/>
1295     <typedef name='xsltStyleItemVariable' file='xsltInternals' type='xsltStyleBasicItemVariable'/>
1296     <typedef name='xsltStyleItemVariablePtr' file='xsltInternals' type='xsltStyleItemVariable *'/>
1297     <struct name='xsltStyleItemWhen' file='xsltInternals' type='struct _xsltStyleItemWhen'>
1298       <field name='test' type='const xmlChar *' info=''/>
1299       <field name='comp' type='xmlXPathCompExprPtr' info=''/>
1300     </struct>
1301     <typedef name='xsltStyleItemWhenPtr' file='xsltInternals' type='xsltStyleItemWhen *'/>
1302     <typedef name='xsltStyleItemWithParam' file='xsltInternals' type='xsltStyleBasicItemVariable'/>
1303     <typedef name='xsltStyleItemWithParamPtr' file='xsltInternals' type='xsltStyleItemWithParam *'/>
1304     <struct name='xsltStylePreComp' file='xsltInternals' type='struct _xsltStylePreComp'>
1305       <field name='next' type='xsltElemPreCompPtr' info=' chained list'/>
1306       <field name='type' type='xsltStyleType' info=' type of the element'/>
1307       <field name='func' type='xsltTransformFunction' info=' handling function'/>
1308       <field name='inst' type='xmlNodePtr' info='* Pre computed values.
1309 *'/>
1310       <field name='stype' type='const xmlChar *' info=' sort'/>
1311       <field name='has_stype' type='int' info=' sort'/>
1312       <field name='number' type='int' info=' sort'/>
1313       <field name='order' type='const xmlChar *' info=' sort'/>
1314       <field name='has_order' type='int' info=' sort'/>
1315       <field name='descending' type='int' info=' sort'/>
1316       <field name='lang' type='const xmlChar *' info=' sort'/>
1317       <field name='has_lang' type='int' info=' sort'/>
1318       <field name='locale' type='xsltLocale' info=' sort'/>
1319       <field name='case_order' type='const xmlChar *' info=' sort'/>
1320       <field name='lower_first' type='int' info=' sort'/>
1321       <field name='use' type='const xmlChar *' info=' copy, element'/>
1322       <field name='has_use' type='int' info=' copy, element'/>
1323       <field name='noescape' type='int' info=' text'/>
1324       <field name='name' type='const xmlChar *' info=' element, attribute, pi'/>
1325       <field name='has_name' type='int' info=' element, attribute, pi'/>
1326       <field name='ns' type='const xmlChar *' info=' element'/>
1327       <field name='has_ns' type='int' info=' element'/>
1328       <field name='mode' type='const xmlChar *' info=' apply-templates'/>
1329       <field name='modeURI' type='const xmlChar *' info=' apply-templates'/>
1330       <field name='test' type='const xmlChar *' info=' if'/>
1331       <field name='templ' type='xsltTemplatePtr' info=' call-template'/>
1332       <field name='select' type='const xmlChar *' info=' sort, copy-of, value-of, apply-templates'/>
1333       <field name='ver11' type='int' info=' document'/>
1334       <field name='filename' type='const xmlChar *' info=' document URL'/>
1335       <field name='has_filename' type='int' info=' document'/>
1336       <field name='numdata' type='xsltNumberData' info=' number'/>
1337       <field name='comp' type='xmlXPathCompExprPtr' info=' a precompiled XPath expression'/>
1338       <field name='nsList' type='xmlNsPtr *' info=' the namespaces in scope'/>
1339       <field name='nsNr' type='int' info=' the number of namespaces in scope'/>
1340     </struct>
1341     <typedef name='xsltStylePreCompPtr' file='xsltInternals' type='xsltStylePreComp *'/>
1342     <typedef name='xsltStyleType' file='xsltInternals' type='enum'/>
1343     <struct name='xsltStylesheet' file='xsltInternals' type='struct _xsltStylesheet'>
1344       <field name='parent' type='struct _xsltStylesheet *' info=''/>
1345       <field name='next' type='struct _xsltStylesheet *' info=''/>
1346       <field name='imports' type='struct _xsltStylesheet *' info=''/>
1347       <field name='docList' type='xsltDocumentPtr' info='* General data on the style sheet document.
1348 *'/>
1349       <field name='doc' type='xmlDocPtr' info=' the parsed XML stylesheet'/>
1350       <field name='stripSpaces' type='xmlHashTablePtr' info=' the hash table of the strip-space and
1351 preserve space elements'/>
1352       <field name='stripAll' type='int' info=' strip-space * (1) preserve-space * (-1)'/>
1353       <field name='cdataSection' type='xmlHashTablePtr' info='* Global variable or parameters.
1354 *'/>
1355       <field name='variables' type='xsltStackElemPtr' info='* Template descriptions.
1356 *'/>
1357       <field name='templates' type='xsltTemplatePtr' info=' the ordered list of templates'/>
1358       <field name='templatesHash' type='void *' info=' hash table or wherever compiled templates
1359 informations are stored'/>
1360       <field name='rootMatch' type='void *' info=' template based on /'/>
1361       <field name='keyMatch' type='void *' info=' template based on key()'/>
1362       <field name='elemMatch' type='void *' info=' template based on *'/>
1363       <field name='attrMatch' type='void *' info=' template based on @*'/>
1364       <field name='parentMatch' type='void *' info=' template based on ..'/>
1365       <field name='textMatch' type='void *' info=' template based on text()'/>
1366       <field name='piMatch' type='void *' info=' template based on processing-instruction()'/>
1367       <field name='commentMatch' type='void *' info='* Namespace aliases.
1368 * NOTE: Not used in the refactored code.
1369 *'/>
1370       <field name='nsAliases' type='xmlHashTablePtr' info='* Attribute sets.
1371 *'/>
1372       <field name='attributeSets' type='xmlHashTablePtr' info='* Namespaces.
1373 * TODO: Eliminate this.
1374 *'/>
1375       <field name='nsHash' type='xmlHashTablePtr' info=' the set of namespaces in use:
1376 ATTENTION: This is used for
1377 execution of XPath expressions; unfortunately
1378 it restricts the stylesheet to have distinct
1379 prefixes.
1380 TODO: We need to get rid of this.
1381 *'/>
1382       <field name='nsDefs' type='void *' info='* Key definitions.
1383 *'/>
1384       <field name='keys' type='void *' info='* Output related stuff.
1385 *'/>
1386       <field name='method' type='xmlChar *' info=' the output method'/>
1387       <field name='methodURI' type='xmlChar *' info=' associated namespace if any'/>
1388       <field name='version' type='xmlChar *' info=' version string'/>
1389       <field name='encoding' type='xmlChar *' info=' encoding string'/>
1390       <field name='omitXmlDeclaration' type='int' info='* Number formatting.
1391 *'/>
1392       <field name='decimalFormat' type='xsltDecimalFormatPtr' info=''/>
1393       <field name='standalone' type='int' info=' standalone = &quot;yes&quot; | &quot;no&quot;'/>
1394       <field name='doctypePublic' type='xmlChar *' info=' doctype-public string'/>
1395       <field name='doctypeSystem' type='xmlChar *' info=' doctype-system string'/>
1396       <field name='indent' type='int' info=' should output being indented'/>
1397       <field name='mediaType' type='xmlChar *' info='* Precomputed blocks.
1398 *'/>
1399       <field name='preComps' type='xsltElemPreCompPtr' info=' list of precomputed blocks'/>
1400       <field name='warnings' type='int' info=' number of warnings found at compilation'/>
1401       <field name='errors' type='int' info=' number of errors found at compilation'/>
1402       <field name='exclPrefix' type='xmlChar *' info=' last excluded prefixes'/>
1403       <field name='exclPrefixTab' type='xmlChar **' info=' array of excluded prefixes'/>
1404       <field name='exclPrefixNr' type='int' info=' number of excluded prefixes in scope'/>
1405       <field name='exclPrefixMax' type='int' info=' size of the array'/>
1406       <field name='_private' type='void *' info='* Extensions.
1407 *'/>
1408       <field name='extInfos' type='xmlHashTablePtr' info=' the extension data'/>
1409       <field name='extrasNr' type='int' info='* For keeping track of nested includes
1410 *'/>
1411       <field name='includes' type='xsltDocumentPtr' info='* dictionary: shared between stylesheet, context and documents.
1412 *'/>
1413       <field name='dict' type='xmlDictPtr' info='* precompiled attribute value templates.
1414 *'/>
1415       <field name='attVTs' type='void *' info='* if namespace-alias has an alias for the default stylesheet prefix
1416 * NOTE: Not used in the refactored code.
1417 *'/>
1418       <field name='defaultAlias' type='const xmlChar *' info='* bypass pre-processing (already done) (used in imports)
1419 *'/>
1420       <field name='nopreproc' type='int' info='* all document text strings were internalized
1421 *'/>
1422       <field name='internalized' type='int' info='* Literal Result Element as Stylesheet c.f. section 2.3
1423 *'/>
1424       <field name='literal_result' type='int' info='* The principal stylesheet
1425 *'/>
1426       <field name='principal' type='xsltStylesheetPtr' info='* Compilation context used during compile-time.
1427 *'/>
1428       <field name='compCtxt' type='xsltCompilerCtxtPtr' info=' TODO: Change this to (void *).'/>
1429       <field name='principalData' type='xsltPrincipalStylesheetDataPtr' info=''/>
1430     </struct>
1431     <typedef name='xsltStylesheetPtr' file='xsltInternals' type='xsltStylesheet *'/>
1432     <struct name='xsltTemplate' file='xsltInternals' type='struct _xsltTemplate'>
1433       <field name='next' type='struct _xsltTemplate *' info=' chained list sorted by priority'/>
1434       <field name='style' type='struct _xsltStylesheet *' info=' the containing stylesheet'/>
1435       <field name='match' type='xmlChar *' info=' the matching string'/>
1436       <field name='priority' type='float' info=' as given from the stylesheet, not computed'/>
1437       <field name='name' type='const xmlChar *' info=' the local part of the name QName'/>
1438       <field name='nameURI' type='const xmlChar *' info=' the URI part of the name QName'/>
1439       <field name='mode' type='const xmlChar *' info=' the local part of the mode QName'/>
1440       <field name='modeURI' type='const xmlChar *' info=' the URI part of the mode QName'/>
1441       <field name='content' type='xmlNodePtr' info=' the template replacement value'/>
1442       <field name='elem' type='xmlNodePtr' info='* TODO: @inheritedNsNr and @inheritedNs won&apos;t be used in the
1443 *  refactored code.
1444 *'/>
1445       <field name='inheritedNsNr' type='int' info=' number of inherited namespaces'/>
1446       <field name='inheritedNs' type='xmlNsPtr *' info=' inherited non-excluded namespaces Profiling informations'/>
1447       <field name='nbCalls' type='int' info=' the number of time the template was called'/>
1448       <field name='time' type='unsigned long' info=' the time spent in this template'/>
1449       <field name='params' type='void *' info=' xsl:param instructions'/>
1450     </struct>
1451     <typedef name='xsltTemplatePtr' file='xsltInternals' type='xsltTemplate *'/>
1452     <struct name='xsltTransformCache' file='xsltInternals' type='struct _xsltTransformCache'>
1453       <field name='RVT' type='xmlDocPtr' info=''/>
1454       <field name='nbRVT' type='int' info=''/>
1455       <field name='stackItems' type='xsltStackElemPtr' info=''/>
1456       <field name='nbStackItems' type='int' info=''/>
1457       <field name='dbgCachedRVTs' type='int' info=''/>
1458       <field name='dbgReusedRVTs' type='int' info=''/>
1459       <field name='dbgCachedVars' type='int' info=''/>
1460       <field name='dbgReusedVars' type='int' info=''/>
1461     </struct>
1462     <typedef name='xsltTransformCachePtr' file='xsltInternals' type='xsltTransformCache *'/>
1463     <struct name='xsltTransformContext' file='xsltInternals' type='struct _xsltTransformContext'>
1464       <field name='style' type='xsltStylesheetPtr' info=' the stylesheet used'/>
1465       <field name='type' type='xsltOutputType' info=' the type of output'/>
1466       <field name='templ' type='xsltTemplatePtr' info=' the current template'/>
1467       <field name='templNr' type='int' info=' Nb of templates in the stack'/>
1468       <field name='templMax' type='int' info=' Size of the templtes stack'/>
1469       <field name='templTab' type='xsltTemplatePtr *' info=' the template stack'/>
1470       <field name='vars' type='xsltStackElemPtr' info=' the current variable list'/>
1471       <field name='varsNr' type='int' info=' Nb of variable list in the stack'/>
1472       <field name='varsMax' type='int' info=' Size of the variable list stack'/>
1473       <field name='varsTab' type='xsltStackElemPtr *' info=' the variable list stack'/>
1474       <field name='varsBase' type='int' info='* Extensions
1475 *'/>
1476       <field name='extFunctions' type='xmlHashTablePtr' info=' the extension functions'/>
1477       <field name='extElements' type='xmlHashTablePtr' info=' the extension elements'/>
1478       <field name='extInfos' type='xmlHashTablePtr' info=' the extension data'/>
1479       <field name='mode' type='const xmlChar *' info=' the current mode'/>
1480       <field name='modeURI' type='const xmlChar *' info=' the current mode URI'/>
1481       <field name='docList' type='xsltDocumentPtr' info=' the document list'/>
1482       <field name='document' type='xsltDocumentPtr' info=' the current source document; can be NULL if an RTF'/>
1483       <field name='node' type='xmlNodePtr' info=' the current node being processed'/>
1484       <field name='nodeList' type='xmlNodeSetPtr' info=' the current node list xmlNodePtr current;                      the node'/>
1485       <field name='output' type='xmlDocPtr' info=' the resulting document'/>
1486       <field name='insert' type='xmlNodePtr' info=' the insertion node'/>
1487       <field name='xpathCtxt' type='xmlXPathContextPtr' info=' the XPath context'/>
1488       <field name='state' type='xsltTransformState' info='* Global variables
1489 *'/>
1490       <field name='globalVars' type='xmlHashTablePtr' info=' the global variables and params'/>
1491       <field name='inst' type='xmlNodePtr' info=' the instruction in the stylesheet'/>
1492       <field name='xinclude' type='int' info=' should XInclude be processed'/>
1493       <field name='outputFile' type='const char *' info=' the output URI if known'/>
1494       <field name='profile' type='int' info=' is this run profiled'/>
1495       <field name='prof' type='long' info=' the current profiled value'/>
1496       <field name='profNr' type='int' info=' Nb of templates in the stack'/>
1497       <field name='profMax' type='int' info=' Size of the templtaes stack'/>
1498       <field name='profTab' type='long *' info=' the profile template stack'/>
1499       <field name='_private' type='void *' info=' user defined data'/>
1500       <field name='extrasNr' type='int' info=' the number of extras used'/>
1501       <field name='extrasMax' type='int' info=' the number of extras allocated'/>
1502       <field name='extras' type='xsltRuntimeExtraPtr' info=' extra per runtime informations'/>
1503       <field name='styleList' type='xsltDocumentPtr' info=' the stylesheet docs list'/>
1504       <field name='sec' type='void *' info=' the security preferences if any'/>
1505       <field name='error' type='xmlGenericErrorFunc' info=' a specific error handler'/>
1506       <field name='errctx' type='void *' info=' context for the error handler'/>
1507       <field name='sortfunc' type='xsltSortFunc' info='* handling of temporary Result Value Tree
1508 * (XSLT 1.0 term: &quot;Result Tree Fragment&quot;)
1509 *'/>
1510       <field name='tmpRVT' type='xmlDocPtr' info=' list of RVT without persistance'/>
1511       <field name='persistRVT' type='xmlDocPtr' info=' list of persistant RVTs'/>
1512       <field name='ctxtflags' type='int' info='* Speed optimization when coalescing text nodes
1513 *'/>
1514       <field name='lasttext' type='const xmlChar *' info=' last text node content'/>
1515       <field name='lasttsize' type='unsigned int' info=' last text node size'/>
1516       <field name='lasttuse' type='unsigned int' info='* Per Context Debugging
1517 *'/>
1518       <field name='debugStatus' type='int' info=' the context level debug status'/>
1519       <field name='traceCode' type='unsigned long *' info=' pointer to the variable holding the mask'/>
1520       <field name='parserOptions' type='int' info='* dictionary: shared between stylesheet, context and documents.
1521 *'/>
1522       <field name='dict' type='xmlDictPtr' info=''/>
1523       <field name='tmpDoc' type='xmlDocPtr' info='* all document text strings are internalized
1524 *'/>
1525       <field name='internalized' type='int' info=''/>
1526       <field name='nbKeys' type='int' info=''/>
1527       <field name='hasTemplKeyPatterns' type='int' info=''/>
1528       <field name='currentTemplateRule' type='xsltTemplatePtr' info=' the Current Template Rule'/>
1529       <field name='initialContextNode' type='xmlNodePtr' info=''/>
1530       <field name='initialContextDoc' type='xmlDocPtr' info=''/>
1531       <field name='cache' type='xsltTransformCachePtr' info=''/>
1532       <field name='contextVariable' type='void *' info=' the current variable item'/>
1533       <field name='localRVT' type='xmlDocPtr' info=' list of local tree fragments; will be freed when
1534 the instruction which created the fragment
1535 exits'/>
1536       <field name='localRVTBase' type='xmlDocPtr' info=''/>
1537       <field name='keyInitLevel' type='int' info=' Needed to catch recursive keys issues'/>
1538       <field name='funcLevel' type='int' info=' Needed to catch recursive functions issues'/>
1539     </struct>
1540     <typedef name='xsltTransformContextPtr' file='xsltInternals' type='xsltTransformContext *'/>
1541     <typedef name='xsltTransformState' file='xsltInternals' type='enum'/>
1542     <struct name='xsltVarInfo' file='xsltInternals' type='struct _xsltVarInfo'>
1543       <field name='next' type='xsltVarInfoPtr' info=' next in the list'/>
1544       <field name='prev' type='xsltVarInfoPtr' info=''/>
1545       <field name='depth' type='int' info=' the depth in the tree'/>
1546       <field name='name' type='const xmlChar *' info=''/>
1547       <field name='nsName' type='const xmlChar *' info=''/>
1548     </struct>
1549     <typedef name='xsltVarInfoPtr' file='xsltInternals' type='xsltVarInfo *'/>
1550     <variable name='xslDebugStatus' file='xsltutils' type='int'/>
1551     <variable name='xsltConstNamespaceNameXSLT' file='xsltInternals' type='const xmlChar *'/>
1552     <variable name='xsltDocDefaultLoader' file='documents' type='xsltDocLoaderFunc'/>
1553     <variable name='xsltEngineVersion' file='xslt' type='const char *'/>
1554     <variable name='xsltExtMarker' file='preproc' type='const xmlChar *'/>
1555     <variable name='xsltGenericDebug' file='xsltutils' type='xmlGenericErrorFunc'/>
1556     <variable name='xsltGenericDebugContext' file='xsltutils' type='void *'/>
1557     <variable name='xsltGenericError' file='xsltutils' type='xmlGenericErrorFunc'/>
1558     <variable name='xsltGenericErrorContext' file='xsltutils' type='void *'/>
1559     <variable name='xsltLibxmlVersion' file='xslt' type='const int'/>
1560     <variable name='xsltLibxsltVersion' file='xslt' type='const int'/>
1561     <variable name='xsltMaxDepth' file='xslt' type='int'/>
1562     <variable name='xsltXSLTAttrMarker' file='xsltInternals' type='const xmlChar *'/>
1563     <function name='xslAddCall' file='xsltutils'>
1564       <info>Add template &quot;call&quot; to call stack</info>
1565       <return type='int' info=': 1 on sucess 0 otherwise an error may be printed if WITH_XSLT_DEBUG_BREAKPOINTS is defined'/>
1566       <arg name='templ' type='xsltTemplatePtr' info='current template being applied'/>
1567       <arg name='source' type='xmlNodePtr' info='the source node being processed'/>
1568     </function>
1569     <function name='xslDropCall' file='xsltutils'>
1570       <info>Drop the topmost item off the call stack</info>
1571       <return type='void'/>
1572     </function>
1573     <function name='xslHandleDebugger' file='transform'>
1574       <info>If either cur or node are a breakpoint, or xslDebugStatus in state where debugging must occcur at this time then transfer control to the xslDebugBreak function</info>
1575       <return type='void'/>
1576       <arg name='cur' type='xmlNodePtr' info='source node being executed'/>
1577       <arg name='node' type='xmlNodePtr' info='data node being processed'/>
1578       <arg name='templ' type='xsltTemplatePtr' info='temlate that applies to node'/>
1579       <arg name='ctxt' type='xsltTransformContextPtr' info='the xslt transform context'/>
1580     </function>
1581     <functype name='xsltAddCallCallback' file='xsltutils'>
1582       <info></info>
1583       <return type='int' info=''/>
1584       <arg name='templ' type='xsltTemplatePtr' info=''/>
1585       <arg name='source' type='xmlNodePtr' info=''/>
1586     </functype>
1587     <function name='xsltAddKey' file='keys'>
1588       <info>add a key definition to a stylesheet</info>
1589       <return type='int' info='0 in case of success, and -1 in case of failure.'/>
1590       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
1591       <arg name='name' type='const xmlChar *' info='the key name or NULL'/>
1592       <arg name='nameURI' type='const xmlChar *' info='the name URI or NULL'/>
1593       <arg name='match' type='const xmlChar *' info='the match value'/>
1594       <arg name='use' type='const xmlChar *' info='the use value'/>
1595       <arg name='inst' type='xmlNodePtr' info='the key instruction'/>
1596     </function>
1597     <function name='xsltAddStackElemList' file='variables'>
1598       <info>Push an element list onto the stack.</info>
1599       <return type='int' info='0 in case of success, -1 in case of failure.'/>
1600       <arg name='ctxt' type='xsltTransformContextPtr' info='xn XSLT transformation context'/>
1601       <arg name='elems' type='xsltStackElemPtr' info='a stack element list'/>
1602     </function>
1603     <function name='xsltAddTemplate' file='pattern'>
1604       <info>Register the XSLT pattern associated to @cur</info>
1605       <return type='int' info='-1 in case of error, 0 otherwise'/>
1606       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
1607       <arg name='cur' type='xsltTemplatePtr' info='an XSLT template'/>
1608       <arg name='mode' type='const xmlChar *' info='the mode name or NULL'/>
1609       <arg name='modeURI' type='const xmlChar *' info='the mode URI or NULL'/>
1610     </function>
1611     <function name='xsltAllocateExtra' file='xsltInternals'>
1612       <info>Allocate an extra runtime information slot statically while compiling the stylesheet and return its number</info>
1613       <return type='int' info='the number of the slot'/>
1614       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
1615     </function>
1616     <function name='xsltAllocateExtraCtxt' file='xsltInternals'>
1617       <info>Allocate an extra runtime information slot at run-time and return its number This make sure there is a slot ready in the transformation context</info>
1618       <return type='int' info='the number of the slot'/>
1619       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1620     </function>
1621     <function name='xsltApplyAttributeSet' file='attributes'>
1622       <info>Apply the xsl:use-attribute-sets. If @attrSets is NULL, then @inst will be used to exctract this value. If both, @attrSets and @inst, are NULL, then this will do nothing.</info>
1623       <return type='void'/>
1624       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT stylesheet'/>
1625       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
1626       <arg name='inst' type='xmlNodePtr' info='the attribute node &quot;xsl:use-attribute-sets&quot;'/>
1627       <arg name='attrSets' type='const xmlChar *' info='the list of QNames of the attribute-sets to be applied'/>
1628     </function>
1629     <function name='xsltApplyImports' file='transform'>
1630       <info>Process the XSLT apply-imports element.</info>
1631       <return type='void'/>
1632       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1633       <arg name='contextNode' type='xmlNodePtr' info='the current node in the source tree.'/>
1634       <arg name='inst' type='xmlNodePtr' info='the element node of the XSLT &apos;apply-imports&apos; instruction'/>
1635       <arg name='comp' type='xsltStylePreCompPtr' info='the compiled instruction'/>
1636     </function>
1637     <function name='xsltApplyOneTemplate' file='transform'>
1638       <info>Processes a sequence constructor on the current node in the source tree.  @params are the already computed variable stack items; this function pushes them on the variable stack, and pops them before exiting; it&apos;s left to the caller to free or reuse @params afterwards. The initial states of the variable stack will always be restored before this function exits. NOTE that this does *not* initiate a new distinct variable scope; i.e. variables already on the stack are visible to the process. The caller&apos;s side needs to start a new variable scope if needed (e.g. in exsl:function).  @templ is obsolete and not used anymore (e.g. &lt;exslt:function&gt; does not provide a @templ); a non-NULL @templ might raise an error in the future.  BIG NOTE: This function is not intended to process the content of an xsl:template; it does not expect xsl:param instructions in @list and will report errors if found.  Called by: - xsltEvalVariable() (variables.c) - exsltFuncFunctionFunction() (libexsl/functions.c)</info>
1639       <return type='void'/>
1640       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1641       <arg name='contextNode' type='xmlNodePtr' info='the node in the source tree.'/>
1642       <arg name='list' type='xmlNodePtr' info='the nodes of a sequence constructor'/>
1643       <arg name='templ' type='xsltTemplatePtr' info='not used'/>
1644       <arg name='params' type='xsltStackElemPtr' info='a set of parameters (xsl:param) or NULL'/>
1645     </function>
1646     <function name='xsltApplyStripSpaces' file='transform'>
1647       <info>Strip the unwanted ignorable spaces from the input tree</info>
1648       <return type='void'/>
1649       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1650       <arg name='node' type='xmlNodePtr' info='the root of the XML tree'/>
1651     </function>
1652     <function name='xsltApplyStylesheet' file='transform'>
1653       <info>Apply the stylesheet to the document NOTE: This may lead to a non-wellformed output XML wise !</info>
1654       <return type='xmlDocPtr' info='the result document or NULL in case of error'/>
1655       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
1656       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
1657       <arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
1658     </function>
1659     <function name='xsltApplyStylesheetUser' file='transform'>
1660       <info>Apply the stylesheet to the document and allow the user to provide its own transformation context.</info>
1661       <return type='xmlDocPtr' info='the result document or NULL in case of error'/>
1662       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
1663       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
1664       <arg name='params' type='const char **' info='a NULL terminated array of parameters names/values tuples'/>
1665       <arg name='output' type='const char *' info='the targetted output'/>
1666       <arg name='profile' type='FILE *' info='profile FILE * output or NULL'/>
1667       <arg name='userCtxt' type='xsltTransformContextPtr' info='user provided transform context'/>
1668     </function>
1669     <function name='xsltApplyTemplates' file='transform'>
1670       <info>Processes the XSLT &apos;apply-templates&apos; instruction on the current node.</info>
1671       <return type='void'/>
1672       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT transformation context'/>
1673       <arg name='node' type='xmlNodePtr' info='the &apos;current node&apos; in the source tree'/>
1674       <arg name='inst' type='xmlNodePtr' info='the element node of an XSLT &apos;apply-templates&apos; instruction'/>
1675       <arg name='castedComp' type='xsltStylePreCompPtr' info='the compiled instruction'/>
1676     </function>
1677     <function name='xsltAttrListTemplateProcess' file='templates'>
1678       <info>Processes all attributes of a Literal Result Element. Attribute references are applied via xsl:use-attribute-set attributes. Copies all non XSLT-attributes over to the @target element and evaluates Attribute Value Templates.  Called by xsltApplySequenceConstructor() (transform.c).</info>
1679       <return type='xmlAttrPtr' info='a new list of attribute nodes, or NULL in case of error. (Don&apos;t assign the result to @target-&gt;properties; if the result is NULL, you&apos;ll get memory leaks, since the attributes will be disattached.)'/>
1680       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1681       <arg name='target' type='xmlNodePtr' info='the element where the attributes will be grafted'/>
1682       <arg name='attrs' type='xmlAttrPtr' info='the first attribute'/>
1683     </function>
1684     <function name='xsltAttrTemplateProcess' file='templates'>
1685       <info>Process one attribute of a Literal Result Element (in the stylesheet). Evaluates Attribute Value Templates and copies the attribute over to the result element. This does *not* process attribute sets (xsl:use-attribute-set).</info>
1686       <return type='xmlAttrPtr' info='the generated attribute node.'/>
1687       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1688       <arg name='target' type='xmlNodePtr' info='the element where the attribute will be grafted'/>
1689       <arg name='attr' type='xmlAttrPtr' info='the attribute node of a literal result element'/>
1690     </function>
1691     <function name='xsltAttrTemplateValueProcess' file='templates'>
1692       <info>Process the given node and return the new string value.</info>
1693       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
1694       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1695       <arg name='str' type='const xmlChar *' info='the attribute template node value'/>
1696     </function>
1697     <function name='xsltAttrTemplateValueProcessNode' file='templates'>
1698       <info>Process the given string, allowing to pass a namespace mapping context and return the new string value.  Called by: - xsltAttrTemplateValueProcess() (templates.c) - xsltEvalAttrValueTemplate() (templates.c)  QUESTION: Why is this function public? It is not used outside of templates.c.</info>
1699       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
1700       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1701       <arg name='str' type='const xmlChar *' info='the attribute template node value'/>
1702       <arg name='inst' type='xmlNodePtr' info='the instruction (or LRE) in the stylesheet holding the attribute with an AVT'/>
1703     </function>
1704     <function name='xsltAttribute' file='transform'>
1705       <info>Process the xslt attribute node on the source node</info>
1706       <return type='void'/>
1707       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1708       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
1709       <arg name='inst' type='xmlNodePtr' info='the xslt attribute node'/>
1710       <arg name='comp' type='xsltStylePreCompPtr' info='precomputed information'/>
1711     </function>
1712     <function name='xsltCalibrateAdjust' file='xsltutils'>
1713       <info>Used for to correct the calibration for xsltTimestamp()</info>
1714       <return type='void'/>
1715       <arg name='delta' type='long' info='a negative dealy value found'/>
1716     </function>
1717     <function name='xsltCallTemplate' file='transform'>
1718       <info>Processes the XSLT call-template instruction on the source node.</info>
1719       <return type='void'/>
1720       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT transformation context'/>
1721       <arg name='node' type='xmlNodePtr' info='the &quot;current node&quot; in the source tree'/>
1722       <arg name='inst' type='xmlNodePtr' info='the XSLT &apos;call-template&apos; instruction'/>
1723       <arg name='castedComp' type='xsltStylePreCompPtr' info='the compiled information of the instruction'/>
1724     </function>
1725     <function name='xsltCheckExtPrefix' file='extensions'>
1726       <info>Check if the given prefix is one of the declared extensions. This is intended to be called only at compile-time. Called by: xsltGetInheritedNsList() (xslt.c) xsltParseTemplateContent (xslt.c)</info>
1727       <return type='int' info='1 if this is an extension, 0 otherwise'/>
1728       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
1729       <arg name='URI' type='const xmlChar *' info='the namespace prefix (possibly NULL)'/>
1730     </function>
1731     <function name='xsltCheckExtURI' file='extensions'>
1732       <info>Check if the given prefix is one of the declared extensions. This is intended to be called only at compile-time. Called by: xsltPrecomputeStylesheet() (xslt.c) xsltParseTemplateContent (xslt.c)</info>
1733       <return type='int' info='1 if this is an extension, 0 otherwise'/>
1734       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
1735       <arg name='URI' type='const xmlChar *' info='the namespace URI (possibly NULL)'/>
1736     </function>
1737     <function name='xsltCheckRead' file='security'>
1738       <info>Check if the resource is allowed to be read</info>
1739       <return type='int' info='1 if read is allowed, 0 if not and -1 in case or error.'/>
1740       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security options'/>
1741       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1742       <arg name='URL' type='const xmlChar *' info='the resource to be read'/>
1743     </function>
1744     <function name='xsltCheckWrite' file='security'>
1745       <info>Check if the resource is allowed to be written, if necessary makes some preliminary work like creating directories</info>
1746       <return type='int' info='1 if write is allowed, 0 if not and -1 in case or error.'/>
1747       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security options'/>
1748       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1749       <arg name='URL' type='const xmlChar *' info='the resource to be written'/>
1750     </function>
1751     <function name='xsltChoose' file='transform'>
1752       <info>Processes the xsl:choose instruction on the source node.</info>
1753       <return type='void'/>
1754       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1755       <arg name='contextNode' type='xmlNodePtr' info='the current node in the source tree'/>
1756       <arg name='inst' type='xmlNodePtr' info='the xsl:choose instruction'/>
1757       <arg name='comp' type='xsltStylePreCompPtr' info='compiled information of the instruction'/>
1758     </function>
1759     <function name='xsltCleanupGlobals' file='xslt'>
1760       <info>Unregister all global variables set up by the XSLT library</info>
1761       <return type='void'/>
1762     </function>
1763     <function name='xsltCleanupTemplates' file='pattern'>
1764       <info>Cleanup the state of the templates used by the stylesheet and the ones it imports.</info>
1765       <return type='void'/>
1766       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
1767     </function>
1768     <function name='xsltComment' file='transform'>
1769       <info>Process the xslt comment node on the source node</info>
1770       <return type='void'/>
1771       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1772       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
1773       <arg name='inst' type='xmlNodePtr' info='the xslt comment node'/>
1774       <arg name='comp' type='xsltStylePreCompPtr' info='precomputed information'/>
1775     </function>
1776     <function name='xsltCompileAttr' file='xsltInternals'>
1777       <info>Precompile an attribute in a stylesheet, basically it checks if it is an attrubute value template, and if yes establish some structures needed to process it at transformation time.</info>
1778       <return type='void'/>
1779       <arg name='style' type='xsltStylesheetPtr' info='a XSLT process context'/>
1780       <arg name='attr' type='xmlAttrPtr' info='the attribute coming from the stylesheet.'/>
1781     </function>
1782     <function name='xsltCompilePattern' file='pattern'>
1783       <info>Compile the XSLT pattern and generates a list of precompiled form suitable for fast matching.  [1] Pattern ::= LocationPathPattern | Pattern &apos;|&apos; LocationPathPattern</info>
1784       <return type='xsltCompMatchPtr' info='the generated pattern list or NULL in case of failure'/>
1785       <arg name='pattern' type='const xmlChar *' info='an XSLT pattern'/>
1786       <arg name='doc' type='xmlDocPtr' info='the containing document'/>
1787       <arg name='node' type='xmlNodePtr' info='the containing element'/>
1788       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
1789       <arg name='runtime' type='xsltTransformContextPtr' info='the transformation context, if done at run-time'/>
1790     </function>
1791     <function name='xsltComputeSortResult' file='xsltutils'>
1792       <info>reorder the current node list accordingly to the set of sorting requirement provided by the array of nodes.</info>
1793       <return type='xmlXPathObjectPtr *' info='a ordered XPath nodeset or NULL in case of error.'/>
1794       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1795       <arg name='sort' type='xmlNodePtr' info='node list'/>
1796     </function>
1797     <function name='xsltCopy' file='transform'>
1798       <info>Execute the XSLT-copy instruction on the source node.</info>
1799       <return type='void'/>
1800       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT process context'/>
1801       <arg name='node' type='xmlNodePtr' info='the node in the source tree'/>
1802       <arg name='inst' type='xmlNodePtr' info='the element node of the XSLT-copy instruction'/>
1803       <arg name='castedComp' type='xsltStylePreCompPtr' info='computed information of the XSLT-copy instruction'/>
1804     </function>
1805     <function name='xsltCopyNamespace' file='namespaces'>
1806       <info>Copies a namespace node (declaration). If @elem is not NULL, then the new namespace will be declared on @elem.</info>
1807       <return type='xmlNsPtr' info='a new xmlNsPtr, or NULL in case of an error.'/>
1808       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
1809       <arg name='elem' type='xmlNodePtr' info='the target element node'/>
1810       <arg name='ns' type='xmlNsPtr' info='the namespace node'/>
1811     </function>
1812     <function name='xsltCopyNamespaceList' file='namespaces'>
1813       <info>Do a copy of an namespace list. If @node is non-NULL the new namespaces are added automatically. This handles namespaces aliases. This function is intended only for *internal* use at transformation-time for copying ns-declarations of Literal Result Elements.  Called by: xsltCopyTreeInternal() (transform.c) xsltShallowCopyElem() (transform.c)  REVISIT: This function won&apos;t be used in the refactored code.</info>
1814       <return type='xmlNsPtr' info='a new xmlNsPtr, or NULL in case of error.'/>
1815       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
1816       <arg name='node' type='xmlNodePtr' info='the target node'/>
1817       <arg name='cur' type='xmlNsPtr' info='the first namespace'/>
1818     </function>
1819     <function name='xsltCopyOf' file='transform'>
1820       <info>Process the XSLT copy-of instruction.</info>
1821       <return type='void'/>
1822       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1823       <arg name='node' type='xmlNodePtr' info='the current node in the source tree'/>
1824       <arg name='inst' type='xmlNodePtr' info='the element node of the XSLT copy-of instruction'/>
1825       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information of the XSLT copy-of instruction'/>
1826     </function>
1827     <function name='xsltCopyTextString' file='transform'>
1828       <info>Adds @string to a newly created or an existent text node child of @target.</info>
1829       <return type='xmlNodePtr' info='the text node, where the text content of @cur is copied to. NULL in case of API or internal errors.'/>
1830       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1831       <arg name='target' type='xmlNodePtr' info='the element where the text will be attached'/>
1832       <arg name='string' type='const xmlChar *' info='the text string'/>
1833       <arg name='noescape' type='int' info='should disable-escaping be activated for this text node.'/>
1834     </function>
1835     <function name='xsltCreateRVT' file='xsltInternals'>
1836       <info>Creates a Result Value Tree (the XSLT 1.0 term for this is &quot;Result Tree Fragment&quot;)</info>
1837       <return type='xmlDocPtr' info='the result value tree or NULL in case of API or internal errors.'/>
1838       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
1839     </function>
1840     <function name='xsltDebug' file='extra'>
1841       <info>Process an debug node</info>
1842       <return type='void'/>
1843       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
1844       <arg name='node' type='xmlNodePtr' info='The current node'/>
1845       <arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
1846       <arg name='comp' type='xsltStylePreCompPtr' info='precomputed informations'/>
1847     </function>
1848     <function name='xsltDebugDumpExtensions' file='extensions'>
1849       <info>Dumps a list of the registered XSLT extension functions and elements</info>
1850       <return type='void'/>
1851       <arg name='output' type='FILE *' info='the FILE * for the output, if NULL stdout is used'/>
1852     </function>
1853     <function name='xsltDebugGetDefaultTrace' file='xsltutils'>
1854       <info>Get the current default debug tracing level mask</info>
1855       <return type='xsltDebugTraceCodes' info='the current default debug tracing level mask'/>
1856     </function>
1857     <function name='xsltDebugSetDefaultTrace' file='xsltutils'>
1858       <info>Set the default debug tracing level mask</info>
1859       <return type='void'/>
1860       <arg name='val' type='xsltDebugTraceCodes' info='tracing level mask'/>
1861     </function>
1862     <function name='xsltDecimalFormatGetByName' file='xsltInternals'>
1863       <info>Find decimal-format by name</info>
1864       <return type='xsltDecimalFormatPtr' info='the xsltDecimalFormatPtr'/>
1865       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
1866       <arg name='name' type='xmlChar *' info='the decimal-format name to find'/>
1867     </function>
1868     <function name='xsltDefaultSortFunction' file='xsltutils'>
1869       <info>reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes.</info>
1870       <return type='void'/>
1871       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1872       <arg name='sorts' type='xmlNodePtr *' info='array of sort nodes'/>
1873       <arg name='nbsorts' type='int' info='the number of sorts in the array'/>
1874     </function>
1875     <function name='xsltDoSortFunction' file='xsltutils'>
1876       <info>reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes. This is a wrapper function, the actual function used is specified using xsltSetCtxtSortFunc() to set the context specific sort function, or xsltSetSortFunc() to set the global sort function. If a sort function is set on the context, this will get called. Otherwise the global sort function is called.</info>
1877       <return type='void'/>
1878       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1879       <arg name='sorts' type='xmlNodePtr *' info='array of sort nodes'/>
1880       <arg name='nbsorts' type='int' info='the number of sorts in the array'/>
1881     </function>
1882     <functype name='xsltDocLoaderFunc' file='documents'>
1883       <info>An xsltDocLoaderFunc is a signature for a function which can be registered to load document not provided by the compilation or transformation API themselve, for example when an xsl:import, xsl:include is found at compilation time or when a document() call is made at runtime.</info>
1884       <return type='xmlDocPtr' info='the pointer to the document (which will be modified and freed by the engine later), or NULL in case of error.'/>
1885       <arg name='URI' type='const xmlChar *' info='the URI of the document to load'/>
1886       <arg name='dict' type='xmlDictPtr' info='the dictionary to use when parsing that document'/>
1887       <arg name='options' type='int' info='parsing options, a set of xmlParserOption'/>
1888       <arg name='ctxt' type='void *' info='the context, either a stylesheet or a transformation context'/>
1889       <arg name='type' type='xsltLoadType' info='the xsltLoadType indicating the kind of loading required'/>
1890     </functype>
1891     <function name='xsltDocumentComp' file='preproc'>
1892       <info>Pre process an XSLT-1.1 document element</info>
1893       <return type='xsltElemPreCompPtr' info='a precompiled data structure for the element'/>
1894       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
1895       <arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
1896       <arg name='function' type='xsltTransformFunction' info='unused'/>
1897     </function>
1898     <function name='xsltDocumentElem' file='transform'>
1899       <info>Process an EXSLT/XSLT-1.1 document element</info>
1900       <return type='void'/>
1901       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
1902       <arg name='node' type='xmlNodePtr' info='The current node'/>
1903       <arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
1904       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information'/>
1905     </function>
1906     <function name='xsltDocumentFunction' file='functions'>
1907       <info>Implement the document() XSLT function node-set document(object, node-set?)</info>
1908       <return type='void'/>
1909       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
1910       <arg name='nargs' type='int' info='the number of arguments'/>
1911     </function>
1912     <function name='xsltDocumentSortFunction' file='xsltutils'>
1913       <info>reorder the current node list @list accordingly to the document order This function is slow, obsolete and should not be used anymore.</info>
1914       <return type='void'/>
1915       <arg name='list' type='xmlNodeSetPtr' info='the node set'/>
1916     </function>
1917     <functype name='xsltDropCallCallback' file='xsltutils'>
1918       <info></info>
1919       <return type='void'/>
1920     </functype>
1921     <functype name='xsltElemPreCompDeallocator' file='xsltInternals'>
1922       <info>Deallocates an #xsltElemPreComp structure.</info>
1923       <return type='void'/>
1924       <arg name='comp' type='xsltElemPreCompPtr' info='the #xsltElemPreComp to free up'/>
1925     </functype>
1926     <function name='xsltElement' file='transform'>
1927       <info>Process the xslt element node on the source node</info>
1928       <return type='void'/>
1929       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
1930       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
1931       <arg name='inst' type='xmlNodePtr' info='the xslt element node'/>
1932       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information'/>
1933     </function>
1934     <function name='xsltElementAvailableFunction' file='functions'>
1935       <info>Implement the element-available() XSLT function boolean element-available(string)</info>
1936       <return type='void'/>
1937       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
1938       <arg name='nargs' type='int' info='the number of arguments'/>
1939     </function>
1940     <function name='xsltEvalAVT' file='xsltInternals'>
1941       <info>Process the given AVT, and return the new string value.</info>
1942       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
1943       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1944       <arg name='avt' type='void *' info='the prevompiled attribute value template info'/>
1945       <arg name='node' type='xmlNodePtr' info='the node hosting the attribute'/>
1946     </function>
1947     <function name='xsltEvalAttrValueTemplate' file='templates'>
1948       <info>Evaluate a attribute value template, i.e. the attribute value can contain expressions contained in curly braces ({}) and those are substituted by they computed value.</info>
1949       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
1950       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1951       <arg name='inst' type='xmlNodePtr' info='the instruction (or LRE) in the stylesheet holding the attribute with an AVT'/>
1952       <arg name='name' type='const xmlChar *' info='the attribute QName'/>
1953       <arg name='ns' type='const xmlChar *' info='the attribute namespace URI'/>
1954     </function>
1955     <function name='xsltEvalGlobalVariables' file='variables'>
1956       <info>Evaluates all global variables and parameters of a stylesheet. For internal use only. This is called at start of a transformation.</info>
1957       <return type='int' info='0 in case of success, -1 in case of error'/>
1958       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1959     </function>
1960     <function name='xsltEvalOneUserParam' file='variables'>
1961       <info>This is normally called from xsltEvalUserParams to process a single parameter from a list of parameters.  The @value is evaluated as an XPath expression and the result is stored in the context&apos;s global variable/parameter hash table.  To have a parameter treated literally (not as an XPath expression) use xsltQuoteUserParams (or xsltQuoteOneUserParam).  For more details see description of xsltProcessOneUserParamInternal.</info>
1962       <return type='int' info='0 in case of success, -1 in case of error.'/>
1963       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1964       <arg name='name' type='const xmlChar *' info='a null terminated string giving the name of the parameter'/>
1965       <arg name='value' type='const xmlChar *' info='a null terminated string giving the XPath expression to be evaluated'/>
1966     </function>
1967     <function name='xsltEvalStaticAttrValueTemplate' file='templates'>
1968       <info>Check if an attribute value template has a static value, i.e. the attribute value does not contain expressions contained in curly braces ({})</info>
1969       <return type='const xmlChar *' info='the static string value or NULL, must be deallocated by the caller.'/>
1970       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
1971       <arg name='inst' type='xmlNodePtr' info='the instruction (or LRE) in the stylesheet holding the attribute with an AVT'/>
1972       <arg name='name' type='const xmlChar *' info='the attribute Name'/>
1973       <arg name='ns' type='const xmlChar *' info='the attribute namespace URI'/>
1974       <arg name='found' type='int *' info='indicator whether the attribute is present'/>
1975     </function>
1976     <function name='xsltEvalTemplateString' file='templates'>
1977       <info>Processes the sequence constructor of the given instruction on @contextNode and converts the resulting tree to a string. This is needed by e.g. xsl:comment and xsl:processing-instruction.</info>
1978       <return type='xmlChar *' info='the computed string value or NULL; it&apos;s up to the caller to free the result.'/>
1979       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1980       <arg name='contextNode' type='xmlNodePtr' info='the current node in the source tree'/>
1981       <arg name='inst' type='xmlNodePtr' info='the XSLT instruction (xsl:comment, xsl:processing-instruction)'/>
1982     </function>
1983     <function name='xsltEvalUserParams' file='variables'>
1984       <info>Evaluate the global variables of a stylesheet. This needs to be done on parsed stylesheets before starting to apply transformations. Each of the parameters is evaluated as an XPath expression and stored in the global variables/parameter hash table.  If you want your parameter used literally, use xsltQuoteUserParams.</info>
1985       <return type='int' info='0 in case of success, -1 in case of error'/>
1986       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1987       <arg name='params' type='const char **' info='a NULL terminated array of parameters name/value tuples'/>
1988     </function>
1989     <function name='xsltEvalXPathPredicate' file='templates'>
1990       <info>Process the expression using XPath and evaluate the result as an XPath predicate</info>
1991       <return type='int' info='1 is the predicate was true, 0 otherwise'/>
1992       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
1993       <arg name='comp' type='xmlXPathCompExprPtr' info='the XPath compiled expression'/>
1994       <arg name='nsList' type='xmlNsPtr *' info='the namespaces in scope'/>
1995       <arg name='nsNr' type='int' info='the number of namespaces in scope'/>
1996     </function>
1997     <function name='xsltEvalXPathString' file='templates'>
1998       <info>Process the expression using XPath and get a string</info>
1999       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
2000       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2001       <arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
2002     </function>
2003     <function name='xsltEvalXPathStringNs' file='templates'>
2004       <info>Process the expression using XPath, allowing to pass a namespace mapping context and get a string</info>
2005       <return type='xmlChar *' info='the computed string value or NULL, must be deallocated by the caller.'/>
2006       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2007       <arg name='comp' type='xmlXPathCompExprPtr' info='the compiled XPath expression'/>
2008       <arg name='nsNr' type='int' info='the number of namespaces in the list'/>
2009       <arg name='nsList' type='xmlNsPtr *' info='the list of in-scope namespaces to use'/>
2010     </function>
2011     <function name='xsltExtElementLookup' file='extensions'>
2012       <info>Looks up an extension element. @ctxt can be NULL to search only in module elements.</info>
2013       <return type='xsltTransformFunction' info='the element callback or NULL if not found'/>
2014       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT process context'/>
2015       <arg name='name' type='const xmlChar *' info='the element name'/>
2016       <arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
2017     </function>
2018     <functype name='xsltExtInitFunction' file='extensions'>
2019       <info>A function called at initialization time of an XSLT extension module.</info>
2020       <return type='void *' info='a pointer to the module specific data for this transformation.'/>
2021       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2022       <arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
2023     </functype>
2024     <function name='xsltExtModuleElementLookup' file='extensions'>
2025       <info>Looks up an extension module element</info>
2026       <return type='xsltTransformFunction' info='the callback function if found, NULL otherwise.'/>
2027       <arg name='name' type='const xmlChar *' info='the element name'/>
2028       <arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
2029     </function>
2030     <function name='xsltExtModuleElementPreComputeLookup' file='extensions'>
2031       <info>Looks up an extension module element pre-computation function</info>
2032       <return type='xsltPreComputeFunction' info='the callback function if found, NULL otherwise.'/>
2033       <arg name='name' type='const xmlChar *' info='the element name'/>
2034       <arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
2035     </function>
2036     <function name='xsltExtModuleFunctionLookup' file='extensions'>
2037       <info>Looks up an extension module function</info>
2038       <return type='xmlXPathFunction' info='the function if found, NULL otherwise.'/>
2039       <arg name='name' type='const xmlChar *' info='the function name'/>
2040       <arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
2041     </function>
2042     <function name='xsltExtModuleTopLevelLookup' file='extensions'>
2043       <info>Looks up an extension module top-level element</info>
2044       <return type='xsltTopLevelFunction' info='the callback function if found, NULL otherwise.'/>
2045       <arg name='name' type='const xmlChar *' info='the top-level element name'/>
2046       <arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
2047     </function>
2048     <functype name='xsltExtShutdownFunction' file='extensions'>
2049       <info>A function called at shutdown time of an XSLT extension module.</info>
2050       <return type='void'/>
2051       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2052       <arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
2053       <arg name='data' type='void *' info='the data associated to this module'/>
2054     </functype>
2055     <function name='xsltExtensionInstructionResultFinalize' file='xsltInternals'>
2056       <info>Finalizes the data (e.g. result tree fragments) created within a value-returning process (e.g. EXSLT&apos;s function). Tree fragments marked as being returned by a function are set to normal state, which means that the fragment garbage collector will free them after the function-calling process exits.</info>
2057       <return type='int' info='0 in case of success and -1 in case of API or internal errors.'/>
2058       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2059     </function>
2060     <function name='xsltExtensionInstructionResultRegister' file='xsltInternals'>
2061       <info>Marks the result of a value-returning extension instruction in order to avoid it being garbage collected before the extension instruction exits. Note that one still has to additionally register any newly created tree fragments (via xsltCreateRVT()) with xsltRegisterLocalRVT().</info>
2062       <return type='int' info='0 in case of success and -1 in case of error.'/>
2063       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2064       <arg name='obj' type='xmlXPathObjectPtr' info='an XPath object to be inspected for result tree fragments'/>
2065     </function>
2066     <function name='xsltFindDocument' file='documents'>
2067       <info>Try to find a document within the XSLT transformation context. This will not find document infos for temporary Result Tree Fragments.</info>
2068       <return type='xsltDocumentPtr' info='the desired xsltDocumentPtr or NULL in case of error'/>
2069       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2070       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2071     </function>
2072     <function name='xsltFindElemSpaceHandling' file='imports'>
2073       <info>Find strip-space or preserve-space informations for an element respect the import precedence or the wildcards</info>
2074       <return type='int' info='1 if space should be stripped, 0 if not, and 2 if everything should be CDTATA wrapped.'/>
2075       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2076       <arg name='node' type='xmlNodePtr' info='an XML node'/>
2077     </function>
2078     <function name='xsltFindTemplate' file='imports'>
2079       <info>Finds the named template, apply import precedence rule. REVISIT TODO: We&apos;ll change the nameURI fields of templates to be in the string dict, so if the specified @nameURI is in the same dict, then use pointer comparison. Check if this can be done in a sane way. Maybe this function is not needed internally at transformation-time if we hard-wire the called templates to the caller.</info>
2080       <return type='xsltTemplatePtr' info='the xsltTemplatePtr or NULL if not found'/>
2081       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2082       <arg name='name' type='const xmlChar *' info='the template name'/>
2083       <arg name='nameURI' type='const xmlChar *' info='the template name URI'/>
2084     </function>
2085     <function name='xsltForEach' file='transform'>
2086       <info>Process the xslt for-each node on the source node</info>
2087       <return type='void'/>
2088       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2089       <arg name='contextNode' type='xmlNodePtr' info='the &quot;current node&quot; in the source tree'/>
2090       <arg name='inst' type='xmlNodePtr' info='the element node of the xsl:for-each instruction'/>
2091       <arg name='castedComp' type='xsltStylePreCompPtr' info='the compiled information of the instruction'/>
2092     </function>
2093     <function name='xsltFormatNumberConversion' file='xsltInternals'>
2094       <info>format-number() uses the JDK 1.1 DecimalFormat class:  http://java.sun.com/products/jdk/1.1/docs/api/java.text.DecimalFormat.html  Structure:  pattern    := subpattern{;subpattern} subpattern := {prefix}integer{.fraction}{suffix} prefix     := &apos;\\u0000&apos;..&apos;\\uFFFD&apos; - specialCharacters suffix     := &apos;\\u0000&apos;..&apos;\\uFFFD&apos; - specialCharacters integer    := &apos;#&apos;* &apos;0&apos;* &apos;0&apos; fraction   := &apos;0&apos;* &apos;#&apos;*  Notation: X*       0 or more instances of X (X | Y)  either X or Y. X..Y     any character from X up to Y, inclusive. S - T    characters in S, except those in T  Special Characters:  Symbol Meaning 0      a digit #      a digit, zero shows as absent .      placeholder for decimal separator ,      placeholder for grouping separator. ;      separates formats. -      default negative prefix. %      multiply by 100 and show as percentage ?      multiply by 1000 and show as per mille X      any other characters can be used in the prefix or suffix &apos;      used to quote special characters in a prefix or suffix.</info>
2095       <return type='xmlXPathError' info='a possible XPath error'/>
2096       <arg name='self' type='xsltDecimalFormatPtr' info='the decimal format'/>
2097       <arg name='format' type='xmlChar *' info='the format requested'/>
2098       <arg name='number' type='double' info='the value to format'/>
2099       <arg name='result' type='xmlChar **' info='the place to ouput the result'/>
2100     </function>
2101     <function name='xsltFormatNumberFunction' file='functions'>
2102       <info>Implement the format-number() XSLT function string format-number(number, string, string?)</info>
2103       <return type='void'/>
2104       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
2105       <arg name='nargs' type='int' info='the number of arguments'/>
2106     </function>
2107     <function name='xsltFreeAVTList' file='xsltInternals'>
2108       <info>Free up the memory associated to the attribute value templates</info>
2109       <return type='void'/>
2110       <arg name='avt' type='void *' info='pointer to an list of AVT structures'/>
2111     </function>
2112     <function name='xsltFreeAttributeSetsHashes' file='attributes'>
2113       <info>Free up the memory used by attribute sets</info>
2114       <return type='void'/>
2115       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2116     </function>
2117     <function name='xsltFreeCompMatchList' file='pattern'>
2118       <info>Free up the memory allocated by all the elements of @comp</info>
2119       <return type='void'/>
2120       <arg name='comp' type='xsltCompMatchPtr' info='an XSLT comp list'/>
2121     </function>
2122     <function name='xsltFreeCtxtExts' file='extensions'>
2123       <info>Free the XSLT extension data</info>
2124       <return type='void'/>
2125       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2126     </function>
2127     <function name='xsltFreeDocumentKeys' file='keys'>
2128       <info>Free the keys associated to a document</info>
2129       <return type='void'/>
2130       <arg name='idoc' type='xsltDocumentPtr' info='a XSLT document'/>
2131     </function>
2132     <function name='xsltFreeDocuments' file='documents'>
2133       <info>Free up all the space used by the loaded documents</info>
2134       <return type='void'/>
2135       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2136     </function>
2137     <function name='xsltFreeExts' file='extensions'>
2138       <info>Free up the memory used by XSLT extensions in a stylesheet</info>
2139       <return type='void'/>
2140       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2141     </function>
2142     <function name='xsltFreeGlobalVariables' file='variables'>
2143       <info>Free up the data associated to the global variables its value.</info>
2144       <return type='void'/>
2145       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2146     </function>
2147     <function name='xsltFreeKeys' file='keys'>
2148       <info>Free up the memory used by XSLT keys in a stylesheet</info>
2149       <return type='void'/>
2150       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2151     </function>
2152     <function name='xsltFreeLocale' file='xsltlocale'>
2153       <info>Frees a locale created with xsltNewLocale</info>
2154       <return type='void'/>
2155       <arg name='locale' type='xsltLocale' info='the locale to free'/>
2156     </function>
2157     <function name='xsltFreeNamespaceAliasHashes' file='namespaces'>
2158       <info>Free up the memory used by namespaces aliases</info>
2159       <return type='void'/>
2160       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2161     </function>
2162     <function name='xsltFreeRVTs' file='xsltInternals'>
2163       <info>Frees all registered result value trees (Result Tree Fragments) of the transformation. Internal function; should not be called by user-code.</info>
2164       <return type='void'/>
2165       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2166     </function>
2167     <function name='xsltFreeSecurityPrefs' file='security'>
2168       <info>Free up a security preference block</info>
2169       <return type='void'/>
2170       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to free'/>
2171     </function>
2172     <function name='xsltFreeStackElemList' file='xsltInternals'>
2173       <info>Free up the memory allocated by @elem</info>
2174       <return type='void'/>
2175       <arg name='elem' type='xsltStackElemPtr' info='an XSLT stack element'/>
2176     </function>
2177     <function name='xsltFreeStyleDocuments' file='documents'>
2178       <info>Frees the node-trees (and xsltDocument structures) of all stylesheet-modules of the stylesheet-level represented by the given @style.</info>
2179       <return type='void'/>
2180       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet (representing a stylesheet-level)'/>
2181     </function>
2182     <function name='xsltFreeStylePreComps' file='preproc'>
2183       <info>Free up the memory allocated by all precomputed blocks</info>
2184       <return type='void'/>
2185       <arg name='style' type='xsltStylesheetPtr' info='an XSLT transformation context'/>
2186     </function>
2187     <function name='xsltFreeStylesheet' file='xsltInternals'>
2188       <info>Free up the memory allocated by @style</info>
2189       <return type='void'/>
2190       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2191     </function>
2192     <function name='xsltFreeTemplateHashes' file='pattern'>
2193       <info>Free up the memory used by xsltAddTemplate/xsltGetTemplate mechanism</info>
2194       <return type='void'/>
2195       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2196     </function>
2197     <function name='xsltFreeTransformContext' file='transform'>
2198       <info>Free up the memory allocated by @ctxt</info>
2199       <return type='void'/>
2200       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT parser context'/>
2201     </function>
2202     <function name='xsltFunctionAvailableFunction' file='functions'>
2203       <info>Implement the function-available() XSLT function boolean function-available(string)</info>
2204       <return type='void'/>
2205       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
2206       <arg name='nargs' type='int' info='the number of arguments'/>
2207     </function>
2208     <function name='xsltFunctionNodeSet' file='extra'>
2209       <info>Implement the node-set() XSLT function node-set node-set(result-tree)  This function is available in libxslt, saxon or xt namespace.</info>
2210       <return type='void'/>
2211       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
2212       <arg name='nargs' type='int' info='the number of arguments'/>
2213     </function>
2214     <function name='xsltGenerateIdFunction' file='functions'>
2215       <info>Implement the generate-id() XSLT function string generate-id(node-set?)</info>
2216       <return type='void'/>
2217       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
2218       <arg name='nargs' type='int' info='the number of arguments'/>
2219     </function>
2220     <function name='xsltGetCNsProp' file='xsltutils'>
2221       <info>Similar to xmlGetNsProp() but with a slightly different semantic  Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace.  This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
2222       <return type='const xmlChar *' info='the attribute value or NULL if not found. The string is allocated in the stylesheet dictionary.'/>
2223       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2224       <arg name='node' type='xmlNodePtr' info='the node'/>
2225       <arg name='name' type='const xmlChar *' info='the attribute name'/>
2226       <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
2227     </function>
2228     <function name='xsltGetDebuggerStatus' file='xsltutils'>
2229       <info>Get xslDebugStatus.</info>
2230       <return type='int' info='the value of xslDebugStatus.'/>
2231     </function>
2232     <function name='xsltGetDefaultSecurityPrefs' file='security'>
2233       <info>Get the default security preference application-wide</info>
2234       <return type='xsltSecurityPrefsPtr' info='the current xsltSecurityPrefsPtr in use or NULL if none'/>
2235     </function>
2236     <function name='xsltGetExtData' file='extensions'>
2237       <info>Retrieve the data associated to the extension module in this given transformation.</info>
2238       <return type='void *' info='the pointer or NULL if not present'/>
2239       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2240       <arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
2241     </function>
2242     <function name='xsltGetExtInfo' file='extensions'>
2243       <info>looks up URI in extInfos of the stylesheet</info>
2244       <return type='xmlHashTablePtr' info='a pointer to the hash table if found, else NULL'/>
2245       <arg name='style' type='xsltStylesheetPtr' info='pointer to a stylesheet'/>
2246       <arg name='URI' type='const xmlChar *' info='the namespace URI desired'/>
2247     </function>
2248     <function name='xsltGetKey' file='keys'>
2249       <info>Looks up a key of the in current source doc (the document info on @ctxt-&gt;document). Computes the key if not already done for the current source doc.</info>
2250       <return type='xmlNodeSetPtr' info='the nodeset resulting from the query or NULL'/>
2251       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2252       <arg name='name' type='const xmlChar *' info='the key name or NULL'/>
2253       <arg name='nameURI' type='const xmlChar *' info='the name URI or NULL'/>
2254       <arg name='value' type='const xmlChar *' info='the key value to look for'/>
2255     </function>
2256     <function name='xsltGetNamespace' file='namespaces'>
2257       <info>Find a matching (prefix and ns-name) ns-declaration for the requested @ns-&gt;prefix and @ns-&gt;href in the result tree. If none is found then a new ns-declaration will be added to @resultElem. If, in this case, the given prefix is already in use, then a ns-declaration with a modified ns-prefix be we created.  Called by: - xsltCopyPropList() (*not*  anymore) - xsltShallowCopyElement() - xsltCopyTreeInternal() (*not*  anymore) - xsltApplySequenceConstructor() (*not* in the refactored code), - xsltElement() (*not* anymore)</info>
2258       <return type='xmlNsPtr' info='a namespace declaration or NULL in case of namespace fixup failures or API or internal errors.'/>
2259       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
2260       <arg name='cur' type='xmlNodePtr' info='the input node'/>
2261       <arg name='ns' type='xmlNsPtr' info='the namespace'/>
2262       <arg name='out' type='xmlNodePtr' info='the output node (or its parent)'/>
2263     </function>
2264     <function name='xsltGetNsProp' file='xsltutils'>
2265       <info>Similar to xmlGetNsProp() but with a slightly different semantic  Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace.  This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.</info>
2266       <return type='xmlChar *' info='the attribute value or NULL if not found. It&apos;s up to the caller to free the memory.'/>
2267       <arg name='node' type='xmlNodePtr' info='the node'/>
2268       <arg name='name' type='const xmlChar *' info='the attribute name'/>
2269       <arg name='nameSpace' type='const xmlChar *' info='the URI of the namespace'/>
2270     </function>
2271     <function name='xsltGetPlainNamespace' file='namespaces'>
2272       <info>Obsolete. *Not* called by any Libxslt/Libexslt function. Exaclty the same as xsltGetNamespace().</info>
2273       <return type='xmlNsPtr' info='a namespace declaration or NULL in case of namespace fixup failures or API or internal errors.'/>
2274       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
2275       <arg name='cur' type='xmlNodePtr' info='the input node'/>
2276       <arg name='ns' type='xmlNsPtr' info='the namespace'/>
2277       <arg name='out' type='xmlNodePtr' info='the result element'/>
2278     </function>
2279     <function name='xsltGetProfileInformation' file='xsltutils'>
2280       <info>This function should be called after the transformation completed to extract template processing profiling informations if availble. The informations are returned as an XML document tree like &lt;?xml version=&quot;1.0&quot;?&gt; &lt;profile&gt; &lt;template rank=&quot;1&quot; match=&quot;*&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;6&quot; time=&quot;48&quot; average=&quot;8&quot;/&gt; &lt;template rank=&quot;2&quot; match=&quot;item2|item3&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;10&quot; time=&quot;30&quot; average=&quot;3&quot;/&gt; &lt;template rank=&quot;3&quot; match=&quot;item1&quot; name=&quot;&quot; mode=&quot;&quot; calls=&quot;5&quot; time=&quot;17&quot; average=&quot;3&quot;/&gt; &lt;/profile&gt; The caller will need to free up the returned tree with xmlFreeDoc()</info>
2281       <return type='xmlDocPtr' info='the xmlDocPtr corresponding to the result or NULL if not available.'/>
2282       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
2283     </function>
2284     <function name='xsltGetQNameURI' file='xsltutils'>
2285       <info>This function analyzes @name, if the name contains a prefix, the function seaches the associated namespace in scope for it. It will also replace @name value with the NCName, the old value being freed. Errors in the prefix lookup are signalled by setting @name to NULL.  NOTE: the namespace returned is a pointer to the place where it is defined and hence has the same lifespan as the document holding it.</info>
2286       <return type='const xmlChar *' info='the namespace URI if there is a prefix, or NULL if @name is not prefixed.'/>
2287       <arg name='node' type='xmlNodePtr' info='the node holding the QName'/>
2288       <arg name='name' type='xmlChar **' info='pointer to the initial QName value'/>
2289     </function>
2290     <function name='xsltGetQNameURI2' file='xsltutils'>
2291       <info>This function is similar to xsltGetQNameURI, but is used when @name is a dictionary entry.</info>
2292       <return type='const xmlChar *' info='the namespace URI if there is a prefix, or NULL if @name is not prefixed.'/>
2293       <arg name='style' type='xsltStylesheetPtr' info='stylesheet pointer'/>
2294       <arg name='node' type='xmlNodePtr' info='the node holding the QName'/>
2295       <arg name='name' type='const xmlChar **' info='pointer to the initial QName value'/>
2296     </function>
2297     <function name='xsltGetSecurityPrefs' file='security'>
2298       <info>Lookup the security option to get the callback checking function</info>
2299       <return type='xsltSecurityCheck' info='NULL if not found, the function otherwise'/>
2300       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to update'/>
2301       <arg name='option' type='xsltSecurityOption' info='the option to lookup'/>
2302     </function>
2303     <function name='xsltGetSpecialNamespace' file='namespaces'>
2304       <info>Find a matching (prefix and ns-name) ns-declaration for the requested @nsName and @nsPrefix in the result tree. If none is found then a new ns-declaration will be added to @resultElem. If, in this case, the given prefix is already in use, then a ns-declaration with a modified ns-prefix be we created. Note that this function&apos;s priority is to preserve ns-prefixes; it will only change a prefix if there&apos;s a namespace clash. If both @nsName and @nsPrefix are NULL, then this will try to &quot;undeclare&quot; a default namespace by declaring an xmlns=&quot;&quot;.</info>
2305       <return type='xmlNsPtr' info='a namespace declaration or NULL.'/>
2306       <arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
2307       <arg name='invocNode' type='xmlNodePtr' info='the invoking node; e.g. a literal result element/attr; only used for error reports'/>
2308       <arg name='nsName' type='const xmlChar *' info='the namespace name (or NULL)'/>
2309       <arg name='nsPrefix' type='const xmlChar *' info='the suggested namespace prefix (or NULL)'/>
2310       <arg name='target' type='xmlNodePtr' info='the result element on which to anchor a namespace'/>
2311     </function>
2312     <function name='xsltGetTemplate' file='pattern'>
2313       <info>Finds the template applying to this node, if @style is non-NULL it means one needs to look for the next imported template in scope.</info>
2314       <return type='xsltTemplatePtr' info='the xsltTemplatePtr or NULL if not found'/>
2315       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2316       <arg name='node' type='xmlNodePtr' info='the node being processed'/>
2317       <arg name='style' type='xsltStylesheetPtr' info='the current style'/>
2318     </function>
2319     <function name='xsltGetUTF8Char' file='xsltutils'>
2320       <info>Read one UTF8 Char from @utf Function copied from libxml2 xmlGetUTF8Char() ... to discard ultimately and use the original API</info>
2321       <return type='int' info='the char value or -1 in case of error and update @len with the number of bytes used'/>
2322       <arg name='utf' type='const unsigned char *' info='a sequence of UTF-8 encoded bytes'/>
2323       <arg name='len' type='int *' info='a pointer to @bytes len'/>
2324     </function>
2325     <function name='xsltGetXIncludeDefault' file='transform'>
2326       <info>Provides the default state for XInclude processing</info>
2327       <return type='int' info='0 if there is no processing 1 otherwise'/>
2328     </function>
2329     <functype name='xsltHandleDebuggerCallback' file='xsltutils'>
2330       <info></info>
2331       <return type='void'/>
2332       <arg name='cur' type='xmlNodePtr' info=''/>
2333       <arg name='node' type='xmlNodePtr' info=''/>
2334       <arg name='templ' type='xsltTemplatePtr' info=''/>
2335       <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
2336     </functype>
2337     <function name='xsltIf' file='transform'>
2338       <info>Processes the xsl:if instruction on the source node.</info>
2339       <return type='void'/>
2340       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2341       <arg name='contextNode' type='xmlNodePtr' info='the current node in the source tree'/>
2342       <arg name='inst' type='xmlNodePtr' info='the xsl:if instruction'/>
2343       <arg name='castedComp' type='xsltStylePreCompPtr' info='compiled information of the instruction'/>
2344     </function>
2345     <function name='xsltInit' file='xslt'>
2346       <info>Initializes the processor (e.g. registers built-in extensions, etc.)</info>
2347       <return type='void'/>
2348     </function>
2349     <function name='xsltInitAllDocKeys' file='xsltInternals'>
2350       <info>INTERNAL ROUTINE ONLY  Check if any keys on the current document need to be computed</info>
2351       <return type='int' info='0 in case of success, -1 in case of failure'/>
2352       <arg name='ctxt' type='xsltTransformContextPtr' info='transformation context'/>
2353     </function>
2354     <function name='xsltInitCtxtExts' file='extensions'>
2355       <info>Initialize the set of modules with registered stylesheet data</info>
2356       <return type='int' info='the number of modules initialized or -1 in case of error'/>
2357       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2358     </function>
2359     <function name='xsltInitCtxtKey' file='xsltInternals'>
2360       <info>Computes the key tables this key and for the current input document.</info>
2361       <return type='int' info='0 on success, -1 on error'/>
2362       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2363       <arg name='idoc' type='xsltDocumentPtr' info='the document information (holds key values)'/>
2364       <arg name='keyDef' type='xsltKeyDefPtr' info='the key definition'/>
2365     </function>
2366     <function name='xsltInitCtxtKeys' file='keys'>
2367       <info>Computes all the keys tables for the current input document. Should be done before global varibales are initialized. NOTE: Not used anymore in the refactored code.</info>
2368       <return type='void'/>
2369       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2370       <arg name='idoc' type='xsltDocumentPtr' info='a document info'/>
2371     </function>
2372     <function name='xsltInitElemPreComp' file='extensions'>
2373       <info>Initializes an existing #xsltElemPreComp structure. This is usefull when extending an #xsltElemPreComp to store precomputed data. This function MUST be called on any extension element precomputed data struct.</info>
2374       <return type='void'/>
2375       <arg name='comp' type='xsltElemPreCompPtr' info='an #xsltElemPreComp (or generally a derived structure)'/>
2376       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2377       <arg name='inst' type='xmlNodePtr' info='the element node'/>
2378       <arg name='function' type='xsltTransformFunction' info='the transform function'/>
2379       <arg name='freeFunc' type='xsltElemPreCompDeallocator' info='the @comp deallocator'/>
2380     </function>
2381     <function name='xsltInitGlobals' file='extensions'>
2382       <info>Initialize the global variables for extensions</info>
2383       <return type='void'/>
2384     </function>
2385     <function name='xsltIsBlank' file='xsltInternals'>
2386       <info>Check if a string is ignorable</info>
2387       <return type='int' info='1 if the string is NULL or made of blanks chars, 0 otherwise'/>
2388       <arg name='str' type='xmlChar *' info='a string'/>
2389     </function>
2390     <function name='xsltKeyFunction' file='functions'>
2391       <info>Implement the key() XSLT function node-set key(string, object)</info>
2392       <return type='void'/>
2393       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
2394       <arg name='nargs' type='int' info='the number of arguments'/>
2395     </function>
2396     <function name='xsltLoadDocument' file='documents'>
2397       <info>Try to load a document (not a stylesheet) within the XSLT transformation context</info>
2398       <return type='xsltDocumentPtr' info='the new xsltDocumentPtr or NULL in case of error'/>
2399       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2400       <arg name='URI' type='const xmlChar *' info='the computed URI of the document'/>
2401     </function>
2402     <function name='xsltLoadStyleDocument' file='documents'>
2403       <info>Try to load a stylesheet document within the XSLT transformation context</info>
2404       <return type='xsltDocumentPtr' info='the new xsltDocumentPtr or NULL in case of error'/>
2405       <arg name='style' type='xsltStylesheetPtr' info='an XSLT style sheet'/>
2406       <arg name='URI' type='const xmlChar *' info='the computed URI of the document'/>
2407     </function>
2408     <function name='xsltLoadStylesheetPI' file='xsltInternals'>
2409       <info>This function tries to locate the stylesheet PI in the given document If found, and if contained within the document, it will extract that subtree to build the stylesheet to process @doc (doc itself will be modified). If found but referencing an external document it will attempt to load it and generate a stylesheet from it. In both cases, the resulting stylesheet and the document need to be freed once the transformation is done.</info>
2410       <return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure or NULL if not found.'/>
2411       <arg name='doc' type='xmlDocPtr' info='a document to process'/>
2412     </function>
2413     <function name='xsltLocalVariablePop' file='transform'>
2414       <info>Pops all variable values at the given @depth from the stack.</info>
2415       <return type='void'/>
2416       <arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
2417       <arg name='limitNr' type='int' info='number of variables which should remain'/>
2418       <arg name='level' type='int' info='the depth in the xsl:template&apos;s tree'/>
2419     </function>
2420     <function name='xsltLocalVariablePush' file='transform'>
2421       <info>Places the variable onto the local variable stack</info>
2422       <return type='int' info='0 for success, -1 for any error **NOTE:** This is an internal routine and should not be called by users!'/>
2423       <arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
2424       <arg name='variable' type='xsltStackElemPtr' info='variable to be pushed to the variable stack'/>
2425       <arg name='level' type='int' info='new value for variable&apos;s level'/>
2426     </function>
2427     <function name='xsltLocaleStrcmp' file='xsltlocale'>
2428       <info>Compares two strings transformed with xsltStrxfrm</info>
2429       <return type='int' info='a value &lt; 0 if str1 sorts before str2, a value &gt; 0 if str1 sorts after str2, 0 if str1 and str2 are equal wrt sorting'/>
2430       <arg name='locale' type='xsltLocale' info='a locale identifier'/>
2431       <arg name='str1' type='const xsltLocaleChar *' info='a string transformed with xsltStrxfrm'/>
2432       <arg name='str2' type='const xsltLocaleChar *' info='a string transformed with xsltStrxfrm'/>
2433     </function>
2434     <function name='xsltMatchPattern' file='pattern'>
2435       <info></info>
2436       <return type='int' info=''/>
2437       <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
2438       <arg name='node' type='xmlNodePtr' info=''/>
2439       <arg name='pattern' type='const xmlChar *' info=''/>
2440       <arg name='ctxtdoc' type='xmlDocPtr' info=''/>
2441       <arg name='ctxtnode' type='xmlNodePtr' info=''/>
2442     </function>
2443     <function name='xsltMessage' file='xsltutils'>
2444       <info>Process and xsl:message construct</info>
2445       <return type='void'/>
2446       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT processing context'/>
2447       <arg name='node' type='xmlNodePtr' info='The current node'/>
2448       <arg name='inst' type='xmlNodePtr' info='The node containing the message instruction'/>
2449     </function>
2450     <function name='xsltNamespaceAlias' file='namespaces'>
2451       <info>Read the stylesheet-prefix and result-prefix attributes, register them as well as the corresponding namespace.</info>
2452       <return type='void'/>
2453       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2454       <arg name='node' type='xmlNodePtr' info='the xsl:namespace-alias node'/>
2455     </function>
2456     <function name='xsltNeedElemSpaceHandling' file='imports'>
2457       <info>Checks whether that stylesheet requires white-space stripping</info>
2458       <return type='int' info='1 if space should be stripped, 0 if not'/>
2459       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2460     </function>
2461     <function name='xsltNewDocument' file='documents'>
2462       <info>Register a new document, apply key computations</info>
2463       <return type='xsltDocumentPtr' info='a handler to the document'/>
2464       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context (or NULL)'/>
2465       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2466     </function>
2467     <function name='xsltNewElemPreComp' file='extensions'>
2468       <info>Creates and initializes an #xsltElemPreComp</info>
2469       <return type='xsltElemPreCompPtr' info='the new and initialized #xsltElemPreComp'/>
2470       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2471       <arg name='inst' type='xmlNodePtr' info='the element node'/>
2472       <arg name='function' type='xsltTransformFunction' info='the transform function'/>
2473     </function>
2474     <function name='xsltNewLocale' file='xsltlocale'>
2475       <info>Creates a new locale of an opaque system dependent type based on the language tag.</info>
2476       <return type='xsltLocale' info='the locale or NULL on error or if no matching locale was found'/>
2477       <arg name='languageTag' type='const xmlChar *' info='RFC 3066 language tag'/>
2478     </function>
2479     <function name='xsltNewSecurityPrefs' file='security'>
2480       <info>Create a new security preference block</info>
2481       <return type='xsltSecurityPrefsPtr' info='a pointer to the new block or NULL in case of error'/>
2482     </function>
2483     <function name='xsltNewStyleDocument' file='documents'>
2484       <info>Register a new document, apply key computations</info>
2485       <return type='xsltDocumentPtr' info='a handler to the document'/>
2486       <arg name='style' type='xsltStylesheetPtr' info='an XSLT style sheet'/>
2487       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2488     </function>
2489     <function name='xsltNewStylesheet' file='xsltInternals'>
2490       <info>Create a new XSLT Stylesheet</info>
2491       <return type='xsltStylesheetPtr' info='the newly allocated xsltStylesheetPtr or NULL in case of error'/>
2492     </function>
2493     <function name='xsltNewTransformContext' file='transform'>
2494       <info>Create a new XSLT TransformContext</info>
2495       <return type='xsltTransformContextPtr' info='the newly allocated xsltTransformContextPtr or NULL in case of error'/>
2496       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
2497       <arg name='doc' type='xmlDocPtr' info='the input document'/>
2498     </function>
2499     <function name='xsltNextImport' file='imports'>
2500       <info>Find the next stylesheet in import precedence.</info>
2501       <return type='xsltStylesheetPtr' info='the next stylesheet or NULL if it was the last one'/>
2502       <arg name='cur' type='xsltStylesheetPtr' info='the current XSLT stylesheet'/>
2503     </function>
2504     <function name='xsltNormalizeCompSteps' file='pattern'>
2505       <info>This is a hashtable scanner function to normalize the compiled steps of an imported stylesheet.</info>
2506       <return type='void'/>
2507       <arg name='payload' type='void *' info='pointer to template hash table entry'/>
2508       <arg name='data' type='void *' info='pointer to the stylesheet'/>
2509       <arg name='name' type='const xmlChar *' info='template match name'/>
2510     </function>
2511     <function name='xsltNumber' file='transform'>
2512       <info>Process the xslt number node on the source node</info>
2513       <return type='void'/>
2514       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2515       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
2516       <arg name='inst' type='xmlNodePtr' info='the xslt number node'/>
2517       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information'/>
2518     </function>
2519     <function name='xsltNumberFormat' file='xsltInternals'>
2520       <info>Convert one number.</info>
2521       <return type='void'/>
2522       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2523       <arg name='data' type='xsltNumberDataPtr' info='the formatting informations'/>
2524       <arg name='node' type='xmlNodePtr' info='the data to format'/>
2525     </function>
2526     <function name='xsltParseAnyXSLTElem' file='xsltInternals'>
2527       <info>Parses, validates the content models and compiles XSLT instructions.</info>
2528       <return type='int' info='0 if everything&apos;s fine; -1 on API or internal errors.'/>
2529       <arg name='cctxt' type='xsltCompilerCtxtPtr' info='the compilation context'/>
2530       <arg name='elem' type='xmlNodePtr' info='the element node of the XSLT instruction'/>
2531     </function>
2532     <function name='xsltParseGlobalParam' file='variables'>
2533       <info>parse an XSLT transformation param declaration and record its value.</info>
2534       <return type='void'/>
2535       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2536       <arg name='cur' type='xmlNodePtr' info='the &quot;param&quot; element'/>
2537     </function>
2538     <function name='xsltParseGlobalVariable' file='variables'>
2539       <info>Parses a global XSLT &apos;variable&apos; declaration at compilation time and registers it</info>
2540       <return type='void'/>
2541       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2542       <arg name='cur' type='xmlNodePtr' info='the &quot;variable&quot; element'/>
2543     </function>
2544     <function name='xsltParseSequenceConstructor' file='xsltInternals'>
2545       <info>Parses a &quot;template&quot; content (or &quot;sequence constructor&quot; in XSLT 2.0 terms). This will additionally remove xsl:text elements from the tree.</info>
2546       <return type='void'/>
2547       <arg name='cctxt' type='xsltCompilerCtxtPtr' info='the compilation context'/>
2548       <arg name='cur' type='xmlNodePtr' info='the start-node of the content to be parsed'/>
2549     </function>
2550     <function name='xsltParseStylesheetAttributeSet' file='attributes'>
2551       <info>parse an XSLT stylesheet attribute-set element</info>
2552       <return type='void'/>
2553       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2554       <arg name='cur' type='xmlNodePtr' info='the &quot;attribute-set&quot; element'/>
2555     </function>
2556     <function name='xsltParseStylesheetCallerParam' file='variables'>
2557       <info>Processes an xsl:with-param instruction at transformation time. The value is compute, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction().</info>
2558       <return type='xsltStackElemPtr' info='the new xsltStackElemPtr or NULL'/>
2559       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2560       <arg name='inst' type='xmlNodePtr' info='the xsl:with-param instruction element'/>
2561     </function>
2562     <function name='xsltParseStylesheetDoc' file='xsltInternals'>
2563       <info>parse an XSLT stylesheet, building the associated structures.  doc is kept as a reference within the returned stylesheet, so changes to doc after the parsing will be reflected when the stylesheet is applied, and the doc is automatically freed when the stylesheet is closed.</info>
2564       <return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
2565       <arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
2566     </function>
2567     <function name='xsltParseStylesheetFile' file='xsltInternals'>
2568       <info>Load and parse an XSLT stylesheet</info>
2569       <return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
2570       <arg name='filename' type='const xmlChar *' info='the filename/URL to the stylesheet'/>
2571     </function>
2572     <function name='xsltParseStylesheetImport' file='imports'>
2573       <info>parse an XSLT stylesheet import element</info>
2574       <return type='int' info='0 in case of success -1 in case of failure.'/>
2575       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2576       <arg name='cur' type='xmlNodePtr' info='the import element'/>
2577     </function>
2578     <function name='xsltParseStylesheetImportedDoc' file='xsltInternals'>
2579       <info>parse an XSLT stylesheet building the associated structures except the processing not needed for imported documents.</info>
2580       <return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
2581       <arg name='doc' type='xmlDocPtr' info='an xmlDoc parsed XML'/>
2582       <arg name='parentStyle' type='xsltStylesheetPtr' info='pointer to the parent stylesheet (if it exists)'/>
2583     </function>
2584     <function name='xsltParseStylesheetInclude' file='imports'>
2585       <info>parse an XSLT stylesheet include element</info>
2586       <return type='int' info='0 in case of success -1 in case of failure'/>
2587       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2588       <arg name='cur' type='xmlNodePtr' info='the include node'/>
2589     </function>
2590     <function name='xsltParseStylesheetOutput' file='xsltInternals'>
2591       <info>parse an XSLT stylesheet output element and record information related to the stylesheet output</info>
2592       <return type='void'/>
2593       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2594       <arg name='cur' type='xmlNodePtr' info='the &quot;output&quot; element'/>
2595     </function>
2596     <function name='xsltParseStylesheetParam' file='variables'>
2597       <info>Registers a local XSLT &apos;param&apos; declaration at transformation time and evaluates its value.</info>
2598       <return type='void'/>
2599       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2600       <arg name='cur' type='xmlNodePtr' info='the XSLT &apos;param&apos; element'/>
2601     </function>
2602     <function name='xsltParseStylesheetProcess' file='xsltInternals'>
2603       <info>Parses an XSLT stylesheet, adding the associated structures. Called by: xsltParseStylesheetImportedDoc() (xslt.c) xsltParseStylesheetInclude() (imports.c)</info>
2604       <return type='xsltStylesheetPtr' info='the value of the @style parameter if everything went right, NULL if something went amiss.'/>
2605       <arg name='ret' type='xsltStylesheetPtr' info='the XSLT stylesheet (the current stylesheet-level)'/>
2606       <arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
2607     </function>
2608     <function name='xsltParseStylesheetVariable' file='variables'>
2609       <info>Registers a local XSLT &apos;variable&apos; instruction at transformation time and evaluates its value.</info>
2610       <return type='void'/>
2611       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2612       <arg name='inst' type='xmlNodePtr' info='the xsl:variable instruction element'/>
2613     </function>
2614     <function name='xsltParseTemplateContent' file='xsltInternals'>
2615       <info>parse a template content-model Clean-up the template content from unwanted ignorable blank nodes and process xslt:text</info>
2616       <return type='void'/>
2617       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2618       <arg name='templ' type='xmlNodePtr' info='the container node (can be a document for literal results)'/>
2619     </function>
2620     <function name='xsltPointerListAddSize' file='xsltInternals'>
2621       <info>Adds an item to the list.</info>
2622       <return type='int' info='the position of the added item in the list or -1 in case of an error.'/>
2623       <arg name='list' type='xsltPointerListPtr' info='the pointer list structure'/>
2624       <arg name='item' type='void *' info='the item to be stored'/>
2625       <arg name='initialSize' type='int' info='the initial size of the list'/>
2626     </function>
2627     <function name='xsltPointerListClear' file='xsltInternals'>
2628       <info>Resets the list, but does not free the allocated array and does not free the content of the list.</info>
2629       <return type='void'/>
2630       <arg name='list' type='xsltPointerListPtr' info='pointer to the list to be cleared'/>
2631     </function>
2632     <function name='xsltPointerListCreate' file='xsltInternals'>
2633       <info>Creates an xsltPointerList structure.</info>
2634       <return type='xsltPointerListPtr' info='a xsltPointerList structure or NULL in case of an error.'/>
2635       <arg name='initialSize' type='int' info='the initial size for the list'/>
2636     </function>
2637     <function name='xsltPointerListFree' file='xsltInternals'>
2638       <info>Frees the xsltPointerList structure. This does not free the content of the list.</info>
2639       <return type='void'/>
2640       <arg name='list' type='xsltPointerListPtr' info='pointer to the list to be freed'/>
2641     </function>
2642     <function name='xsltPreComputeExtModuleElement' file='extensions'>
2643       <info>Precomputes an extension module element</info>
2644       <return type='xsltElemPreCompPtr' info='the precomputed data'/>
2645       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2646       <arg name='inst' type='xmlNodePtr' info='the element node'/>
2647     </function>
2648     <functype name='xsltPreComputeFunction' file='extensions'>
2649       <info></info>
2650       <return type='xsltElemPreCompPtr' info=''/>
2651       <arg name='style' type='xsltStylesheetPtr' info=''/>
2652       <arg name='inst' type='xmlNodePtr' info=''/>
2653       <arg name='function' type='xsltTransformFunction' info=''/>
2654     </functype>
2655     <function name='xsltPrintErrorContext' file='xsltutils'>
2656       <info>Display the context of an error.</info>
2657       <return type='void'/>
2658       <arg name='ctxt' type='xsltTransformContextPtr' info='the transformation context'/>
2659       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2660       <arg name='node' type='xmlNodePtr' info='the current node being processed'/>
2661     </function>
2662     <function name='xsltProcessingInstruction' file='transform'>
2663       <info>Process the xslt processing-instruction node on the source node</info>
2664       <return type='void'/>
2665       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2666       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
2667       <arg name='inst' type='xmlNodePtr' info='the xslt processing-instruction node'/>
2668       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information'/>
2669     </function>
2670     <function name='xsltProfileStylesheet' file='transform'>
2671       <info>Apply the stylesheet to the document and dump the profiling to the given output.</info>
2672       <return type='xmlDocPtr' info='the result document or NULL in case of error'/>
2673       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
2674       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2675       <arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
2676       <arg name='output' type='FILE *' info='a FILE * for the profiling output'/>
2677     </function>
2678     <function name='xsltQuoteOneUserParam' file='variables'>
2679       <info>This is normally called from xsltQuoteUserParams to process a single parameter from a list of parameters.  The @value is stored in the context&apos;s global variable/parameter hash table.</info>
2680       <return type='int' info='0 in case of success, -1 in case of error.'/>
2681       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2682       <arg name='name' type='const xmlChar *' info='a null terminated string giving the name of the parameter'/>
2683       <arg name='value' type='const xmlChar *' info='a null terminated string giving the parameter value'/>
2684     </function>
2685     <function name='xsltQuoteUserParams' file='variables'>
2686       <info>Similar to xsltEvalUserParams, but the values are treated literally and are * *not* evaluated as XPath expressions. This should be done on parsed stylesheets before starting to apply transformations.</info>
2687       <return type='int' info='0 in case of success, -1 in case of error.'/>
2688       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2689       <arg name='params' type='const char **' info='a NULL terminated arry of parameters names/values tuples'/>
2690     </function>
2691     <function name='xsltRegisterAllElement' file='transform'>
2692       <info>Registers all default XSLT elements in this context</info>
2693       <return type='void'/>
2694       <arg name='ctxt' type='xsltTransformContextPtr' info='the XPath context'/>
2695     </function>
2696     <function name='xsltRegisterAllExtras' file='extra'>
2697       <info>Registers the built-in extensions</info>
2698       <return type='void'/>
2699     </function>
2700     <function name='xsltRegisterAllFunctions' file='functions'>
2701       <info>Registers all default XSLT functions in this context</info>
2702       <return type='void'/>
2703       <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>
2704     </function>
2705     <function name='xsltRegisterExtElement' file='extensions'>
2706       <info>Registers an extension element</info>
2707       <return type='int' info='0 in case of success, -1 in case of failure'/>
2708       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2709       <arg name='name' type='const xmlChar *' info='the name of the element'/>
2710       <arg name='URI' type='const xmlChar *' info='the URI associated to the element'/>
2711       <arg name='function' type='xsltTransformFunction' info='the actual implementation which should be called'/>
2712     </function>
2713     <function name='xsltRegisterExtFunction' file='extensions'>
2714       <info>Registers an extension function</info>
2715       <return type='int' info='0 in case of success, -1 in case of failure'/>
2716       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2717       <arg name='name' type='const xmlChar *' info='the name of the element'/>
2718       <arg name='URI' type='const xmlChar *' info='the URI associated to the element'/>
2719       <arg name='function' type='xmlXPathFunction' info='the actual implementation which should be called'/>
2720     </function>
2721     <function name='xsltRegisterExtModule' file='extensions'>
2722       <info>Register an XSLT extension module to the library.</info>
2723       <return type='int' info='0 if sucessful, -1 in case of error'/>
2724       <arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
2725       <arg name='initFunc' type='xsltExtInitFunction' info='the module initialization function'/>
2726       <arg name='shutdownFunc' type='xsltExtShutdownFunction' info='the module shutdown function'/>
2727     </function>
2728     <function name='xsltRegisterExtModuleElement' file='extensions'>
2729       <info>Registers an extension module element.</info>
2730       <return type='int' info='0 if successful, -1 in case of error.'/>
2731       <arg name='name' type='const xmlChar *' info='the element name'/>
2732       <arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
2733       <arg name='precomp' type='xsltPreComputeFunction' info='the pre-computation callback'/>
2734       <arg name='transform' type='xsltTransformFunction' info='the transformation callback'/>
2735     </function>
2736     <function name='xsltRegisterExtModuleFull' file='extensions'>
2737       <info>Register an XSLT extension module to the library.</info>
2738       <return type='int' info='0 if sucessful, -1 in case of error'/>
2739       <arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
2740       <arg name='initFunc' type='xsltExtInitFunction' info='the module initialization function'/>
2741       <arg name='shutdownFunc' type='xsltExtShutdownFunction' info='the module shutdown function'/>
2742       <arg name='styleInitFunc' type='xsltStyleExtInitFunction' info='the module initialization function'/>
2743       <arg name='styleShutdownFunc' type='xsltStyleExtShutdownFunction' info='the module shutdown function'/>
2744     </function>
2745     <function name='xsltRegisterExtModuleFunction' file='extensions'>
2746       <info>Registers an extension module function.</info>
2747       <return type='int' info='0 if successful, -1 in case of error.'/>
2748       <arg name='name' type='const xmlChar *' info='the function name'/>
2749       <arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
2750       <arg name='function' type='xmlXPathFunction' info='the function callback'/>
2751     </function>
2752     <function name='xsltRegisterExtModuleTopLevel' file='extensions'>
2753       <info>Registers an extension module top-level element.</info>
2754       <return type='int' info='0 if successful, -1 in case of error.'/>
2755       <arg name='name' type='const xmlChar *' info='the top-level element name'/>
2756       <arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
2757       <arg name='function' type='xsltTopLevelFunction' info='the top-level element callback'/>
2758     </function>
2759     <function name='xsltRegisterExtPrefix' file='extensions'>
2760       <info>Registers an extension namespace This is called from xslt.c during compile-time. The given prefix is not needed. Called by: xsltParseExtElemPrefixes() (new function) xsltRegisterExtPrefix() (old function)</info>
2761       <return type='int' info='0 in case of success, 1 if the @URI was already registered as an extension namespace and -1 in case of failure'/>
2762       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2763       <arg name='prefix' type='const xmlChar *' info='the prefix used (optional)'/>
2764       <arg name='URI' type='const xmlChar *' info='the URI associated to the extension'/>
2765     </function>
2766     <function name='xsltRegisterExtras' file='extra'>
2767       <info>Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.</info>
2768       <return type='void'/>
2769       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2770     </function>
2771     <function name='xsltRegisterLocalRVT' file='xsltInternals'>
2772       <info>Registers a result value tree (XSLT 1.0 term: Result Tree Fragment) in the RVT garbage collector. The fragment will be freed when the instruction which created the fragment exits.</info>
2773       <return type='int' info='0 in case of success and -1 in case of API or internal errors.'/>
2774       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2775       <arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment; xmlDocPtr)'/>
2776     </function>
2777     <function name='xsltRegisterPersistRVT' file='xsltInternals'>
2778       <info>Register the result value tree (XSLT 1.0 term: Result Tree Fragment) in the fragment garbage collector. The fragment will be freed when the transformation context is freed.</info>
2779       <return type='int' info='0 in case of success and -1 in case of error.'/>
2780       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2781       <arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
2782     </function>
2783     <function name='xsltRegisterTestModule' file='extensions'>
2784       <info>Registers the test module</info>
2785       <return type='void'/>
2786     </function>
2787     <function name='xsltRegisterTmpRVT' file='xsltInternals'>
2788       <info>Registers the result value tree (XSLT 1.0 term: Result Tree Fragment) in the garbage collector. The fragment will be freed at the exit of the currently instantiated xsl:template. Obsolete; this function might produce massive memory overhead, since the fragment is only freed when the current xsl:template exits. Use xsltRegisterLocalRVT() instead.</info>
2789       <return type='int' info='0 in case of success and -1 in case of API or internal errors.'/>
2790       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2791       <arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
2792     </function>
2793     <function name='xsltReleaseRVT' file='xsltInternals'>
2794       <info>Either frees the RVT (which is an xmlDoc) or stores it in the context&apos;s cache for later reuse.</info>
2795       <return type='void'/>
2796       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2797       <arg name='RVT' type='xmlDocPtr' info='a result value tree (Result Tree Fragment)'/>
2798     </function>
2799     <function name='xsltResolveStylesheetAttributeSet' file='attributes'>
2800       <info>resolve the references between attribute sets.</info>
2801       <return type='void'/>
2802       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
2803     </function>
2804     <function name='xsltRestoreDocumentNamespaces' file='xsltInternals'>
2805       <info>Restore the namespaces for the document</info>
2806       <return type='int' info='0 in case of success, -1 in case of failure'/>
2807       <arg name='ns' type='xsltNsMapPtr' info='map of namespaces'/>
2808       <arg name='doc' type='xmlDocPtr' info='the document'/>
2809     </function>
2810     <function name='xsltRunStylesheet' file='transform'>
2811       <info>Apply the stylesheet to the document and generate the output according to @output @SAX and @IObuf. It&apos;s an error to specify both @SAX and @IObuf.  NOTE: This may lead to a non-wellformed output XML wise ! NOTE: This may also result in multiple files being generated NOTE: using IObuf, the result encoding used will be the one used for creating the output buffer, use the following macro to read it from the stylesheet XSLT_GET_IMPORT_PTR(encoding, style, encoding) NOTE: using SAX, any encoding specified in the stylesheet will be lost since the interface uses only UTF8</info>
2812       <return type='int' info='the number of bytes written to the main resource or -1 in case of error.'/>
2813       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
2814       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2815       <arg name='params' type='const char **' info='a NULL terminated array of parameters names/values tuples'/>
2816       <arg name='output' type='const char *' info='the URL/filename ot the generated resource if available'/>
2817       <arg name='SAX' type='xmlSAXHandlerPtr' info='a SAX handler for progressive callback output (not implemented yet)'/>
2818       <arg name='IObuf' type='xmlOutputBufferPtr' info='an output buffer for progressive output (not implemented yet)'/>
2819     </function>
2820     <function name='xsltRunStylesheetUser' file='transform'>
2821       <info>Apply the stylesheet to the document and generate the output according to @output @SAX and @IObuf. It&apos;s an error to specify both @SAX and @IObuf.  NOTE: This may lead to a non-wellformed output XML wise ! NOTE: This may also result in multiple files being generated NOTE: using IObuf, the result encoding used will be the one used for creating the output buffer, use the following macro to read it from the stylesheet XSLT_GET_IMPORT_PTR(encoding, style, encoding) NOTE: using SAX, any encoding specified in the stylesheet will be lost since the interface uses only UTF8</info>
2822       <return type='int' info='the number of by written to the main resource or -1 in case of error.'/>
2823       <arg name='style' type='xsltStylesheetPtr' info='a parsed XSLT stylesheet'/>
2824       <arg name='doc' type='xmlDocPtr' info='a parsed XML document'/>
2825       <arg name='params' type='const char **' info='a NULL terminated array of parameters names/values tuples'/>
2826       <arg name='output' type='const char *' info='the URL/filename ot the generated resource if available'/>
2827       <arg name='SAX' type='xmlSAXHandlerPtr' info='a SAX handler for progressive callback output (not implemented yet)'/>
2828       <arg name='IObuf' type='xmlOutputBufferPtr' info='an output buffer for progressive output (not implemented yet)'/>
2829       <arg name='profile' type='FILE *' info='profile FILE * output or NULL'/>
2830       <arg name='userCtxt' type='xsltTransformContextPtr' info='user provided transform context'/>
2831     </function>
2832     <function name='xsltSaveProfiling' file='xsltutils'>
2833       <info>Save the profiling informations on @output</info>
2834       <return type='void'/>
2835       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT context'/>
2836       <arg name='output' type='FILE *' info='a FILE * for saving the informations'/>
2837     </function>
2838     <function name='xsltSaveResultTo' file='xsltutils'>
2839       <info>Save the result @result obtained by applying the @style stylesheet to an I/O output channel @buf</info>
2840       <return type='int' info='the number of byte written or -1 in case of failure.'/>
2841       <arg name='buf' type='xmlOutputBufferPtr' info='an output buffer'/>
2842       <arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
2843       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2844     </function>
2845     <function name='xsltSaveResultToFd' file='xsltutils'>
2846       <info>Save the result @result obtained by applying the @style stylesheet to an open file descriptor This does not close the descriptor.</info>
2847       <return type='int' info='the number of bytes written or -1 in case of failure.'/>
2848       <arg name='fd' type='int' info='a file descriptor'/>
2849       <arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
2850       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2851     </function>
2852     <function name='xsltSaveResultToFile' file='xsltutils'>
2853       <info>Save the result @result obtained by applying the @style stylesheet to an open FILE * I/O. This does not close the FILE @file</info>
2854       <return type='int' info='the number of bytes written or -1 in case of failure.'/>
2855       <arg name='file' type='FILE *' info='a FILE * I/O'/>
2856       <arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
2857       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2858     </function>
2859     <function name='xsltSaveResultToFilename' file='xsltutils'>
2860       <info>Save the result @result obtained by applying the @style stylesheet to a file or @URL</info>
2861       <return type='int' info='the number of byte written or -1 in case of failure.'/>
2862       <arg name='URL' type='const char *' info='a filename or URL'/>
2863       <arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
2864       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2865       <arg name='compression' type='int' info='the compression factor (0 - 9 included)'/>
2866     </function>
2867     <function name='xsltSaveResultToString' file='xsltutils'>
2868       <info>Save the result @result obtained by applying the @style stylesheet to a new allocated string.</info>
2869       <return type='int' info='0 in case of success and -1 in case of error'/>
2870       <arg name='doc_txt_ptr' type='xmlChar **' info='Memory pointer for allocated XML text'/>
2871       <arg name='doc_txt_len' type='int *' info='Length of the generated XML text'/>
2872       <arg name='result' type='xmlDocPtr' info='the result xmlDocPtr'/>
2873       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
2874     </function>
2875     <function name='xsltSecurityAllow' file='security'>
2876       <info>Function used to always allow an operation</info>
2877       <return type='int' info='1 always'/>
2878       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
2879       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2880       <arg name='value' type='const char *' info='unused'/>
2881     </function>
2882     <functype name='xsltSecurityCheck' file='security'>
2883       <info>User provided function to check the value of a string like a file path or an URL ...</info>
2884       <return type='int' info=''/>
2885       <arg name='sec' type='xsltSecurityPrefsPtr' info=''/>
2886       <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
2887       <arg name='value' type='const char *' info=''/>
2888     </functype>
2889     <function name='xsltSecurityForbid' file='security'>
2890       <info>Function used to always forbid an operation</info>
2891       <return type='int' info='0 always'/>
2892       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
2893       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2894       <arg name='value' type='const char *' info='unused'/>
2895     </function>
2896     <function name='xsltSetCtxtParseOptions' file='xsltutils'>
2897       <info>Change the default parser option passed by the XSLT engine to the parser when using document() loading.</info>
2898       <return type='int' info='the previous options or -1 in case of error'/>
2899       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2900       <arg name='options' type='int' info='a combination of libxml2 xmlParserOption'/>
2901     </function>
2902     <function name='xsltSetCtxtSecurityPrefs' file='security'>
2903       <info>Set the security preference for a specific transformation</info>
2904       <return type='int' info='-1 in case of error, 0 otherwise'/>
2905       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
2906       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2907     </function>
2908     <function name='xsltSetCtxtSortFunc' file='xsltutils'>
2909       <info>Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called</info>
2910       <return type='void'/>
2911       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2912       <arg name='handler' type='xsltSortFunc' info='the new handler function'/>
2913     </function>
2914     <function name='xsltSetDebuggerCallbacks' file='xsltutils'>
2915       <info>This function allow to plug a debugger into the XSLT library @block points to a block of memory containing the address of @no callback routines.</info>
2916       <return type='int' info='0 in case of success and -1 in case of error'/>
2917       <arg name='no' type='int' info='number of callbacks'/>
2918       <arg name='block' type='void *' info='the block of callbacks'/>
2919     </function>
2920     <function name='xsltSetDebuggerStatus' file='xsltutils'>
2921       <info>This function sets the value of xslDebugStatus.</info>
2922       <return type='void'/>
2923       <arg name='value' type='int' info='the value to be set'/>
2924     </function>
2925     <function name='xsltSetDefaultSecurityPrefs' file='security'>
2926       <info>Set the default security preference application-wide</info>
2927       <return type='void'/>
2928       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to use'/>
2929     </function>
2930     <function name='xsltSetGenericDebugFunc' file='xsltutils'>
2931       <info>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing or validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL.</info>
2932       <return type='void'/>
2933       <arg name='ctx' type='void *' info='the new error handling context'/>
2934       <arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
2935     </function>
2936     <function name='xsltSetGenericErrorFunc' file='xsltutils'>
2937       <info>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL.</info>
2938       <return type='void'/>
2939       <arg name='ctx' type='void *' info='the new error handling context'/>
2940       <arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
2941     </function>
2942     <function name='xsltSetLoaderFunc' file='documents'>
2943       <info>Set the new function to load document, if NULL it resets it to the default function.</info>
2944       <return type='void'/>
2945       <arg name='f' type='xsltDocLoaderFunc' info='the new function to handle document loading.'/>
2946     </function>
2947     <function name='xsltSetSecurityPrefs' file='security'>
2948       <info>Update the security option to use the new callback checking function</info>
2949       <return type='int' info='-1 in case of error, 0 otherwise'/>
2950       <arg name='sec' type='xsltSecurityPrefsPtr' info='the security block to update'/>
2951       <arg name='option' type='xsltSecurityOption' info='the option to update'/>
2952       <arg name='func' type='xsltSecurityCheck' info='the user callback to use for this option'/>
2953     </function>
2954     <function name='xsltSetSortFunc' file='xsltutils'>
2955       <info>Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used.</info>
2956       <return type='void'/>
2957       <arg name='handler' type='xsltSortFunc' info='the new handler function'/>
2958     </function>
2959     <function name='xsltSetTransformErrorFunc' file='xsltutils'>
2960       <info>Function to reset the handler and the error context for out of context error messages specific to a given XSLT transromation.  This simply means that @handler will be called for subsequent error messages while running the transformation.</info>
2961       <return type='void'/>
2962       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
2963       <arg name='ctx' type='void *' info='the new error handling context'/>
2964       <arg name='handler' type='xmlGenericErrorFunc' info='the new handler function'/>
2965     </function>
2966     <function name='xsltSetXIncludeDefault' file='transform'>
2967       <info>Set whether XInclude should be processed on document being loaded by default</info>
2968       <return type='void'/>
2969       <arg name='xinclude' type='int' info='whether to do XInclude processing'/>
2970     </function>
2971     <function name='xsltShutdownCtxtExts' file='extensions'>
2972       <info>Shutdown the set of modules loaded</info>
2973       <return type='void'/>
2974       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
2975     </function>
2976     <function name='xsltShutdownExts' file='extensions'>
2977       <info>Shutdown the set of modules loaded</info>
2978       <return type='void'/>
2979       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
2980     </function>
2981     <function name='xsltSort' file='transform'>
2982       <info>function attached to xsl:sort nodes, but this should not be called directly</info>
2983       <return type='void'/>
2984       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
2985       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
2986       <arg name='inst' type='xmlNodePtr' info='the xslt sort node'/>
2987       <arg name='comp' type='xsltStylePreCompPtr' info='precomputed information'/>
2988     </function>
2989     <functype name='xsltSortFunc' file='xsltInternals'>
2990       <info>Signature of the function to use during sorting</info>
2991       <return type='void'/>
2992       <arg name='ctxt' type='xsltTransformContextPtr' info='a transformation context'/>
2993       <arg name='sorts' type='xmlNodePtr *' info='the node-set to sort'/>
2994       <arg name='nbsorts' type='int' info='the number of sorts'/>
2995     </functype>
2996     <function name='xsltSplitQName' file='xsltutils'>
2997       <info>Split QNames into prefix and local names, both allocated from a dictionary.</info>
2998       <return type='const xmlChar *' info='the localname or NULL in case of error.'/>
2999       <arg name='dict' type='xmlDictPtr' info='a dictionary'/>
3000       <arg name='name' type='const xmlChar *' info='the full QName'/>
3001       <arg name='prefix' type='const xmlChar **' info='the return value'/>
3002     </function>
3003     <function name='xsltStrxfrm' file='xsltlocale'>
3004       <info>Transforms a string according to locale. The transformed string must then be compared with xsltLocaleStrcmp and freed with xmlFree.</info>
3005       <return type='xsltLocaleChar *' info='the transformed string or NULL on error'/>
3006       <arg name='locale' type='xsltLocale' info='locale created with xsltNewLocale'/>
3007       <arg name='string' type='const xmlChar *' info='UTF-8 string to transform'/>
3008     </function>
3009     <functype name='xsltStyleExtInitFunction' file='extensions'>
3010       <info>A function called at initialization time of an XSLT extension module.</info>
3011       <return type='void *' info='a pointer to the module specific data for this transformation.'/>
3012       <arg name='style' type='xsltStylesheetPtr' info=''/>
3013       <arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
3014     </functype>
3015     <functype name='xsltStyleExtShutdownFunction' file='extensions'>
3016       <info>A function called at shutdown time of an XSLT extension module.</info>
3017       <return type='void'/>
3018       <arg name='style' type='xsltStylesheetPtr' info=''/>
3019       <arg name='URI' type='const xmlChar *' info='the namespace URI for the extension'/>
3020       <arg name='data' type='void *' info='the data associated to this module'/>
3021     </functype>
3022     <function name='xsltStyleGetExtData' file='extensions'>
3023       <info>Retrieve the data associated to the extension module in this given stylesheet. Called by: xsltRegisterExtPrefix(), ( xsltExtElementPreCompTest(), xsltExtInitTest )</info>
3024       <return type='void *' info='the pointer or NULL if not present'/>
3025       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
3026       <arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
3027     </function>
3028     <function name='xsltStylePreCompute' file='preproc'>
3029       <info>Precompute an XSLT stylesheet element</info>
3030       <return type='void'/>
3031       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet'/>
3032       <arg name='inst' type='xmlNodePtr' info='the instruction in the stylesheet'/>
3033     </function>
3034     <function name='xsltStyleStylesheetLevelGetExtData' file='extensions'>
3035       <info>Retrieve the data associated to the extension module in this given stylesheet.</info>
3036       <return type='void *' info='the pointer or NULL if not present'/>
3037       <arg name='style' type='xsltStylesheetPtr' info='an XSLT stylesheet'/>
3038       <arg name='URI' type='const xmlChar *' info='the URI associated to the exension module'/>
3039     </function>
3040     <function name='xsltSystemPropertyFunction' file='functions'>
3041       <info>Implement the system-property() XSLT function object system-property(string)</info>
3042       <return type='void'/>
3043       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
3044       <arg name='nargs' type='int' info='the number of arguments'/>
3045     </function>
3046     <function name='xsltTemplateProcess' file='templates'>
3047       <info>Obsolete. Don&apos;t use it.</info>
3048       <return type='xmlNodePtr *' info='NULL.'/>
3049       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
3050       <arg name='node' type='xmlNodePtr' info='the attribute template node'/>
3051     </function>
3052     <function name='xsltTestCompMatchList' file='pattern'>
3053       <info>Test whether the node matches one of the patterns in the list</info>
3054       <return type='int' info='1 if it matches, 0 if it doesn&apos;t and -1 in case of failure'/>
3055       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
3056       <arg name='node' type='xmlNodePtr' info='a node'/>
3057       <arg name='comp' type='xsltCompMatchPtr' info='the precompiled pattern list'/>
3058     </function>
3059     <function name='xsltText' file='transform'>
3060       <info>Process the xslt text node on the source node</info>
3061       <return type='void'/>
3062       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
3063       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
3064       <arg name='inst' type='xmlNodePtr' info='the xslt text node'/>
3065       <arg name='comp' type='xsltStylePreCompPtr' info='precomputed information'/>
3066     </function>
3067     <function name='xsltTimestamp' file='xsltutils'>
3068       <info>Used for gathering profiling data</info>
3069       <return type='long' info='the number of tenth of milliseconds since the beginning of the profiling'/>
3070     </function>
3071     <functype name='xsltTopLevelFunction' file='extensions'>
3072       <info></info>
3073       <return type='void'/>
3074       <arg name='style' type='xsltStylesheetPtr' info=''/>
3075       <arg name='inst' type='xmlNodePtr' info=''/>
3076     </functype>
3077     <function name='xsltTransStorageAdd' file='xsltInternals'>
3078       <info></info>
3079       <return type='int' info=''/>
3080       <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
3081       <arg name='id' type='void *' info=''/>
3082       <arg name='data' type='void *' info=''/>
3083     </function>
3084     <function name='xsltTransStorageRemove' file='xsltInternals'>
3085       <info></info>
3086       <return type='void *' info=''/>
3087       <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
3088       <arg name='id' type='void *' info=''/>
3089     </function>
3090     <function name='xsltTransformError' file='xsltutils'>
3091       <info>Display and format an error messages, gives file, line, position and extra parameters, will use the specific transformation context if available</info>
3092       <return type='void'/>
3093       <arg name='ctxt' type='xsltTransformContextPtr' info='an XSLT transformation context'/>
3094       <arg name='style' type='xsltStylesheetPtr' info='the XSLT stylesheet used'/>
3095       <arg name='node' type='xmlNodePtr' info='the current node in the stylesheet'/>
3096       <arg name='msg' type='const char *' info='the message to display/transmit'/>
3097       <arg name='...' type='...' info='extra parameters for the message display'/>
3098     </function>
3099     <functype name='xsltTransformFunction' file='xsltInternals'>
3100       <info>Signature of the function associated to elements part of the stylesheet language like xsl:if or xsl:apply-templates.</info>
3101       <return type='void'/>
3102       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
3103       <arg name='node' type='xmlNodePtr' info='the input node'/>
3104       <arg name='inst' type='xmlNodePtr' info='the stylesheet node'/>
3105       <arg name='comp' type='xsltElemPreCompPtr' info='the compiled information from the stylesheet'/>
3106     </functype>
3107     <function name='xsltUninit' file='xsltInternals'>
3108       <info>Uninitializes the processor.</info>
3109       <return type='void'/>
3110     </function>
3111     <function name='xsltUnparsedEntityURIFunction' file='functions'>
3112       <info>Implement the unparsed-entity-uri() XSLT function string unparsed-entity-uri(string)</info>
3113       <return type='void'/>
3114       <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath Parser context'/>
3115       <arg name='nargs' type='int' info='the number of arguments'/>
3116     </function>
3117     <function name='xsltUnregisterExtModule' file='extensions'>
3118       <info>Unregister an XSLT extension module from the library.</info>
3119       <return type='int' info='0 if sucessful, -1 in case of error'/>
3120       <arg name='URI' type='const xmlChar *' info='URI associated to this module'/>
3121     </function>
3122     <function name='xsltUnregisterExtModuleElement' file='extensions'>
3123       <info>Unregisters an extension module element</info>
3124       <return type='int' info='0 if successful, -1 in case of error.'/>
3125       <arg name='name' type='const xmlChar *' info='the element name'/>
3126       <arg name='URI' type='const xmlChar *' info='the element namespace URI'/>
3127     </function>
3128     <function name='xsltUnregisterExtModuleFunction' file='extensions'>
3129       <info>Unregisters an extension module function</info>
3130       <return type='int' info='0 if successful, -1 in case of error.'/>
3131       <arg name='name' type='const xmlChar *' info='the function name'/>
3132       <arg name='URI' type='const xmlChar *' info='the function namespace URI'/>
3133     </function>
3134     <function name='xsltUnregisterExtModuleTopLevel' file='extensions'>
3135       <info>Unregisters an extension module top-level element</info>
3136       <return type='int' info='0 if successful, -1 in case of error.'/>
3137       <arg name='name' type='const xmlChar *' info='the top-level element name'/>
3138       <arg name='URI' type='const xmlChar *' info='the top-level element namespace URI'/>
3139     </function>
3140     <function name='xsltValueOf' file='transform'>
3141       <info>Process the xslt value-of node on the source node</info>
3142       <return type='void'/>
3143       <arg name='ctxt' type='xsltTransformContextPtr' info='a XSLT process context'/>
3144       <arg name='node' type='xmlNodePtr' info='the node in the source tree.'/>
3145       <arg name='inst' type='xmlNodePtr' info='the xslt value-of node'/>
3146       <arg name='castedComp' type='xsltStylePreCompPtr' info='precomputed information'/>
3147     </function>
3148     <function name='xsltVariableLookup' file='variables'>
3149       <info>Search in the Variable array of the context for the given variable value.</info>
3150       <return type='xmlXPathObjectPtr' info='the value or NULL if not found'/>
3151       <arg name='ctxt' type='xsltTransformContextPtr' info='the XSLT transformation context'/>
3152       <arg name='name' type='const xmlChar *' info='the variable name'/>
3153       <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
3154     </function>
3155     <function name='xsltXPathCompile' file='xsltutils'>
3156       <info>Compile an XPath expression</info>
3157       <return type='xmlXPathCompExprPtr' info='the xmlXPathCompExprPtr resulting from the compilation or NULL. the caller has to free the object.'/>
3158       <arg name='style' type='xsltStylesheetPtr' info='the stylesheet'/>
3159       <arg name='str' type='const xmlChar *' info='the XPath expression'/>
3160     </function>
3161     <function name='xsltXPathFunctionLookup' file='functions'>
3162       <info>This is the entry point when a function is needed by the XPath interpretor.</info>
3163       <return type='xmlXPathFunction' info='the callback function or NULL if not found'/>
3164       <arg name='ctxt' type='xmlXPathContextPtr' info='a void * but the XSLT transformation context actually'/>
3165       <arg name='name' type='const xmlChar *' info='the function name'/>
3166       <arg name='ns_uri' type='const xmlChar *' info='the function namespace URI'/>
3167     </function>
3168     <function name='xsltXPathGetTransformContext' file='extensions'>
3169       <info>Provides the XSLT transformation context from the XPath transformation context. This is useful when an XPath function in the extension module is called by the XPath interpreter and that the XSLT context is needed for example to retrieve the associated data pertaining to this XSLT transformation.</info>
3170       <return type='xsltTransformContextPtr' info='the XSLT transformation context or NULL in case of error.'/>
3171       <arg name='ctxt' type='xmlXPathParserContextPtr' info='an XPath transformation context'/>
3172     </function>
3173     <function name='xsltXPathVariableLookup' file='variables'>
3174       <info>This is the entry point when a varibale is needed by the XPath interpretor.</info>
3175       <return type='xmlXPathObjectPtr' info='the value or NULL if not found'/>
3176       <arg name='ctxt' type='void *' info='a void * but the the XSLT transformation context actually'/>
3177       <arg name='name' type='const xmlChar *' info='the variable name'/>
3178       <arg name='ns_uri' type='const xmlChar *' info='the variable namespace URI'/>
3179     </function>
3180   </symbols>
3181 </api>