summaryrefslogtreecommitdiff
path: root/doc/libxslt-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-04-08 17:17:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-04-08 17:17:46 +0000
commita91a7c57179a279c27e8310e8f497f967bd5d24f (patch)
treef6e90d8eec3c538ad35dbf70f4e2d80779ccee24 /doc/libxslt-api.xml
parent6f9f02c608d7a2b1398ca38e0c7e2f86fd70f543 (diff)
downloadlibxslt-a91a7c57179a279c27e8310e8f497f967bd5d24f.tar.gz
libxslt-a91a7c57179a279c27e8310e8f497f967bd5d24f.tar.bz2
libxslt-a91a7c57179a279c27e8310e8f497f967bd5d24f.zip
release of 1.1.23 Daniel
* configure.in doc/*: release of 1.1.23 Daniel svn path=/trunk/; revision=1467
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r--doc/libxslt-api.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
index 81af5bc0..d2c5a4ee 100644
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -529,6 +529,7 @@
<exports symbol='xsltAllocateExtra' type='function'/>
<exports symbol='xsltParseSequenceConstructor' type='function'/>
<exports symbol='xsltRegisterTmpRVT' type='function'/>
+ <exports symbol='xsltInitAllDocKeys' type='function'/>
<exports symbol='xsltExtensionInstructionResultFinalize' type='function'/>
<exports symbol='xsltPointerListFree' type='function'/>
<exports symbol='xsltIsBlank' type='function'/>
@@ -2337,6 +2338,11 @@ exits'/>
<info>Initializes the processor (e.g. registers built-in extensions, etc.)</info>
<return type='void'/>
</function>
+ <function name='xsltInitAllDocKeys' file='xsltInternals'>
+ <info>INTERNAL ROUTINE ONLY Check if any keys on the current document need to be computed</info>
+ <return type='int' info=''/>
+ <arg name='ctxt' type='xsltTransformContextPtr' info=''/>
+ </function>
<function name='xsltInitCtxtExts' file='extensions'>
<info>Initialize the set of modules with registered stylesheet data</info>
<return type='int' info='the number of modules initialized or -1 in case of error'/>
@@ -2530,7 +2536,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:with-param instruction element'/>
</function>
<function name='xsltParseStylesheetDoc' file='xsltInternals'>
- <info>parse an XSLT stylesheet building the associated structures</info>
+ <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>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
<arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
</function>