mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
fixed Bug130593. fixed a couple of sequence problems on references within
* configure.in: fixed Bug130593. * doc/apibuild.py: fixed a couple of sequence problems on references within APIxxx.html files, rebuild doc/* (and NEWS)
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Tue Jan 6 23:38:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
|
* configure.in: fixed Bug130593.
|
||||||
|
* doc/apibuild.py: fixed a couple of sequence problems on
|
||||||
|
references within APIxxx.html files, rebuild doc/* (and NEWS)
|
||||||
|
|
||||||
Sun Jan 4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net>
|
Sun Jan 4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net>
|
||||||
|
|
||||||
* doc/newapi.xsl: change background color of function
|
* doc/newapi.xsl: change background color of function
|
||||||
|
10
NEWS
10
NEWS
@ -10,6 +10,16 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog
|
|||||||
file
|
file
|
||||||
for a really accurate description:
|
for a really accurate description:
|
||||||
|
|
||||||
|
1.1.2: Dec 24 2003:
|
||||||
|
- Documentation fixes (John Fleck, William Brack), EXSLT documentation
|
||||||
|
(William Brack)
|
||||||
|
- Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic)
|
||||||
|
- Bug fixes: exslt:date returning NULL strings (William Brack),
|
||||||
|
namespaces output (William Brack), key and namespace definition problem,
|
||||||
|
passing options down to the document() parser, xsl:number fixes (William
|
||||||
|
Brack)
|
||||||
|
|
||||||
|
|
||||||
1.1.1: Dec 10 2003:
|
1.1.1: Dec 10 2003:
|
||||||
- code cleanup (William Brack)
|
- code cleanup (William Brack)
|
||||||
- Windows: Makefile improvements (Igor Zlatkovic)
|
- Windows: Makefile improvements (Igor Zlatkovic)
|
||||||
|
@ -176,7 +176,7 @@ except: print 0"`
|
|||||||
echo could not find python$PYTHON_VERSION/Python.h
|
echo could not find python$PYTHON_VERSION/Python.h
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if ! test -d "$PYTHON_SITE_PACKAGES"
|
if test ! -d "$PYTHON_SITE_PACKAGES"
|
||||||
then
|
then
|
||||||
PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
|
PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
|
||||||
fi
|
fi
|
||||||
|
@ -10,68 +10,68 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</style><title>List of constructors for libxslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>List of constructors for libxslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2>Type const xmlChar *:</h2><p><a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
</style><title>List of constructors for libxslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>List of constructors for libxslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2>Type const xmlChar *:</h2><p><a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
||||||
</p><h2>Type long:</h2><p><a href="html/libxslt-xsltutils.html#xsltTimestamp">xsltTimestamp</a><br />
|
</p><h2>Type long:</h2><p><a href="html/libxslt-xsltutils.html#xsltTimestamp">xsltTimestamp</a><br />
|
||||||
</p><h2>Type void *:</h2><p><a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
</p><h2>Type void *:</h2><p><a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
||||||
</p><h2>Type xmlAttrPtr:</h2><p><a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
</p><h2>Type xmlAttrPtr:</h2><p><a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
||||||
</p><h2>Type xmlChar *:</h2><p><a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
</p><h2>Type xmlChar *:</h2><p><a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
|
||||||
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
||||||
|
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
||||||
|
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
||||||
|
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalXPathString">xsltEvalXPathString</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalXPathString">xsltEvalXPathString</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
||||||
</p><h2>Type xmlDocPtr:</h2><p><a href="html/libxslt-xsltInternals.html#xsltCreateRVT">xsltCreateRVT</a><br />
|
</p><h2>Type xmlDocPtr:</h2><p><a href="html/libxslt-transform.html#xsltApplyStylesheet">xsltApplyStylesheet</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltProfileStylesheet">xsltProfileStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStylesheet">xsltApplyStylesheet</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltCreateRVT">xsltCreateRVT</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetProfileInformation">xsltGetProfileInformation</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetProfileInformation">xsltGetProfileInformation</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltProfileStylesheet">xsltProfileStylesheet</a><br />
|
||||||
</p><h2>Type xmlHashTablePtr:</h2><p><a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
</p><h2>Type xmlHashTablePtr:</h2><p><a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
||||||
</p><h2>Type xmlNodePtr:</h2><p><a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
</p><h2>Type xmlNodePtr:</h2><p><a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
||||||
</p><h2>Type xmlNodePtr *:</h2><p><a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
</p><h2>Type xmlNodePtr *:</h2><p><a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
||||||
</p><h2>Type xmlNodeSetPtr:</h2><p><a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
</p><h2>Type xmlNodeSetPtr:</h2><p><a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
||||||
</p><h2>Type xmlNsPtr:</h2><p><a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
</p><h2>Type xmlNsPtr:</h2><p><a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
||||||
|
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
||||||
|
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
||||||
</p><h2>Type xmlXPathError:</h2><p><a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
</p><h2>Type xmlXPathError:</h2><p><a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
||||||
</p><h2>Type xmlXPathFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
</p><h2>Type xmlXPathFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
||||||
</p><h2>Type xmlXPathObjectPtr:</h2><p><a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
</p><h2>Type xmlXPathObjectPtr:</h2><p><a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
||||||
</p><h2>Type xmlXPathObjectPtr *:</h2><p><a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
</p><h2>Type xmlXPathObjectPtr *:</h2><p><a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
||||||
</p><h2>Type xsltCompMatchPtr:</h2><p><a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
</p><h2>Type xsltCompMatchPtr:</h2><p><a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
||||||
</p><h2>Type xsltDebugTraceCodes:</h2><p><a href="html/libxslt-xsltutils.html#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a><br />
|
</p><h2>Type xsltDebugTraceCodes:</h2><p><a href="html/libxslt-xsltutils.html#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a><br />
|
||||||
</p><h2>Type xsltDecimalFormatPtr:</h2><p><a href="html/libxslt-xsltInternals.html#xsltDecimalFormatGetByName">xsltDecimalFormatGetByName</a><br />
|
</p><h2>Type xsltDecimalFormatPtr:</h2><p><a href="html/libxslt-xsltInternals.html#xsltDecimalFormatGetByName">xsltDecimalFormatGetByName</a><br />
|
||||||
</p><h2>Type xsltDocumentPtr:</h2><p><a href="html/libxslt-documents.html#xsltNewDocument">xsltNewDocument</a><br />
|
</p><h2>Type xsltDocumentPtr:</h2><p><a href="html/libxslt-documents.html#xsltFindDocument">xsltFindDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
|
||||||
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
||||||
|
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
||||||
|
<a href="html/libxslt-documents.html#xsltNewDocument">xsltNewDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltNewStyleDocument">xsltNewStyleDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltNewStyleDocument">xsltNewStyleDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltFindDocument">xsltFindDocument</a><br />
|
</p><h2>Type xsltElemPreCompPtr:</h2><p><a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
||||||
</p><h2>Type xsltElemPreCompPtr:</h2><p><a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
<a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a><br />
|
<a href="html/libxslt-extensions.html#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a><br />
|
||||||
<a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
||||||
</p><h2>Type xsltPreComputeFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
</p><h2>Type xsltPreComputeFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
||||||
</p><h2>Type xsltSecurityCheck:</h2><p><a href="html/libxslt-security.html#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a><br />
|
</p><h2>Type xsltSecurityCheck:</h2><p><a href="html/libxslt-security.html#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a><br />
|
||||||
</p><h2>Type xsltSecurityPrefsPtr:</h2><p><a href="html/libxslt-security.html#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a><br />
|
</p><h2>Type xsltSecurityPrefsPtr:</h2><p><a href="html/libxslt-security.html#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a><br />
|
||||||
<a href="html/libxslt-security.html#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a><br />
|
<a href="html/libxslt-security.html#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a><br />
|
||||||
</p><h2>Type xsltStackElemPtr:</h2><p><a href="html/libxslt-variables.html#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a><br />
|
</p><h2>Type xsltStackElemPtr:</h2><p><a href="html/libxslt-variables.html#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a><br />
|
||||||
</p><h2>Type xsltStylesheetPtr:</h2><p><a href="html/libxslt-xsltInternals.html#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a><br />
|
</p><h2>Type xsltStylesheetPtr:</h2><p><a href="html/libxslt-xsltInternals.html#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetProcess">xsltParseStylesheetProcess</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltNewStylesheet">xsltNewStylesheet</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltNewStylesheet">xsltNewStylesheet</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a><br />
|
|
||||||
<a href="html/libxslt-imports.html#xsltNextImport">xsltNextImport</a><br />
|
<a href="html/libxslt-imports.html#xsltNextImport">xsltNextImport</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetProcess">xsltParseStylesheetProcess</a><br />
|
||||||
</p><h2>Type xsltTemplatePtr:</h2><p><a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
</p><h2>Type xsltTemplatePtr:</h2><p><a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
||||||
</p><h2>Type xsltTopLevelFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
</p><h2>Type xsltTopLevelFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
||||||
</p><h2>Type xsltTransformContextPtr:</h2><p><a href="html/libxslt-extensions.html#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a><br />
|
</p><h2>Type xsltTransformContextPtr:</h2><p><a href="html/libxslt-transform.html#xsltNewTransformContext">xsltNewTransformContext</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltNewTransformContext">xsltNewTransformContext</a><br />
|
<a href="html/libxslt-extensions.html#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a><br />
|
||||||
</p><h2>Type xsltTransformFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
</p><h2>Type xsltTransformFunction:</h2><p><a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
||||||
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
||||||
|
@ -7,373 +7,373 @@ H1 {font-family: Verdana,Arial,Helvetica}
|
|||||||
H2 {font-family: Verdana,Arial,Helvetica}
|
H2 {font-family: Verdana,Arial,Helvetica}
|
||||||
H3 {font-family: Verdana,Arial,Helvetica}
|
H3 {font-family: Verdana,Arial,Helvetica}
|
||||||
A:link, A:visited, A:active { text-decoration: underline }
|
A:link, A:visited, A:active { text-decoration: underline }
|
||||||
</style><title>List of Symbols per Module for libxslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>List of Symbols per Module for libxslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2><a name="attributes" id="attributes">Module attributes</a>:</h2><p><a href="html/libxslt-attributes.html#xsltResolveStylesheetAttributeSet">xsltResolveStylesheetAttributeSet</a><br />
|
</style><title>List of Symbols per Module for libxslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>List of Symbols per Module for libxslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2><a name="attributes" id="attributes">Module attributes</a>:</h2><p><a href="html/libxslt-attributes.html#xsltApplyAttributeSet">xsltApplyAttributeSet</a><br />
|
||||||
<a href="html/libxslt-attributes.html#xsltParseStylesheetAttributeSet">xsltParseStylesheetAttributeSet</a><br />
|
|
||||||
<a href="html/libxslt-attributes.html#xsltApplyAttributeSet">xsltApplyAttributeSet</a><br />
|
|
||||||
<a href="html/libxslt-attributes.html#xsltFreeAttributeSetsHashes">xsltFreeAttributeSetsHashes</a><br />
|
<a href="html/libxslt-attributes.html#xsltFreeAttributeSetsHashes">xsltFreeAttributeSetsHashes</a><br />
|
||||||
</p><h2><a name="documents" id="documents">Module documents</a>:</h2><p><a href="html/libxslt-documents.html#xsltFreeDocuments">xsltFreeDocuments</a><br />
|
<a href="html/libxslt-attributes.html#xsltParseStylesheetAttributeSet">xsltParseStylesheetAttributeSet</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltNewDocument">xsltNewDocument</a><br />
|
<a href="html/libxslt-attributes.html#xsltResolveStylesheetAttributeSet">xsltResolveStylesheetAttributeSet</a><br />
|
||||||
|
</p><h2><a name="documents" id="documents">Module documents</a>:</h2><p><a href="html/libxslt-documents.html#xsltFindDocument">xsltFindDocument</a><br />
|
||||||
|
<a href="html/libxslt-documents.html#xsltFreeDocuments">xsltFreeDocuments</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltFreeStyleDocuments">xsltFreeStyleDocuments</a><br />
|
<a href="html/libxslt-documents.html#xsltFreeStyleDocuments">xsltFreeStyleDocuments</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltFindDocument">xsltFindDocument</a><br />
|
|
||||||
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
||||||
|
<a href="html/libxslt-documents.html#xsltNewDocument">xsltNewDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltNewStyleDocument">xsltNewStyleDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltNewStyleDocument">xsltNewStyleDocument</a><br />
|
||||||
</p><h2><a name="extensions" id="extensions">Module extensions</a>:</h2><p><a href="html/libxslt-extensions.html#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a><br />
|
</p><h2><a name="extensions" id="extensions">Module extensions</a>:</h2><p><a href="html/libxslt-extensions.html#xsltCheckExtPrefix">xsltCheckExtPrefix</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtFunction">xsltRegisterExtFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltDebugDumpExtensions">xsltDebugDumpExtensions</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltInitCtxtExts">xsltInitCtxtExts</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltShutdownCtxtExts">xsltShutdownCtxtExts</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtElement">xsltRegisterExtElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltFreeCtxtExts">xsltFreeCtxtExts</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterTestModule">xsltRegisterTestModule</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltShutdownExts">xsltShutdownExts</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltInitElemPreComp">xsltInitElemPreComp</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltDebugDumpExtensions">xsltDebugDumpExtensions</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltCheckExtPrefix">xsltCheckExtPrefix</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModule">xsltRegisterExtModule</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltFreeExts">xsltFreeExts</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltFreeCtxtExts">xsltFreeCtxtExts</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltFreeExts">xsltFreeExts</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltInitCtxtExts">xsltInitCtxtExts</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltInitElemPreComp">xsltInitElemPreComp</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltPreComputeExtModuleElement">xsltPreComputeExtModuleElement</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtElement">xsltRegisterExtElement</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtFunction">xsltRegisterExtFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModule">xsltRegisterExtModule</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltRegisterTestModule">xsltRegisterTestModule</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltShutdownCtxtExts">xsltShutdownCtxtExts</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltShutdownExts">xsltShutdownExts</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
||||||
|
<a href="html/libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModule">xsltUnregisterExtModule</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModule">xsltUnregisterExtModule</a><br />
|
||||||
</p><h2><a name="extra" id="extra">Module extra</a>:</h2><p><a href="html/libxslt-extra.html#xsltFunctionNodeSet">xsltFunctionNodeSet</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a><br />
|
||||||
<a href="html/libxslt-extra.html#xsltRegisterExtras">xsltRegisterExtras</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a><br />
|
||||||
<a href="html/libxslt-extra.html#XSLT_XALAN_NAMESPACE">XSLT_XALAN_NAMESPACE</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a><br />
|
||||||
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
<a href="html/libxslt-extensions.html#xsltXPathGetTransformContext">xsltXPathGetTransformContext</a><br />
|
||||||
<a href="html/libxslt-extra.html#XSLT_LIBXSLT_NAMESPACE">XSLT_LIBXSLT_NAMESPACE</a><br />
|
</p><h2><a name="extra" id="extra">Module extra</a>:</h2><p><a href="html/libxslt-extra.html#XSLT_LIBXSLT_NAMESPACE">XSLT_LIBXSLT_NAMESPACE</a><br />
|
||||||
<a href="html/libxslt-extra.html#xsltRegisterAllExtras">xsltRegisterAllExtras</a><br />
|
|
||||||
<a href="html/libxslt-extra.html#XSLT_XT_NAMESPACE">XSLT_XT_NAMESPACE</a><br />
|
|
||||||
<a href="html/libxslt-extra.html#XSLT_SAXON_NAMESPACE">XSLT_SAXON_NAMESPACE</a><br />
|
|
||||||
<a href="html/libxslt-extra.html#XSLT_NORM_SAXON_NAMESPACE">XSLT_NORM_SAXON_NAMESPACE</a><br />
|
<a href="html/libxslt-extra.html#XSLT_NORM_SAXON_NAMESPACE">XSLT_NORM_SAXON_NAMESPACE</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#XSLT_SAXON_NAMESPACE">XSLT_SAXON_NAMESPACE</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#XSLT_XALAN_NAMESPACE">XSLT_XALAN_NAMESPACE</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#XSLT_XT_NAMESPACE">XSLT_XT_NAMESPACE</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#xsltFunctionNodeSet">xsltFunctionNodeSet</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#xsltRegisterAllExtras">xsltRegisterAllExtras</a><br />
|
||||||
|
<a href="html/libxslt-extra.html#xsltRegisterExtras">xsltRegisterExtras</a><br />
|
||||||
</p><h2><a name="functions" id="functions">Module functions</a>:</h2><p><a href="html/libxslt-functions.html#XSLT_REGISTER_FUNCTION_LOOKUP">XSLT_REGISTER_FUNCTION_LOOKUP</a><br />
|
</p><h2><a name="functions" id="functions">Module functions</a>:</h2><p><a href="html/libxslt-functions.html#XSLT_REGISTER_FUNCTION_LOOKUP">XSLT_REGISTER_FUNCTION_LOOKUP</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltFunctionAvailableFunction">xsltFunctionAvailableFunction</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltFormatNumberFunction">xsltFormatNumberFunction</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltRegisterAllFunctions">xsltRegisterAllFunctions</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltKeyFunction">xsltKeyFunction</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltGenerateIdFunction">xsltGenerateIdFunction</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltDocumentFunction">xsltDocumentFunction</a><br />
|
<a href="html/libxslt-functions.html#xsltDocumentFunction">xsltDocumentFunction</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltSystemPropertyFunction">xsltSystemPropertyFunction</a><br />
|
|
||||||
<a href="html/libxslt-functions.html#xsltElementAvailableFunction">xsltElementAvailableFunction</a><br />
|
<a href="html/libxslt-functions.html#xsltElementAvailableFunction">xsltElementAvailableFunction</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltFormatNumberFunction">xsltFormatNumberFunction</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltFunctionAvailableFunction">xsltFunctionAvailableFunction</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltGenerateIdFunction">xsltGenerateIdFunction</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltKeyFunction">xsltKeyFunction</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltRegisterAllFunctions">xsltRegisterAllFunctions</a><br />
|
||||||
|
<a href="html/libxslt-functions.html#xsltSystemPropertyFunction">xsltSystemPropertyFunction</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltUnparsedEntityURIFunction">xsltUnparsedEntityURIFunction</a><br />
|
<a href="html/libxslt-functions.html#xsltUnparsedEntityURIFunction">xsltUnparsedEntityURIFunction</a><br />
|
||||||
</p><h2><a name="imports" id="imports">Module imports</a>:</h2><p><a href="html/libxslt-imports.html#xsltNeedElemSpaceHandling">xsltNeedElemSpaceHandling</a><br />
|
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-imports.html#XSLT_GET_IMPORT_INT">XSLT_GET_IMPORT_INT</a><br />
|
</p><h2><a name="imports" id="imports">Module imports</a>:</h2><p><a href="html/libxslt-imports.html#XSLT_GET_IMPORT_INT">XSLT_GET_IMPORT_INT</a><br />
|
||||||
<a href="html/libxslt-imports.html#xsltParseStylesheetInclude">xsltParseStylesheetInclude</a><br />
|
|
||||||
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
|
||||||
<a href="html/libxslt-imports.html#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a><br />
|
|
||||||
<a href="html/libxslt-imports.html#XSLT_GET_IMPORT_PTR">XSLT_GET_IMPORT_PTR</a><br />
|
<a href="html/libxslt-imports.html#XSLT_GET_IMPORT_PTR">XSLT_GET_IMPORT_PTR</a><br />
|
||||||
|
<a href="html/libxslt-imports.html#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a><br />
|
||||||
|
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
||||||
|
<a href="html/libxslt-imports.html#xsltNeedElemSpaceHandling">xsltNeedElemSpaceHandling</a><br />
|
||||||
<a href="html/libxslt-imports.html#xsltNextImport">xsltNextImport</a><br />
|
<a href="html/libxslt-imports.html#xsltNextImport">xsltNextImport</a><br />
|
||||||
<a href="html/libxslt-imports.html#xsltParseStylesheetImport">xsltParseStylesheetImport</a><br />
|
<a href="html/libxslt-imports.html#xsltParseStylesheetImport">xsltParseStylesheetImport</a><br />
|
||||||
</p><h2><a name="keys" id="keys">Module keys</a>:</h2><p><a href="html/libxslt-keys.html#xsltInitCtxtKeys">xsltInitCtxtKeys</a><br />
|
<a href="html/libxslt-imports.html#xsltParseStylesheetInclude">xsltParseStylesheetInclude</a><br />
|
||||||
|
</p><h2><a name="keys" id="keys">Module keys</a>:</h2><p><a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
||||||
|
<a href="html/libxslt-keys.html#xsltFreeDocumentKeys">xsltFreeDocumentKeys</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltFreeKeys">xsltFreeKeys</a><br />
|
<a href="html/libxslt-keys.html#xsltFreeKeys">xsltFreeKeys</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltFreeDocumentKeys">xsltFreeDocumentKeys</a><br />
|
<a href="html/libxslt-keys.html#xsltInitCtxtKeys">xsltInitCtxtKeys</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
</p><h2><a name="namespaces" id="namespaces">Module namespaces</a>:</h2><p><a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
||||||
</p><h2><a name="namespaces" id="namespaces">Module namespaces</a>:</h2><p><a href="html/libxslt-namespaces.html#xsltFreeNamespaceAliasHashes">xsltFreeNamespaceAliasHashes</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltFreeNamespaceAliasHashes">xsltFreeNamespaceAliasHashes</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltNamespaceAlias">xsltNamespaceAlias</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
||||||
</p><h2><a name="numbersInternals" id="numbersInternals">Module numbersInternals</a>:</h2><p><a href="html/libxslt-numbersInternals.html#xsltNumberDataPtr">xsltNumberDataPtr</a><br />
|
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
||||||
<a href="html/libxslt-numbersInternals.html#xsltFormatNumberInfoPtr">xsltFormatNumberInfoPtr</a><br />
|
<a href="html/libxslt-namespaces.html#xsltNamespaceAlias">xsltNamespaceAlias</a><br />
|
||||||
<a href="html/libxslt-numbersInternals.html#_xsltFormatNumberInfo">_xsltFormatNumberInfo</a><br />
|
</p><h2><a name="numbersInternals" id="numbersInternals">Module numbersInternals</a>:</h2><p><a href="html/libxslt-numbersInternals.html#_xsltFormatNumberInfo">_xsltFormatNumberInfo</a><br />
|
||||||
<a href="html/libxslt-numbersInternals.html#_xsltNumberData">_xsltNumberData</a><br />
|
<a href="html/libxslt-numbersInternals.html#_xsltNumberData">_xsltNumberData</a><br />
|
||||||
<a href="html/libxslt-numbersInternals.html#xsltFormatNumberInfo">xsltFormatNumberInfo</a><br />
|
<a href="html/libxslt-numbersInternals.html#xsltFormatNumberInfo">xsltFormatNumberInfo</a><br />
|
||||||
|
<a href="html/libxslt-numbersInternals.html#xsltFormatNumberInfoPtr">xsltFormatNumberInfoPtr</a><br />
|
||||||
<a href="html/libxslt-numbersInternals.html#xsltNumberData">xsltNumberData</a><br />
|
<a href="html/libxslt-numbersInternals.html#xsltNumberData">xsltNumberData</a><br />
|
||||||
</p><h2><a name="pattern" id="pattern">Module pattern</a>:</h2><p><a href="html/libxslt-pattern.html#xsltCompMatch">xsltCompMatch</a><br />
|
<a href="html/libxslt-numbersInternals.html#xsltNumberDataPtr">xsltNumberDataPtr</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltAddTemplate">xsltAddTemplate</a><br />
|
</p><h2><a name="pattern" id="pattern">Module pattern</a>:</h2><p><a href="html/libxslt-pattern.html#xsltAddTemplate">xsltAddTemplate</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
<a href="html/libxslt-pattern.html#xsltCleanupTemplates">xsltCleanupTemplates</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltMatchPattern">xsltMatchPattern</a><br />
|
<a href="html/libxslt-pattern.html#xsltCompMatch">xsltCompMatch</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
|
||||||
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
|
||||||
<a href="html/libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a><br />
|
<a href="html/libxslt-pattern.html#xsltCompMatchPtr">xsltCompMatchPtr</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltTestCompMatchList">xsltTestCompMatchList</a><br />
|
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltFreeCompMatchList">xsltFreeCompMatchList</a><br />
|
<a href="html/libxslt-pattern.html#xsltFreeCompMatchList">xsltFreeCompMatchList</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltFreeTemplateHashes">xsltFreeTemplateHashes</a><br />
|
<a href="html/libxslt-pattern.html#xsltFreeTemplateHashes">xsltFreeTemplateHashes</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltCleanupTemplates">xsltCleanupTemplates</a><br />
|
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
||||||
</p><h2><a name="preproc" id="preproc">Module preproc</a>:</h2><p><a href="html/libxslt-preproc.html#xsltFreeStylePreComps">xsltFreeStylePreComps</a><br />
|
<a href="html/libxslt-pattern.html#xsltMatchPattern">xsltMatchPattern</a><br />
|
||||||
|
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
||||||
|
<a href="html/libxslt-pattern.html#xsltTestCompMatchList">xsltTestCompMatchList</a><br />
|
||||||
|
</p><h2><a name="preproc" id="preproc">Module preproc</a>:</h2><p><a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
||||||
<a href="html/libxslt-preproc.html#xsltExtMarker">xsltExtMarker</a><br />
|
<a href="html/libxslt-preproc.html#xsltExtMarker">xsltExtMarker</a><br />
|
||||||
<a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
<a href="html/libxslt-preproc.html#xsltFreeStylePreComps">xsltFreeStylePreComps</a><br />
|
||||||
<a href="html/libxslt-preproc.html#xsltStylePreCompute">xsltStylePreCompute</a><br />
|
<a href="html/libxslt-preproc.html#xsltStylePreCompute">xsltStylePreCompute</a><br />
|
||||||
</p><h2><a name="security" id="security">Module security</a>:</h2><p><a href="html/libxslt-security.html#xsltSecurityPrefs">xsltSecurityPrefs</a><br />
|
</p><h2><a name="security" id="security">Module security</a>:</h2><p><a href="html/libxslt-security.html#XSLT_SECPREF_CREATE_DIRECTORY">XSLT_SECPREF_CREATE_DIRECTORY</a><br />
|
||||||
<a href="html/libxslt-security.html#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSecurityCheck">xsltSecurityCheck</a><br />
|
|
||||||
<a href="html/libxslt-security.html#XSLT_SECPREF_READ_NETWORK">XSLT_SECPREF_READ_NETWORK</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSetDefaultSecurityPrefs">xsltSetDefaultSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#XSLT_SECPREF_CREATE_DIRECTORY">XSLT_SECPREF_CREATE_DIRECTORY</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltFreeSecurityPrefs">xsltFreeSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#XSLT_SECPREF_WRITE_NETWORK">XSLT_SECPREF_WRITE_NETWORK</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSetCtxtSecurityPrefs">xsltSetCtxtSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#XSLT_SECPREF_WRITE_FILE">XSLT_SECPREF_WRITE_FILE</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSecurityAllow">xsltSecurityAllow</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSetSecurityPrefs">xsltSetSecurityPrefs</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltCheckWrite">xsltCheckWrite</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltCheckRead">xsltCheckRead</a><br />
|
|
||||||
<a href="html/libxslt-security.html#xsltSecurityOption">xsltSecurityOption</a><br />
|
|
||||||
<a href="html/libxslt-security.html#XSLT_SECPREF_READ_FILE">XSLT_SECPREF_READ_FILE</a><br />
|
<a href="html/libxslt-security.html#XSLT_SECPREF_READ_FILE">XSLT_SECPREF_READ_FILE</a><br />
|
||||||
|
<a href="html/libxslt-security.html#XSLT_SECPREF_READ_NETWORK">XSLT_SECPREF_READ_NETWORK</a><br />
|
||||||
|
<a href="html/libxslt-security.html#XSLT_SECPREF_WRITE_FILE">XSLT_SECPREF_WRITE_FILE</a><br />
|
||||||
|
<a href="html/libxslt-security.html#XSLT_SECPREF_WRITE_NETWORK">XSLT_SECPREF_WRITE_NETWORK</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltCheckRead">xsltCheckRead</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltCheckWrite">xsltCheckWrite</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltFreeSecurityPrefs">xsltFreeSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltGetDefaultSecurityPrefs">xsltGetDefaultSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltGetSecurityPrefs">xsltGetSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltNewSecurityPrefs">xsltNewSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltSecurityAllow">xsltSecurityAllow</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltSecurityCheck">xsltSecurityCheck</a><br />
|
||||||
<a href="html/libxslt-security.html#xsltSecurityForbid">xsltSecurityForbid</a><br />
|
<a href="html/libxslt-security.html#xsltSecurityForbid">xsltSecurityForbid</a><br />
|
||||||
</p><h2><a name="templates" id="templates">Module templates</a>:</h2><p><a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
<a href="html/libxslt-security.html#xsltSecurityOption">xsltSecurityOption</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
<a href="html/libxslt-security.html#xsltSecurityPrefs">xsltSecurityPrefs</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
<a href="html/libxslt-security.html#xsltSecurityPrefsPtr">xsltSecurityPrefsPtr</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
<a href="html/libxslt-security.html#xsltSetCtxtSecurityPrefs">xsltSetCtxtSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltSetDefaultSecurityPrefs">xsltSetDefaultSecurityPrefs</a><br />
|
||||||
|
<a href="html/libxslt-security.html#xsltSetSecurityPrefs">xsltSetSecurityPrefs</a><br />
|
||||||
|
</p><h2><a name="templates" id="templates">Module templates</a>:</h2><p><a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalXPathPredicate">xsltEvalXPathPredicate</a><br />
|
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
||||||
|
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
||||||
|
<a href="html/libxslt-templates.html#xsltEvalXPathPredicate">xsltEvalXPathPredicate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalXPathString">xsltEvalXPathString</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalXPathString">xsltEvalXPathString</a><br />
|
||||||
</p><h2><a name="transform" id="transform">Module transform</a>:</h2><p><a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalXPathStringNs">xsltEvalXPathStringNs</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
<a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltRegisterAllElement">xsltRegisterAllElement</a><br />
|
</p><h2><a name="transform" id="transform">Module transform</a>:</h2><p><a href="html/libxslt-transform.html#xslHandleDebugger">xslHandleDebugger</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltRunStylesheetUser">xsltRunStylesheetUser</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltNewTransformContext">xsltNewTransformContext</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltGetXIncludeDefault">xsltGetXIncludeDefault</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xslHandleDebugger">xslHandleDebugger</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltCopy">xsltCopy</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyTemplates">xsltApplyTemplates</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyImports">xsltApplyImports</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyImports">xsltApplyImports</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltIf">xsltIf</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCallTemplate">xsltCallTemplate</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStylesheet">xsltApplyStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStripSpaces">xsltApplyStripSpaces</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyStripSpaces">xsltApplyStripSpaces</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltSetXIncludeDefault">xsltSetXIncludeDefault</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyStylesheet">xsltApplyStylesheet</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltFreeTransformContext">xsltFreeTransformContext</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltRunStylesheet">xsltRunStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltChoose">xsltChoose</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltProfileStylesheet">xsltProfileStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltForEach">xsltForEach</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyStylesheetUser">xsltApplyStylesheetUser</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyTemplates">xsltApplyTemplates</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltCallTemplate">xsltCallTemplate</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltChoose">xsltChoose</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
||||||
</p><h2><a name="variables" id="variables">Module variables</a>:</h2><p><a href="html/libxslt-variables.html#xsltFreeGlobalVariables">xsltFreeGlobalVariables</a><br />
|
<a href="html/libxslt-transform.html#xsltCopy">xsltCopy</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a><br />
|
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltQuoteUserParams">xsltQuoteUserParams</a><br />
|
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseGlobalParam">xsltParseGlobalParam</a><br />
|
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a><br />
|
<a href="html/libxslt-transform.html#xsltForEach">xsltForEach</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltFreeTransformContext">xsltFreeTransformContext</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltGetXIncludeDefault">xsltGetXIncludeDefault</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltIf">xsltIf</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltNewTransformContext">xsltNewTransformContext</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltProfileStylesheet">xsltProfileStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltRegisterAllElement">xsltRegisterAllElement</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltRunStylesheet">xsltRunStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltRunStylesheetUser">xsltRunStylesheetUser</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltSetXIncludeDefault">xsltSetXIncludeDefault</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
||||||
|
<a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
||||||
|
</p><h2><a name="variables" id="variables">Module variables</a>:</h2><p><a href="html/libxslt-variables.html#XSLT_REGISTER_VARIABLE_LOOKUP">XSLT_REGISTER_VARIABLE_LOOKUP</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltAddStackElemList">xsltAddStackElemList</a><br />
|
<a href="html/libxslt-variables.html#xsltAddStackElemList">xsltAddStackElemList</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseGlobalVariable">xsltParseGlobalVariable</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#XSLT_REGISTER_VARIABLE_LOOKUP">XSLT_REGISTER_VARIABLE_LOOKUP</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltEvalUserParams">xsltEvalUserParams</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltParseStylesheetVariable">xsltParseStylesheetVariable</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltEvalGlobalVariables">xsltEvalGlobalVariables</a><br />
|
<a href="html/libxslt-variables.html#xsltEvalGlobalVariables">xsltEvalGlobalVariables</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltEvalOneUserParam">xsltEvalOneUserParam</a><br />
|
<a href="html/libxslt-variables.html#xsltEvalOneUserParam">xsltEvalOneUserParam</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltEvalUserParams">xsltEvalUserParams</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltFreeGlobalVariables">xsltFreeGlobalVariables</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltParseGlobalParam">xsltParseGlobalParam</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltParseGlobalVariable">xsltParseGlobalVariable</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltParseStylesheetCallerParam">xsltParseStylesheetCallerParam</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseStylesheetParam">xsltParseStylesheetParam</a><br />
|
<a href="html/libxslt-variables.html#xsltParseStylesheetParam">xsltParseStylesheetParam</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltParseStylesheetVariable">xsltParseStylesheetVariable</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a><br />
|
||||||
|
<a href="html/libxslt-variables.html#xsltQuoteUserParams">xsltQuoteUserParams</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
||||||
</p><h2><a name="xslt" id="xslt">Module xslt</a>:</h2><p><a href="html/libxslt-xslt.html#XSLT_DEFAULT_VERSION">XSLT_DEFAULT_VERSION</a><br />
|
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
||||||
|
</p><h2><a name="xslt" id="xslt">Module xslt</a>:</h2><p><a href="html/libxslt-xslt.html#XSLT_DEFAULT_URL">XSLT_DEFAULT_URL</a><br />
|
||||||
<a href="html/libxslt-xslt.html#XSLT_DEFAULT_VENDOR">XSLT_DEFAULT_VENDOR</a><br />
|
<a href="html/libxslt-xslt.html#XSLT_DEFAULT_VENDOR">XSLT_DEFAULT_VENDOR</a><br />
|
||||||
<a href="html/libxslt-xslt.html#XSLT_PARSE_OPTIONS">XSLT_PARSE_OPTIONS</a><br />
|
<a href="html/libxslt-xslt.html#XSLT_DEFAULT_VERSION">XSLT_DEFAULT_VERSION</a><br />
|
||||||
<a href="html/libxslt-xslt.html#xsltLibxsltVersion">xsltLibxsltVersion</a><br />
|
|
||||||
<a href="html/libxslt-xslt.html#xsltCleanupGlobals">xsltCleanupGlobals</a><br />
|
|
||||||
<a href="html/libxslt-xslt.html#xsltMaxDepth">xsltMaxDepth</a><br />
|
|
||||||
<a href="html/libxslt-xslt.html#xsltEngineVersion">xsltEngineVersion</a><br />
|
|
||||||
<a href="html/libxslt-xslt.html#XSLT_DEFAULT_URL">XSLT_DEFAULT_URL</a><br />
|
|
||||||
<a href="html/libxslt-xslt.html#XSLT_NAMESPACE">XSLT_NAMESPACE</a><br />
|
<a href="html/libxslt-xslt.html#XSLT_NAMESPACE">XSLT_NAMESPACE</a><br />
|
||||||
|
<a href="html/libxslt-xslt.html#XSLT_PARSE_OPTIONS">XSLT_PARSE_OPTIONS</a><br />
|
||||||
|
<a href="html/libxslt-xslt.html#xsltCleanupGlobals">xsltCleanupGlobals</a><br />
|
||||||
|
<a href="html/libxslt-xslt.html#xsltEngineVersion">xsltEngineVersion</a><br />
|
||||||
<a href="html/libxslt-xslt.html#xsltLibxmlVersion">xsltLibxmlVersion</a><br />
|
<a href="html/libxslt-xslt.html#xsltLibxmlVersion">xsltLibxmlVersion</a><br />
|
||||||
</p><h2><a name="xsltInternals" id="xsltInternals">Module xsltInternals</a>:</h2><p><a href="html/libxslt-xsltInternals.html#XSLT_FUNC_ELEMENT">XSLT_FUNC_ELEMENT</a><br />
|
<a href="html/libxslt-xslt.html#xsltLibxsltVersion">xsltLibxsltVersion</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltRuntimeExtra">xsltRuntimeExtra</a><br />
|
<a href="html/libxslt-xslt.html#xsltMaxDepth">xsltMaxDepth</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a><br />
|
</p><h2><a name="xsltInternals" id="xsltInternals">Module xsltInternals</a>:</h2><p><a href="html/libxslt-xsltInternals.html#CHECK_STOPPED">CHECK_STOPPED</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltElemPreComp">xsltElemPreComp</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_WITHPARAM">XSLT_FUNC_WITHPARAM</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformContext">xsltTransformContext</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_ERROR">XSLT_STATE_ERROR</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltDocument">xsltDocument</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltAllocateExtra">xsltAllocateExtra</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_TEXT">XSLT_OUTPUT_TEXT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA_LST">XSLT_RUNTIME_EXTRA_LST</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltDecimalFormat">_xsltDecimalFormat</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformState">xsltTransformState</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseTemplateContent">xsltParseTemplateContent</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltRuntimeExtraPtr">xsltRuntimeExtraPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_ATTRIBUTE">XSLT_FUNC_ATTRIBUTE</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltCreateRVT">xsltCreateRVT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetProcess">xsltParseStylesheetProcess</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_APPLYTEMPLATES">XSLT_FUNC_APPLYTEMPLATES</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_WHEN">XSLT_FUNC_WHEN</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltFreeStackElemList">xsltFreeStackElemList</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltElemPreComp">_xsltElemPreComp</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltStylePreComp">_xsltStylePreComp</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COPYOF">XSLT_FUNC_COPYOF</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_PARAM">XSLT_FUNC_PARAM</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COMMENT">XSLT_FUNC_COMMENT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_DOCUMENT">XSLT_FUNC_DOCUMENT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_IF">XSLT_FUNC_IF</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltStylesheet">_xsltStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_PI">XSLT_FUNC_PI</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#CHECK_STOPPED">CHECK_STOPPED</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_TEXT">XSLT_FUNC_TEXT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStylesheet">xsltStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltNewStylesheet">xsltNewStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltRuntimeExtra">_xsltRuntimeExtra</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_VARIABLE">XSLT_FUNC_VARIABLE</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_PAT_NO_PRIORITY">XSLT_PAT_NO_PRIORITY</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA_FREE">XSLT_RUNTIME_EXTRA_FREE</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStylePreCompPtr">xsltStylePreCompPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#CHECK_STOPPED0">CHECK_STOPPED0</a><br />
|
<a href="html/libxslt-xsltInternals.html#CHECK_STOPPED0">CHECK_STOPPED0</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_VALUEOF">XSLT_FUNC_VALUEOF</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltRegisterPersistRVT">xsltRegisterPersistRVT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_XML">XSLT_OUTPUT_XML</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_HTML">XSLT_OUTPUT_HTML</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltNumberFormat">xsltNumberFormat</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_APPLYIMPORTS">XSLT_FUNC_APPLYIMPORTS</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_FOREACH">XSLT_FUNC_FOREACH</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_CHOOSE">XSLT_FUNC_CHOOSE</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStylePreComp">xsltStylePreComp</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_SORT">XSLT_FUNC_SORT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltIsBlank">xsltIsBlank</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltOutputType">xsltOutputType</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_STOPPED">XSLT_STATE_STOPPED</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_NUMBER">XSLT_FUNC_NUMBER</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltFreeStylesheet">xsltFreeStylesheet</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStackElem">xsltStackElem</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetOutput">xsltParseStylesheetOutput</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_OK">XSLT_STATE_OK</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COPY">XSLT_FUNC_COPY</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormat">xsltDecimalFormat</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_EXTENSION">XSLT_FUNC_EXTENSION</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltRegisterTmpRVT">xsltRegisterTmpRVT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltFreeRVTs">xsltFreeRVTs</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA">XSLT_RUNTIME_EXTRA</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltTemplate">_xsltTemplate</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltAllocateExtraCtxt">xsltAllocateExtraCtxt</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltStackElem">_xsltStackElem</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_MAX_SORT">XSLT_MAX_SORT</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormatGetByName">xsltDecimalFormatGetByName</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltStyleType">xsltStyleType</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#CHECK_STOPPEDE">CHECK_STOPPEDE</a><br />
|
<a href="html/libxslt-xsltInternals.html#CHECK_STOPPEDE">CHECK_STOPPEDE</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTemplate">xsltTemplate</a><br />
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_APPLYIMPORTS">XSLT_FUNC_APPLYIMPORTS</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#_xsltDocument">_xsltDocument</a><br />
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_APPLYTEMPLATES">XSLT_FUNC_APPLYTEMPLATES</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a><br />
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_ATTRIBUTE">XSLT_FUNC_ATTRIBUTE</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_CALLTEMPLATE">XSLT_FUNC_CALLTEMPLATE</a><br />
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_CALLTEMPLATE">XSLT_FUNC_CALLTEMPLATE</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_CHOOSE">XSLT_FUNC_CHOOSE</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COMMENT">XSLT_FUNC_COMMENT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COPY">XSLT_FUNC_COPY</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_COPYOF">XSLT_FUNC_COPYOF</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_DOCUMENT">XSLT_FUNC_DOCUMENT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_ELEMENT">XSLT_FUNC_ELEMENT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_EXTENSION">XSLT_FUNC_EXTENSION</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_FOREACH">XSLT_FUNC_FOREACH</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_IF">XSLT_FUNC_IF</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_NUMBER">XSLT_FUNC_NUMBER</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_PARAM">XSLT_FUNC_PARAM</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_PI">XSLT_FUNC_PI</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_SORT">XSLT_FUNC_SORT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_TEXT">XSLT_FUNC_TEXT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_VALUEOF">XSLT_FUNC_VALUEOF</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_VARIABLE">XSLT_FUNC_VARIABLE</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_WHEN">XSLT_FUNC_WHEN</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_FUNC_WITHPARAM">XSLT_FUNC_WITHPARAM</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_MAX_SORT">XSLT_MAX_SORT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_HTML">XSLT_OUTPUT_HTML</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_TEXT">XSLT_OUTPUT_TEXT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_OUTPUT_XML">XSLT_OUTPUT_XML</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_PAT_NO_PRIORITY">XSLT_PAT_NO_PRIORITY</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA">XSLT_RUNTIME_EXTRA</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA_FREE">XSLT_RUNTIME_EXTRA_FREE</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_RUNTIME_EXTRA_LST">XSLT_RUNTIME_EXTRA_LST</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_ERROR">XSLT_STATE_ERROR</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_OK">XSLT_STATE_OK</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#XSLT_STATE_STOPPED">XSLT_STATE_STOPPED</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltDecimalFormat">_xsltDecimalFormat</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltDocument">_xsltDocument</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltElemPreComp">_xsltElemPreComp</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltRuntimeExtra">_xsltRuntimeExtra</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltStackElem">_xsltStackElem</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltStylePreComp">_xsltStylePreComp</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltStylesheet">_xsltStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltTemplate">_xsltTemplate</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#_xsltTransformContext">_xsltTransformContext</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltAllocateExtra">xsltAllocateExtra</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltAllocateExtraCtxt">xsltAllocateExtraCtxt</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltCreateRVT">xsltCreateRVT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormat">xsltDecimalFormat</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormatGetByName">xsltDecimalFormatGetByName</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltDecimalFormatPtr">xsltDecimalFormatPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltDocument">xsltDocument</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltDocumentPtr">xsltDocumentPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltElemPreComp">xsltElemPreComp</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltElemPreCompDeallocator">xsltElemPreCompDeallocator</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltFreeRVTs">xsltFreeRVTs</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltFreeStackElemList">xsltFreeStackElemList</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltFreeStylesheet">xsltFreeStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltIsBlank">xsltIsBlank</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltLoadStylesheetPI">xsltLoadStylesheetPI</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltNewStylesheet">xsltNewStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltNumberFormat">xsltNumberFormat</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltOutputType">xsltOutputType</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetDoc">xsltParseStylesheetDoc</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetImportedDoc">xsltParseStylesheetImportedDoc</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetOutput">xsltParseStylesheetOutput</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetProcess">xsltParseStylesheetProcess</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltParseTemplateContent">xsltParseTemplateContent</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltRegisterPersistRVT">xsltRegisterPersistRVT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltRegisterTmpRVT">xsltRegisterTmpRVT</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltRuntimeExtra">xsltRuntimeExtra</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltRuntimeExtraPtr">xsltRuntimeExtraPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltSortFunc">xsltSortFunc</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStackElem">xsltStackElem</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStylePreComp">xsltStylePreComp</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStylePreCompPtr">xsltStylePreCompPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStyleType">xsltStyleType</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStylesheet">xsltStylesheet</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTemplate">xsltTemplate</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTransformContext">xsltTransformContext</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTransformContextPtr">xsltTransformContextPtr</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a><br />
|
||||||
|
<a href="html/libxslt-xsltInternals.html#xsltTransformState">xsltTransformState</a><br />
|
||||||
</p><h2><a name="xsltexports" id="xsltexports">Module xsltexports</a>:</h2><p><a href="html/libxslt-xsltexports.html#LIBXSLT_PUBLIC">LIBXSLT_PUBLIC</a><br />
|
</p><h2><a name="xsltexports" id="xsltexports">Module xsltexports</a>:</h2><p><a href="html/libxslt-xsltexports.html#LIBXSLT_PUBLIC">LIBXSLT_PUBLIC</a><br />
|
||||||
|
<a href="html/libxslt-xsltexports.html#XSLTCALL">XSLTCALL</a><br />
|
||||||
<a href="html/libxslt-xsltexports.html#XSLTPUBFUN">XSLTPUBFUN</a><br />
|
<a href="html/libxslt-xsltexports.html#XSLTPUBFUN">XSLTPUBFUN</a><br />
|
||||||
<a href="html/libxslt-xsltexports.html#XSLTPUBVAR">XSLTPUBVAR</a><br />
|
<a href="html/libxslt-xsltexports.html#XSLTPUBVAR">XSLTPUBVAR</a><br />
|
||||||
<a href="html/libxslt-xsltexports.html#_REENTRANT">_REENTRANT</a><br />
|
<a href="html/libxslt-xsltexports.html#_REENTRANT">_REENTRANT</a><br />
|
||||||
<a href="html/libxslt-xsltexports.html#XSLTCALL">XSLTCALL</a><br />
|
</p><h2><a name="xsltutils" id="xsltutils">Module xsltutils</a>:</h2><p><a href="html/libxslt-xsltutils.html#IS_XSLT_ELEM">IS_XSLT_ELEM</a><br />
|
||||||
</p><h2><a name="xsltutils" id="xsltutils">Module xsltutils</a>:</h2><p><a href="html/libxslt-xsltutils.html#IS_XSLT_REAL_NODE">IS_XSLT_REAL_NODE</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFile">xsltSaveResultToFile</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_KEYS">XSLT_TRACE_KEYS</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetUTF8Char">xsltGetUTF8Char</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xslDebugStatus">xslDebugStatus</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultTo">xsltSaveResultTo</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#IS_XSLT_NAME">IS_XSLT_NAME</a><br />
|
<a href="html/libxslt-xsltutils.html#IS_XSLT_NAME">IS_XSLT_NAME</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGenericDebug">xsltGenericDebug</a><br />
|
<a href="html/libxslt-xsltutils.html#IS_XSLT_REAL_NODE">IS_XSLT_REAL_NODE</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_NEXT">XSLT_DEBUG_NEXT</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_CONT">XSLT_DEBUG_CONT</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY_OF">XSLT_TRACE_COPY_OF</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY">XSLT_TRACE_COPY</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xslAddCall">xslAddCall</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STEPOUT">XSLT_DEBUG_STEPOUT</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_RUN">XSLT_DEBUG_RUN</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDocumentSortFunction">xsltDocumentSortFunction</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltTransformError">xsltTransformError</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltPrintErrorContext">xsltPrintErrorContext</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_ALL">XSLT_TRACE_ALL</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDefaultSortFunction">xsltDefaultSortFunction</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_APPLY_TEMPLATES">XSLT_TRACE_APPLY_TEMPLATES</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFd">xsltSaveResultToFd</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveProfiling">xsltSaveProfiling</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_CHOOSE">XSLT_TRACE_CHOOSE</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_INIT">XSLT_DEBUG_INIT</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_INIT">XSLT_DEBUG_INIT</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDebugStatusCodes">xsltDebugStatusCodes</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_NEXT">XSLT_DEBUG_NEXT</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGenericErrorContext">xsltGenericErrorContext</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_NONE">XSLT_DEBUG_NONE</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#IS_XSLT_ELEM">IS_XSLT_ELEM</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_QUIT">XSLT_DEBUG_QUIT</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_RUN">XSLT_DEBUG_RUN</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_RUN_RESTART">XSLT_DEBUG_RUN_RESTART</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_RUN_RESTART">XSLT_DEBUG_RUN_RESTART</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STEP">XSLT_DEBUG_STEP</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STEPOUT">XSLT_DEBUG_STEPOUT</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STOP">XSLT_DEBUG_STOP</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_STRANGE">XSLT_STRANGE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TIMESTAMP_TICS_PER_SEC">XSLT_TIMESTAMP_TICS_PER_SEC</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TODO">XSLT_TODO</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE">XSLT_TRACE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_ALL">XSLT_TRACE_ALL</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_APPLY_TEMPLATE">XSLT_TRACE_APPLY_TEMPLATE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_APPLY_TEMPLATES">XSLT_TRACE_APPLY_TEMPLATES</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_CALL_TEMPLATE">XSLT_TRACE_CALL_TEMPLATE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_CHOOSE">XSLT_TRACE_CHOOSE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COMMENT">XSLT_TRACE_COMMENT</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY">XSLT_TRACE_COPY</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY_OF">XSLT_TRACE_COPY_OF</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY_TEXT">XSLT_TRACE_COPY_TEXT</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_FOR_EACH">XSLT_TRACE_FOR_EACH</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_IF">XSLT_TRACE_IF</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_KEYS">XSLT_TRACE_KEYS</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_NONE">XSLT_TRACE_NONE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_PI">XSLT_TRACE_PI</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_PROCESS_NODE">XSLT_TRACE_PROCESS_NODE</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_STRIP_SPACES">XSLT_TRACE_STRIP_SPACES</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_TEMPLATES">XSLT_TRACE_TEMPLATES</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_VALUE_OF">XSLT_TRACE_VALUE_OF</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_VARIABLES">XSLT_TRACE_VARIABLES</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xslAddCall">xslAddCall</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xslDebugStatus">xslDebugStatus</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xslDropCall">xslDropCall</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltAddCallCallback">xsltAddCallCallback</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltAddCallCallback">xsltAddCallCallback</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltCalibrateAdjust">xsltCalibrateAdjust</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltCalibrateAdjust">xsltCalibrateAdjust</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TODO">XSLT_TODO</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToString">xsltSaveResultToString</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDoSortFunction">xsltDoSortFunction</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_CALL_TEMPLATE">XSLT_TRACE_CALL_TEMPLATE</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDebugGetDefaultTrace">xsltDebugGetDefaultTrace</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltMessage">xsltMessage</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetDebuggerStatus">xsltGetDebuggerStatus</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltTimestamp">xsltTimestamp</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_PROCESS_NODE">XSLT_TRACE_PROCESS_NODE</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COPY_TEXT">XSLT_TRACE_COPY_TEXT</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_APPLY_TEMPLATE">XSLT_TRACE_APPLY_TEMPLATE</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetCtxtSortFunc">xsltSetCtxtSortFunc</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_CONT">XSLT_DEBUG_CONT</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_VALUE_OF">XSLT_TRACE_VALUE_OF</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STEP">XSLT_DEBUG_STEP</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDebugSetDefaultTrace">xsltDebugSetDefaultTrace</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDebugSetDefaultTrace">xsltDebugSetDefaultTrace</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDropCallCallback">xsltDropCallCallback</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDebugStatusCodes">xsltDebugStatusCodes</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGenericError">xsltGenericError</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFilename">xsltSaveResultToFilename</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_STRIP_SPACES">XSLT_TRACE_STRIP_SPACES</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDebugTraceCodes">xsltDebugTraceCodes</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_STRANGE">XSLT_STRANGE</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDefaultSortFunction">xsltDefaultSortFunction</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltDoSortFunction">xsltDoSortFunction</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltDocumentSortFunction">xsltDocumentSortFunction</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltDropCallCallback">xsltDropCallCallback</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltGenericDebug">xsltGenericDebug</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGenericDebugContext">xsltGenericDebugContext</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGenericDebugContext">xsltGenericDebugContext</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_STOP">XSLT_DEBUG_STOP</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGenericError">xsltGenericError</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_FOR_EACH">XSLT_TRACE_FOR_EACH</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGenericErrorContext">xsltGenericErrorContext</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltGetDebuggerStatus">xsltGetDebuggerStatus</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetProfileInformation">xsltGetProfileInformation</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetProfileInformation">xsltGetProfileInformation</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_IF">XSLT_TRACE_IF</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_NONE">XSLT_TRACE_NONE</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetUTF8Char">xsltGetUTF8Char</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltMessage">xsltMessage</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltPrintErrorContext">xsltPrintErrorContext</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveProfiling">xsltSaveProfiling</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveResultTo">xsltSaveResultTo</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFd">xsltSaveResultToFd</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFile">xsltSaveResultToFile</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveResultToFilename">xsltSaveResultToFilename</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSaveResultToString">xsltSaveResultToString</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetCtxtParseOptions">xsltSetCtxtParseOptions</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetCtxtParseOptions">xsltSetCtxtParseOptions</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSetCtxtSortFunc">xsltSetCtxtSortFunc</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerStatus">xsltSetDebuggerStatus</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerStatus">xsltSetDebuggerStatus</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_TEMPLATES">XSLT_TRACE_TEMPLATES</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a><br />
|
||||||
|
<a href="html/libxslt-xsltutils.html#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetSortFunc">xsltSetSortFunc</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetSortFunc">xsltSetSortFunc</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_NONE">XSLT_DEBUG_NONE</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_PI">XSLT_TRACE_PI</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltTimestamp">xsltTimestamp</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_COMMENT">XSLT_TRACE_COMMENT</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltTransformError">xsltTransformError</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE_VARIABLES">XSLT_TRACE_VARIABLES</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_DEBUG_QUIT">XSLT_DEBUG_QUIT</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TIMESTAMP_TICS_PER_SEC">XSLT_TIMESTAMP_TICS_PER_SEC</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xslDropCall">xslDropCall</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#XSLT_TRACE">XSLT_TRACE</a><br />
|
|
||||||
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
||||||
|
@ -23,10 +23,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
<a href="html/libxslt-transform.html#xsltRunStylesheetUser">xsltRunStylesheetUser</a><br />
|
<a href="html/libxslt-transform.html#xsltRunStylesheetUser">xsltRunStylesheetUser</a><br />
|
||||||
</p><h2>Type const unsigned char *:</h2><p><a href="html/libxslt-xsltutils.html#xsltGetUTF8Char">xsltGetUTF8Char</a><br />
|
</p><h2>Type const unsigned char *:</h2><p><a href="html/libxslt-xsltutils.html#xsltGetUTF8Char">xsltGetUTF8Char</a><br />
|
||||||
</p><h2>Type const xmlChar *:</h2><p><a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
</p><h2>Type const xmlChar *:</h2><p><a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
|
||||||
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
|
||||||
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
|
||||||
<a href="html/libxslt-pattern.html#xsltAddTemplate">xsltAddTemplate</a><br />
|
|
||||||
<a href="html/libxslt-pattern.html#xsltAddTemplate">xsltAddTemplate</a><br />
|
<a href="html/libxslt-pattern.html#xsltAddTemplate">xsltAddTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcess">xsltAttrTemplateValueProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
||||||
@ -36,35 +32,21 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltEvalOneUserParam">xsltEvalOneUserParam</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltEvalOneUserParam">xsltEvalOneUserParam</a><br />
|
<a href="html/libxslt-variables.html#xsltEvalOneUserParam">xsltEvalOneUserParam</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtElementLookup">xsltExtElementLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtFunctionLookup">xsltExtFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtInitFunction">xsltExtInitFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementLookup">xsltExtModuleElementLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleElementPreComputeLookup">xsltExtModuleElementPreComputeLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleFunctionLookup">xsltExtModuleFunctionLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtModuleTopLevelLookup">xsltExtModuleTopLevelLookup</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
||||||
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
||||||
<a href="html/libxslt-imports.html#xsltFindTemplate">xsltFindTemplate</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
<a href="html/libxslt-extensions.html#xsltGetExtData">xsltGetExtData</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
<a href="html/libxslt-extensions.html#xsltGetExtInfo">xsltGetExtInfo</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
|
||||||
<a href="html/libxslt-keys.html#xsltGetKey">xsltGetKey</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltLoadDocument">xsltLoadDocument</a><br />
|
||||||
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
<a href="html/libxslt-documents.html#xsltLoadStyleDocument">xsltLoadStyleDocument</a><br />
|
||||||
@ -72,36 +54,23 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltParseStylesheetFile">xsltParseStylesheetFile</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a><br />
|
<a href="html/libxslt-variables.html#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltQuoteOneUserParam">xsltQuoteOneUserParam</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtElement">xsltRegisterExtElement</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtElement">xsltRegisterExtElement</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtElement">xsltRegisterExtElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtFunction">xsltRegisterExtFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtFunction">xsltRegisterExtFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtFunction">xsltRegisterExtFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModule">xsltRegisterExtModule</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModule">xsltRegisterExtModule</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleElement">xsltRegisterExtModuleElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFull">xsltRegisterExtModuleFull</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleFunction">xsltRegisterExtModuleFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtModuleTopLevel">xsltRegisterExtModuleTopLevel</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a><br />
|
<a href="html/libxslt-extensions.html#xsltRegisterExtPrefix">xsltRegisterExtPrefix</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltStyleExtInitFunction">xsltStyleExtInitFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltStyleExtShutdownFunction">xsltStyleExtShutdownFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
<a href="html/libxslt-extensions.html#xsltStyleGetExtData">xsltStyleGetExtData</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModule">xsltUnregisterExtModule</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModule">xsltUnregisterExtModule</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleElement">xsltUnregisterExtModuleElement</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleFunction">xsltUnregisterExtModuleFunction</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a><br />
|
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltUnregisterExtModuleTopLevel">xsltUnregisterExtModuleTopLevel</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
<a href="html/libxslt-variables.html#xsltVariableLookup">xsltVariableLookup</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
||||||
<a href="html/libxslt-functions.html#xsltXPathFunctionLookup">xsltXPathFunctionLookup</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
|
||||||
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
<a href="html/libxslt-variables.html#xsltXPathVariableLookup">xsltXPathVariableLookup</a><br />
|
||||||
</p><h2>Type double:</h2><p><a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
</p><h2>Type double:</h2><p><a href="html/libxslt-xsltInternals.html#xsltFormatNumberConversion">xsltFormatNumberConversion</a><br />
|
||||||
</p><h2>Type int *:</h2><p><a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
</p><h2>Type int *:</h2><p><a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
||||||
@ -110,7 +79,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</p><h2>Type long:</h2><p><a href="html/libxslt-xsltutils.html#xsltCalibrateAdjust">xsltCalibrateAdjust</a><br />
|
</p><h2>Type long:</h2><p><a href="html/libxslt-xsltutils.html#xsltCalibrateAdjust">xsltCalibrateAdjust</a><br />
|
||||||
</p><h2>Type void *:</h2><p><a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
</p><h2>Type void *:</h2><p><a href="html/libxslt-extensions.html#xsltExtShutdownFunction">xsltExtShutdownFunction</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltNormalizeCompSteps">xsltNormalizeCompSteps</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetDebuggerCallbacks">xsltSetDebuggerCallbacks</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetGenericDebugFunc">xsltSetGenericDebugFunc</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetGenericErrorFunc">xsltSetGenericErrorFunc</a><br />
|
||||||
@ -153,72 +121,49 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
<a href="html/libxslt-xsltutils.html#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltSetTransformErrorFunc">xsltSetTransformErrorFunc</a><br />
|
||||||
</p><h2>Type xmlNodePtr:</h2><p><a href="html/libxslt-xsltutils.html#xslAddCall">xslAddCall</a><br />
|
</p><h2>Type xmlNodePtr:</h2><p><a href="html/libxslt-xsltutils.html#xslAddCall">xslAddCall</a><br />
|
||||||
<a href="html/libxslt-transform.html#xslHandleDebugger">xslHandleDebugger</a><br />
|
<a href="html/libxslt-transform.html#xslHandleDebugger">xslHandleDebugger</a><br />
|
||||||
<a href="html/libxslt-transform.html#xslHandleDebugger">xslHandleDebugger</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltAddCallCallback">xsltAddCallCallback</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltAddCallCallback">xsltAddCallCallback</a><br />
|
||||||
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
<a href="html/libxslt-keys.html#xsltAddKey">xsltAddKey</a><br />
|
||||||
<a href="html/libxslt-attributes.html#xsltApplyAttributeSet">xsltApplyAttributeSet</a><br />
|
<a href="html/libxslt-attributes.html#xsltApplyAttributeSet">xsltApplyAttributeSet</a><br />
|
||||||
<a href="html/libxslt-attributes.html#xsltApplyAttributeSet">xsltApplyAttributeSet</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyImports">xsltApplyImports</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyImports">xsltApplyImports</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltApplyImports">xsltApplyImports</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyOneTemplate">xsltApplyOneTemplate</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltApplyStripSpaces">xsltApplyStripSpaces</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyStripSpaces">xsltApplyStripSpaces</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltApplyTemplates">xsltApplyTemplates</a><br />
|
<a href="html/libxslt-transform.html#xsltApplyTemplates">xsltApplyTemplates</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltApplyTemplates">xsltApplyTemplates</a><br />
|
|
||||||
<a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrListTemplateProcess">xsltAttrListTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateProcess">xsltAttrTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
<a href="html/libxslt-templates.html#xsltAttrTemplateValueProcessNode">xsltAttrTemplateValueProcessNode</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltAttribute">xsltAttribute</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltCallTemplate">xsltCallTemplate</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltCallTemplate">xsltCallTemplate</a><br />
|
<a href="html/libxslt-transform.html#xsltCallTemplate">xsltCallTemplate</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltChoose">xsltChoose</a><br />
|
<a href="html/libxslt-transform.html#xsltChoose">xsltChoose</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltChoose">xsltChoose</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
<a href="html/libxslt-transform.html#xsltComment">xsltComment</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
<a href="html/libxslt-pattern.html#xsltCompilePattern">xsltCompilePattern</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltComputeSortResult">xsltComputeSortResult</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopy">xsltCopy</a><br />
|
<a href="html/libxslt-transform.html#xsltCopy">xsltCopy</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopy">xsltCopy</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltCopyNamespace">xsltCopyNamespace</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
<a href="html/libxslt-namespaces.html#xsltCopyNamespaceList">xsltCopyNamespaceList</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltCopyOf">xsltCopyOf</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
<a href="html/libxslt-transform.html#xsltCopyTextString">xsltCopyTextString</a><br />
|
||||||
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
||||||
<a href="html/libxslt-extra.html#xsltDebug">xsltDebug</a><br />
|
|
||||||
<a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
<a href="html/libxslt-preproc.html#xsltDocumentComp">xsltDocumentComp</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltDocumentElem">xsltDocumentElem</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
<a href="html/libxslt-transform.html#xsltElement">xsltElement</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalAttrValueTemplate">xsltEvalAttrValueTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalStaticAttrValueTemplate">xsltEvalStaticAttrValueTemplate</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltEvalTemplateString">xsltEvalTemplateString</a><br />
|
|
||||||
<a href="html/libxslt-imports.html#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a><br />
|
<a href="html/libxslt-imports.html#xsltFindElemSpaceHandling">xsltFindElemSpaceHandling</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltForEach">xsltForEach</a><br />
|
<a href="html/libxslt-transform.html#xsltForEach">xsltForEach</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltForEach">xsltForEach</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltGetNamespace">xsltGetNamespace</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetNsProp">xsltGetNsProp</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltGetQNameURI">xsltGetQNameURI</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltGetSpecialNamespace">xsltGetSpecialNamespace</a><br />
|
|
||||||
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
<a href="html/libxslt-pattern.html#xsltGetTemplate">xsltGetTemplate</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltHandleDebuggerCallback">xsltHandleDebuggerCallback</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltIf">xsltIf</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltIf">xsltIf</a><br />
|
<a href="html/libxslt-transform.html#xsltIf">xsltIf</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltInitElemPreComp">xsltInitElemPreComp</a><br />
|
<a href="html/libxslt-extensions.html#xsltInitElemPreComp">xsltInitElemPreComp</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltMatchPattern">xsltMatchPattern</a><br />
|
<a href="html/libxslt-pattern.html#xsltMatchPattern">xsltMatchPattern</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltMatchPattern">xsltMatchPattern</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltMessage">xsltMessage</a><br />
|
|
||||||
<a href="html/libxslt-xsltutils.html#xsltMessage">xsltMessage</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltMessage">xsltMessage</a><br />
|
||||||
<a href="html/libxslt-namespaces.html#xsltNamespaceAlias">xsltNamespaceAlias</a><br />
|
<a href="html/libxslt-namespaces.html#xsltNamespaceAlias">xsltNamespaceAlias</a><br />
|
||||||
<a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
<a href="html/libxslt-extensions.html#xsltNewElemPreComp">xsltNewElemPreComp</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltNumber">xsltNumber</a><br />
|
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltNumberFormat">xsltNumberFormat</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltNumberFormat">xsltNumberFormat</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseGlobalParam">xsltParseGlobalParam</a><br />
|
<a href="html/libxslt-variables.html#xsltParseGlobalParam">xsltParseGlobalParam</a><br />
|
||||||
<a href="html/libxslt-variables.html#xsltParseGlobalVariable">xsltParseGlobalVariable</a><br />
|
<a href="html/libxslt-variables.html#xsltParseGlobalVariable">xsltParseGlobalVariable</a><br />
|
||||||
@ -234,19 +179,14 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltPreComputeFunction">xsltPreComputeFunction</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltPrintErrorContext">xsltPrintErrorContext</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltPrintErrorContext">xsltPrintErrorContext</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltProcessingInstruction">xsltProcessingInstruction</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
<a href="html/libxslt-transform.html#xsltSort">xsltSort</a><br />
|
||||||
<a href="html/libxslt-preproc.html#xsltStylePreCompute">xsltStylePreCompute</a><br />
|
<a href="html/libxslt-preproc.html#xsltStylePreCompute">xsltStylePreCompute</a><br />
|
||||||
<a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
<a href="html/libxslt-templates.html#xsltTemplateProcess">xsltTemplateProcess</a><br />
|
||||||
<a href="html/libxslt-pattern.html#xsltTestCompMatchList">xsltTestCompMatchList</a><br />
|
<a href="html/libxslt-pattern.html#xsltTestCompMatchList">xsltTestCompMatchList</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
||||||
<a href="html/libxslt-transform.html#xsltText">xsltText</a><br />
|
|
||||||
<a href="html/libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a><br />
|
<a href="html/libxslt-extensions.html#xsltTopLevelFunction">xsltTopLevelFunction</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltTransformError">xsltTransformError</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltTransformError">xsltTransformError</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a><br />
|
<a href="html/libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a><br />
|
||||||
<a href="html/libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
|
||||||
<a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
<a href="html/libxslt-transform.html#xsltValueOf">xsltValueOf</a><br />
|
||||||
</p><h2>Type xmlNodePtr *:</h2><p><a href="html/libxslt-xsltutils.html#xsltDefaultSortFunction">xsltDefaultSortFunction</a><br />
|
</p><h2>Type xmlNodePtr *:</h2><p><a href="html/libxslt-xsltutils.html#xsltDefaultSortFunction">xsltDefaultSortFunction</a><br />
|
||||||
<a href="html/libxslt-xsltutils.html#xsltDoSortFunction">xsltDoSortFunction</a><br />
|
<a href="html/libxslt-xsltutils.html#xsltDoSortFunction">xsltDoSortFunction</a><br />
|
||||||
|
@ -7,30 +7,30 @@ H1 {font-family: Verdana,Arial,Helvetica}
|
|||||||
H2 {font-family: Verdana,Arial,Helvetica}
|
H2 {font-family: Verdana,Arial,Helvetica}
|
||||||
H3 {font-family: Verdana,Arial,Helvetica}
|
H3 {font-family: Verdana,Arial,Helvetica}
|
||||||
A:link, A:visited, A:active { text-decoration: underline }
|
A:link, A:visited, A:active { text-decoration: underline }
|
||||||
</style><title>List of Symbols per Module for libexslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The EXSLT C library for Gnome</h1><h2>List of Symbols per Module for libexslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="index.html" style="font-weight:bold">libxslt</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2><a name="exslt" id="exslt">Module exslt</a>:</h2><p><a href="html/libexslt-exslt.html#exsltDynRegister">exsltDynRegister</a><br />
|
</style><title>List of Symbols per Module for libexslt</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="100"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.redhat.com"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="../Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The EXSLT C library for Gnome</h1><h2>List of Symbols per Module for libexslt</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="index.html" style="font-weight:bold">libxslt</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><h2><a name="exslt" id="exslt">Module exslt</a>:</h2><p><a href="html/libexslt-exslt.html#EXSLT_COMMON_NAMESPACE">EXSLT_COMMON_NAMESPACE</a><br />
|
||||||
<a href="html/libexslt-exslt.html#exsltCommonRegister">exsltCommonRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltRegisterAll">exsltRegisterAll</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltSetsRegister">exsltSetsRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_DATE_NAMESPACE">EXSLT_DATE_NAMESPACE</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_DATE_NAMESPACE">EXSLT_DATE_NAMESPACE</a><br />
|
||||||
<a href="html/libexslt-exslt.html#exsltFuncRegister">exsltFuncRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_MATH_NAMESPACE">EXSLT_MATH_NAMESPACE</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#SAXON_NAMESPACE">SAXON_NAMESPACE</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltLibxsltVersion">exsltLibxsltVersion</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltDateRegister">exsltDateRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltSaxonRegister">exsltSaxonRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltLibexsltVersion">exsltLibexsltVersion</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltMathRegister">exsltMathRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_COMMON_NAMESPACE">EXSLT_COMMON_NAMESPACE</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltStrRegister">exsltStrRegister</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_STRINGS_NAMESPACE">EXSLT_STRINGS_NAMESPACE</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltLibraryVersion">exsltLibraryVersion</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#exsltLibxmlVersion">exsltLibxmlVersion</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_SETS_NAMESPACE">EXSLT_SETS_NAMESPACE</a><br />
|
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_DYNAMIC_NAMESPACE">EXSLT_DYNAMIC_NAMESPACE</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_DYNAMIC_NAMESPACE">EXSLT_DYNAMIC_NAMESPACE</a><br />
|
||||||
<a href="html/libexslt-exslt.html#EXSLT_FUNCTIONS_NAMESPACE">EXSLT_FUNCTIONS_NAMESPACE</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_FUNCTIONS_NAMESPACE">EXSLT_FUNCTIONS_NAMESPACE</a><br />
|
||||||
</p><h2><a name="exsltexports" id="exsltexports">Module exsltexports</a>:</h2><p><a href="html/libexslt-exsltexports.html#LIBEXSLT_PUBLIC">LIBEXSLT_PUBLIC</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_MATH_NAMESPACE">EXSLT_MATH_NAMESPACE</a><br />
|
||||||
<a href="html/libexslt-exsltexports.html#_REENTRANT">_REENTRANT</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_SETS_NAMESPACE">EXSLT_SETS_NAMESPACE</a><br />
|
||||||
<a href="html/libexslt-exsltexports.html#EXSLTCALL">EXSLTCALL</a><br />
|
<a href="html/libexslt-exslt.html#EXSLT_STRINGS_NAMESPACE">EXSLT_STRINGS_NAMESPACE</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#SAXON_NAMESPACE">SAXON_NAMESPACE</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltCommonRegister">exsltCommonRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltDateRegister">exsltDateRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltDynRegister">exsltDynRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltFuncRegister">exsltFuncRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltLibexsltVersion">exsltLibexsltVersion</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltLibraryVersion">exsltLibraryVersion</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltLibxmlVersion">exsltLibxmlVersion</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltLibxsltVersion">exsltLibxsltVersion</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltMathRegister">exsltMathRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltRegisterAll">exsltRegisterAll</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltSaxonRegister">exsltSaxonRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltSetsRegister">exsltSetsRegister</a><br />
|
||||||
|
<a href="html/libexslt-exslt.html#exsltStrRegister">exsltStrRegister</a><br />
|
||||||
|
</p><h2><a name="exsltexports" id="exsltexports">Module exsltexports</a>:</h2><p><a href="html/libexslt-exsltexports.html#EXSLTCALL">EXSLTCALL</a><br />
|
||||||
<a href="html/libexslt-exsltexports.html#EXSLTPUBFUN">EXSLTPUBFUN</a><br />
|
<a href="html/libexslt-exsltexports.html#EXSLTPUBFUN">EXSLTPUBFUN</a><br />
|
||||||
<a href="html/libexslt-exsltexports.html#EXSLTPUBVAR">EXSLTPUBVAR</a><br />
|
<a href="html/libexslt-exsltexports.html#EXSLTPUBVAR">EXSLTPUBVAR</a><br />
|
||||||
|
<a href="html/libexslt-exsltexports.html#LIBEXSLT_PUBLIC">LIBEXSLT_PUBLIC</a><br />
|
||||||
|
<a href="html/libexslt-exsltexports.html#_REENTRANT">_REENTRANT</a><br />
|
||||||
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
|
||||||
|
@ -72,34 +72,34 @@
|
|||||||
</functions>
|
</functions>
|
||||||
<files>
|
<files>
|
||||||
<file name='exslt'>
|
<file name='exslt'>
|
||||||
<ref name='exsltDynRegister'/>
|
|
||||||
<ref name='exsltCommonRegister'/>
|
|
||||||
<ref name='exsltRegisterAll'/>
|
|
||||||
<ref name='exsltSetsRegister'/>
|
|
||||||
<ref name='EXSLT_DATE_NAMESPACE'/>
|
|
||||||
<ref name='exsltFuncRegister'/>
|
|
||||||
<ref name='EXSLT_MATH_NAMESPACE'/>
|
|
||||||
<ref name='SAXON_NAMESPACE'/>
|
|
||||||
<ref name='exsltLibxsltVersion'/>
|
|
||||||
<ref name='exsltDateRegister'/>
|
|
||||||
<ref name='exsltSaxonRegister'/>
|
|
||||||
<ref name='exsltLibexsltVersion'/>
|
|
||||||
<ref name='exsltMathRegister'/>
|
|
||||||
<ref name='EXSLT_COMMON_NAMESPACE'/>
|
<ref name='EXSLT_COMMON_NAMESPACE'/>
|
||||||
<ref name='exsltStrRegister'/>
|
<ref name='EXSLT_DATE_NAMESPACE'/>
|
||||||
<ref name='EXSLT_STRINGS_NAMESPACE'/>
|
|
||||||
<ref name='exsltLibraryVersion'/>
|
|
||||||
<ref name='exsltLibxmlVersion'/>
|
|
||||||
<ref name='EXSLT_SETS_NAMESPACE'/>
|
|
||||||
<ref name='EXSLT_DYNAMIC_NAMESPACE'/>
|
<ref name='EXSLT_DYNAMIC_NAMESPACE'/>
|
||||||
<ref name='EXSLT_FUNCTIONS_NAMESPACE'/>
|
<ref name='EXSLT_FUNCTIONS_NAMESPACE'/>
|
||||||
|
<ref name='EXSLT_MATH_NAMESPACE'/>
|
||||||
|
<ref name='EXSLT_SETS_NAMESPACE'/>
|
||||||
|
<ref name='EXSLT_STRINGS_NAMESPACE'/>
|
||||||
|
<ref name='SAXON_NAMESPACE'/>
|
||||||
|
<ref name='exsltCommonRegister'/>
|
||||||
|
<ref name='exsltDateRegister'/>
|
||||||
|
<ref name='exsltDynRegister'/>
|
||||||
|
<ref name='exsltFuncRegister'/>
|
||||||
|
<ref name='exsltLibexsltVersion'/>
|
||||||
|
<ref name='exsltLibraryVersion'/>
|
||||||
|
<ref name='exsltLibxmlVersion'/>
|
||||||
|
<ref name='exsltLibxsltVersion'/>
|
||||||
|
<ref name='exsltMathRegister'/>
|
||||||
|
<ref name='exsltRegisterAll'/>
|
||||||
|
<ref name='exsltSaxonRegister'/>
|
||||||
|
<ref name='exsltSetsRegister'/>
|
||||||
|
<ref name='exsltStrRegister'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='exsltexports'>
|
<file name='exsltexports'>
|
||||||
<ref name='LIBEXSLT_PUBLIC'/>
|
|
||||||
<ref name='_REENTRANT'/>
|
|
||||||
<ref name='EXSLTCALL'/>
|
<ref name='EXSLTCALL'/>
|
||||||
<ref name='EXSLTPUBFUN'/>
|
<ref name='EXSLTPUBFUN'/>
|
||||||
<ref name='EXSLTPUBVAR'/>
|
<ref name='EXSLTPUBVAR'/>
|
||||||
|
<ref name='LIBEXSLT_PUBLIC'/>
|
||||||
|
<ref name='_REENTRANT'/>
|
||||||
</file>
|
</file>
|
||||||
</files>
|
</files>
|
||||||
<index>
|
<index>
|
||||||
|
@ -1666,11 +1666,11 @@ class docBuilder:
|
|||||||
module = self.modulename_file(file)
|
module = self.modulename_file(file)
|
||||||
output.write(" <file name='%s'>\n" % (module))
|
output.write(" <file name='%s'>\n" % (module))
|
||||||
dict = self.headers[file]
|
dict = self.headers[file]
|
||||||
ids = dict.functions.keys() + dict.variables.keys() + \
|
ids = uniq(dict.functions.keys() + dict.variables.keys() + \
|
||||||
dict.macros.keys() + dict.typedefs.keys() + \
|
dict.macros.keys() + dict.typedefs.keys() + \
|
||||||
dict.structs.keys() + dict.enums.keys()
|
dict.structs.keys() + dict.enums.keys())
|
||||||
ids.sort()
|
ids.sort()
|
||||||
for id in uniq(ids):
|
for id in ids:
|
||||||
output.write(" <ref name='%s'/>\n" % (id))
|
output.write(" <ref name='%s'/>\n" % (id))
|
||||||
output.write(" </file>\n")
|
output.write(" </file>\n")
|
||||||
pass
|
pass
|
||||||
@ -1699,8 +1699,11 @@ class docBuilder:
|
|||||||
output.write(" <type name='%s'>\n" % (type))
|
output.write(" <type name='%s'>\n" % (type))
|
||||||
ids = funcs[type]
|
ids = funcs[type]
|
||||||
ids.sort()
|
ids.sort()
|
||||||
|
pid = '' # not sure why we have dups, but get rid of them!
|
||||||
for id in ids:
|
for id in ids:
|
||||||
output.write(" <ref name='%s'/>\n" % (id))
|
if id != pid:
|
||||||
|
output.write(" <ref name='%s'/>\n" % (id))
|
||||||
|
pid = id
|
||||||
output.write(" </type>\n")
|
output.write(" </type>\n")
|
||||||
|
|
||||||
def serialize_xrefs_constructors(self, output):
|
def serialize_xrefs_constructors(self, output):
|
||||||
@ -1725,6 +1728,7 @@ class docBuilder:
|
|||||||
continue
|
continue
|
||||||
output.write(" <type name='%s'>\n" % (type))
|
output.write(" <type name='%s'>\n" % (type))
|
||||||
ids = funcs[type]
|
ids = funcs[type]
|
||||||
|
ids.sort()
|
||||||
for id in ids:
|
for id in ids:
|
||||||
output.write(" <ref name='%s'/>\n" % (id))
|
output.write(" <ref name='%s'/>\n" % (id))
|
||||||
output.write(" </type>\n")
|
output.write(" </type>\n")
|
||||||
@ -1783,7 +1787,7 @@ class docBuilder:
|
|||||||
tokens = index[id];
|
tokens = index[id];
|
||||||
tokens.sort()
|
tokens.sort()
|
||||||
tok = None
|
tok = None
|
||||||
for token in index[id]:
|
for token in tokens:
|
||||||
if tok == token:
|
if tok == token:
|
||||||
continue
|
continue
|
||||||
tok = token
|
tok = token
|
||||||
|
@ -763,9 +763,9 @@
|
|||||||
</type>
|
</type>
|
||||||
<type name='void *'>
|
<type name='void *'>
|
||||||
<ref name='xsltExtInitFunction'/>
|
<ref name='xsltExtInitFunction'/>
|
||||||
<ref name='xsltStyleGetExtData'/>
|
|
||||||
<ref name='xsltGetExtData'/>
|
<ref name='xsltGetExtData'/>
|
||||||
<ref name='xsltStyleExtInitFunction'/>
|
<ref name='xsltStyleExtInitFunction'/>
|
||||||
|
<ref name='xsltStyleGetExtData'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlAttrPtr'>
|
<type name='xmlAttrPtr'>
|
||||||
<ref name='xsltAttrListTemplateProcess'/>
|
<ref name='xsltAttrListTemplateProcess'/>
|
||||||
@ -773,20 +773,20 @@
|
|||||||
</type>
|
</type>
|
||||||
<type name='xmlChar *'>
|
<type name='xmlChar *'>
|
||||||
<ref name='xsltAttrTemplateValueProcess'/>
|
<ref name='xsltAttrTemplateValueProcess'/>
|
||||||
<ref name='xsltEvalAttrValueTemplate'/>
|
|
||||||
<ref name='xsltEvalTemplateString'/>
|
|
||||||
<ref name='xsltGetNsProp'/>
|
|
||||||
<ref name='xsltAttrTemplateValueProcessNode'/>
|
<ref name='xsltAttrTemplateValueProcessNode'/>
|
||||||
|
<ref name='xsltEvalAttrValueTemplate'/>
|
||||||
|
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
||||||
|
<ref name='xsltEvalTemplateString'/>
|
||||||
<ref name='xsltEvalXPathString'/>
|
<ref name='xsltEvalXPathString'/>
|
||||||
<ref name='xsltEvalXPathStringNs'/>
|
<ref name='xsltEvalXPathStringNs'/>
|
||||||
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
<ref name='xsltGetNsProp'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlDocPtr'>
|
<type name='xmlDocPtr'>
|
||||||
<ref name='xsltCreateRVT'/>
|
|
||||||
<ref name='xsltProfileStylesheet'/>
|
|
||||||
<ref name='xsltApplyStylesheetUser'/>
|
|
||||||
<ref name='xsltApplyStylesheet'/>
|
<ref name='xsltApplyStylesheet'/>
|
||||||
|
<ref name='xsltApplyStylesheetUser'/>
|
||||||
|
<ref name='xsltCreateRVT'/>
|
||||||
<ref name='xsltGetProfileInformation'/>
|
<ref name='xsltGetProfileInformation'/>
|
||||||
|
<ref name='xsltProfileStylesheet'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlHashTablePtr'>
|
<type name='xmlHashTablePtr'>
|
||||||
<ref name='xsltGetExtInfo'/>
|
<ref name='xsltGetExtInfo'/>
|
||||||
@ -802,21 +802,21 @@
|
|||||||
</type>
|
</type>
|
||||||
<type name='xmlNsPtr'>
|
<type name='xmlNsPtr'>
|
||||||
<ref name='xsltCopyNamespace'/>
|
<ref name='xsltCopyNamespace'/>
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
|
||||||
<ref name='xsltGetNamespace'/>
|
|
||||||
<ref name='xsltCopyNamespaceList'/>
|
<ref name='xsltCopyNamespaceList'/>
|
||||||
|
<ref name='xsltGetNamespace'/>
|
||||||
|
<ref name='xsltGetSpecialNamespace'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlXPathError'>
|
<type name='xmlXPathError'>
|
||||||
<ref name='xsltFormatNumberConversion'/>
|
<ref name='xsltFormatNumberConversion'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlXPathFunction'>
|
<type name='xmlXPathFunction'>
|
||||||
<ref name='xsltExtFunctionLookup'/>
|
<ref name='xsltExtFunctionLookup'/>
|
||||||
<ref name='xsltXPathFunctionLookup'/>
|
|
||||||
<ref name='xsltExtModuleFunctionLookup'/>
|
<ref name='xsltExtModuleFunctionLookup'/>
|
||||||
|
<ref name='xsltXPathFunctionLookup'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlXPathObjectPtr'>
|
<type name='xmlXPathObjectPtr'>
|
||||||
<ref name='xsltXPathVariableLookup'/>
|
|
||||||
<ref name='xsltVariableLookup'/>
|
<ref name='xsltVariableLookup'/>
|
||||||
|
<ref name='xsltXPathVariableLookup'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlXPathObjectPtr *'>
|
<type name='xmlXPathObjectPtr *'>
|
||||||
<ref name='xsltComputeSortResult'/>
|
<ref name='xsltComputeSortResult'/>
|
||||||
@ -831,17 +831,17 @@
|
|||||||
<ref name='xsltDecimalFormatGetByName'/>
|
<ref name='xsltDecimalFormatGetByName'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltDocumentPtr'>
|
<type name='xsltDocumentPtr'>
|
||||||
<ref name='xsltNewDocument'/>
|
|
||||||
<ref name='xsltLoadStyleDocument'/>
|
|
||||||
<ref name='xsltLoadDocument'/>
|
|
||||||
<ref name='xsltNewStyleDocument'/>
|
|
||||||
<ref name='xsltFindDocument'/>
|
<ref name='xsltFindDocument'/>
|
||||||
|
<ref name='xsltLoadDocument'/>
|
||||||
|
<ref name='xsltLoadStyleDocument'/>
|
||||||
|
<ref name='xsltNewDocument'/>
|
||||||
|
<ref name='xsltNewStyleDocument'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltElemPreCompPtr'>
|
<type name='xsltElemPreCompPtr'>
|
||||||
<ref name='xsltNewElemPreComp'/>
|
|
||||||
<ref name='xsltPreComputeFunction'/>
|
|
||||||
<ref name='xsltPreComputeExtModuleElement'/>
|
|
||||||
<ref name='xsltDocumentComp'/>
|
<ref name='xsltDocumentComp'/>
|
||||||
|
<ref name='xsltNewElemPreComp'/>
|
||||||
|
<ref name='xsltPreComputeExtModuleElement'/>
|
||||||
|
<ref name='xsltPreComputeFunction'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltPreComputeFunction'>
|
<type name='xsltPreComputeFunction'>
|
||||||
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
||||||
@ -857,13 +857,13 @@
|
|||||||
<ref name='xsltParseStylesheetCallerParam'/>
|
<ref name='xsltParseStylesheetCallerParam'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltStylesheetPtr'>
|
<type name='xsltStylesheetPtr'>
|
||||||
<ref name='xsltParseStylesheetImportedDoc'/>
|
|
||||||
<ref name='xsltParseStylesheetProcess'/>
|
|
||||||
<ref name='xsltNewStylesheet'/>
|
|
||||||
<ref name='xsltParseStylesheetFile'/>
|
|
||||||
<ref name='xsltLoadStylesheetPI'/>
|
<ref name='xsltLoadStylesheetPI'/>
|
||||||
|
<ref name='xsltNewStylesheet'/>
|
||||||
<ref name='xsltNextImport'/>
|
<ref name='xsltNextImport'/>
|
||||||
<ref name='xsltParseStylesheetDoc'/>
|
<ref name='xsltParseStylesheetDoc'/>
|
||||||
|
<ref name='xsltParseStylesheetFile'/>
|
||||||
|
<ref name='xsltParseStylesheetImportedDoc'/>
|
||||||
|
<ref name='xsltParseStylesheetProcess'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltTemplatePtr'>
|
<type name='xsltTemplatePtr'>
|
||||||
<ref name='xsltFindTemplate'/>
|
<ref name='xsltFindTemplate'/>
|
||||||
@ -873,12 +873,12 @@
|
|||||||
<ref name='xsltExtModuleTopLevelLookup'/>
|
<ref name='xsltExtModuleTopLevelLookup'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltTransformContextPtr'>
|
<type name='xsltTransformContextPtr'>
|
||||||
<ref name='xsltXPathGetTransformContext'/>
|
|
||||||
<ref name='xsltNewTransformContext'/>
|
<ref name='xsltNewTransformContext'/>
|
||||||
|
<ref name='xsltXPathGetTransformContext'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xsltTransformFunction'>
|
<type name='xsltTransformFunction'>
|
||||||
<ref name='xsltExtModuleElementLookup'/>
|
|
||||||
<ref name='xsltExtElementLookup'/>
|
<ref name='xsltExtElementLookup'/>
|
||||||
|
<ref name='xsltExtModuleElementLookup'/>
|
||||||
</type>
|
</type>
|
||||||
</constructors>
|
</constructors>
|
||||||
<functions>
|
<functions>
|
||||||
@ -907,10 +907,6 @@
|
|||||||
</type>
|
</type>
|
||||||
<type name='const xmlChar *'>
|
<type name='const xmlChar *'>
|
||||||
<ref name='xsltAddKey'/>
|
<ref name='xsltAddKey'/>
|
||||||
<ref name='xsltAddKey'/>
|
|
||||||
<ref name='xsltAddKey'/>
|
|
||||||
<ref name='xsltAddKey'/>
|
|
||||||
<ref name='xsltAddTemplate'/>
|
|
||||||
<ref name='xsltAddTemplate'/>
|
<ref name='xsltAddTemplate'/>
|
||||||
<ref name='xsltAttrTemplateValueProcess'/>
|
<ref name='xsltAttrTemplateValueProcess'/>
|
||||||
<ref name='xsltAttrTemplateValueProcessNode'/>
|
<ref name='xsltAttrTemplateValueProcessNode'/>
|
||||||
@ -920,35 +916,21 @@
|
|||||||
<ref name='xsltCompilePattern'/>
|
<ref name='xsltCompilePattern'/>
|
||||||
<ref name='xsltCopyTextString'/>
|
<ref name='xsltCopyTextString'/>
|
||||||
<ref name='xsltEvalAttrValueTemplate'/>
|
<ref name='xsltEvalAttrValueTemplate'/>
|
||||||
<ref name='xsltEvalAttrValueTemplate'/>
|
|
||||||
<ref name='xsltEvalOneUserParam'/>
|
|
||||||
<ref name='xsltEvalOneUserParam'/>
|
<ref name='xsltEvalOneUserParam'/>
|
||||||
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
||||||
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
|
||||||
<ref name='xsltExtElementLookup'/>
|
<ref name='xsltExtElementLookup'/>
|
||||||
<ref name='xsltExtElementLookup'/>
|
|
||||||
<ref name='xsltExtFunctionLookup'/>
|
|
||||||
<ref name='xsltExtFunctionLookup'/>
|
<ref name='xsltExtFunctionLookup'/>
|
||||||
<ref name='xsltExtInitFunction'/>
|
<ref name='xsltExtInitFunction'/>
|
||||||
<ref name='xsltExtModuleElementLookup'/>
|
<ref name='xsltExtModuleElementLookup'/>
|
||||||
<ref name='xsltExtModuleElementLookup'/>
|
|
||||||
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
|
||||||
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
||||||
<ref name='xsltExtModuleFunctionLookup'/>
|
<ref name='xsltExtModuleFunctionLookup'/>
|
||||||
<ref name='xsltExtModuleFunctionLookup'/>
|
|
||||||
<ref name='xsltExtModuleTopLevelLookup'/>
|
|
||||||
<ref name='xsltExtModuleTopLevelLookup'/>
|
<ref name='xsltExtModuleTopLevelLookup'/>
|
||||||
<ref name='xsltExtShutdownFunction'/>
|
<ref name='xsltExtShutdownFunction'/>
|
||||||
<ref name='xsltFindTemplate'/>
|
<ref name='xsltFindTemplate'/>
|
||||||
<ref name='xsltFindTemplate'/>
|
|
||||||
<ref name='xsltGetExtData'/>
|
<ref name='xsltGetExtData'/>
|
||||||
<ref name='xsltGetExtInfo'/>
|
<ref name='xsltGetExtInfo'/>
|
||||||
<ref name='xsltGetKey'/>
|
<ref name='xsltGetKey'/>
|
||||||
<ref name='xsltGetKey'/>
|
|
||||||
<ref name='xsltGetKey'/>
|
|
||||||
<ref name='xsltGetNsProp'/>
|
<ref name='xsltGetNsProp'/>
|
||||||
<ref name='xsltGetNsProp'/>
|
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
<ref name='xsltGetSpecialNamespace'/>
|
||||||
<ref name='xsltLoadDocument'/>
|
<ref name='xsltLoadDocument'/>
|
||||||
<ref name='xsltLoadStyleDocument'/>
|
<ref name='xsltLoadStyleDocument'/>
|
||||||
@ -956,36 +938,23 @@
|
|||||||
<ref name='xsltNormalizeCompSteps'/>
|
<ref name='xsltNormalizeCompSteps'/>
|
||||||
<ref name='xsltParseStylesheetFile'/>
|
<ref name='xsltParseStylesheetFile'/>
|
||||||
<ref name='xsltQuoteOneUserParam'/>
|
<ref name='xsltQuoteOneUserParam'/>
|
||||||
<ref name='xsltQuoteOneUserParam'/>
|
|
||||||
<ref name='xsltRegisterExtElement'/>
|
<ref name='xsltRegisterExtElement'/>
|
||||||
<ref name='xsltRegisterExtElement'/>
|
|
||||||
<ref name='xsltRegisterExtFunction'/>
|
|
||||||
<ref name='xsltRegisterExtFunction'/>
|
<ref name='xsltRegisterExtFunction'/>
|
||||||
<ref name='xsltRegisterExtModule'/>
|
<ref name='xsltRegisterExtModule'/>
|
||||||
<ref name='xsltRegisterExtModuleElement'/>
|
<ref name='xsltRegisterExtModuleElement'/>
|
||||||
<ref name='xsltRegisterExtModuleElement'/>
|
|
||||||
<ref name='xsltRegisterExtModuleFull'/>
|
<ref name='xsltRegisterExtModuleFull'/>
|
||||||
<ref name='xsltRegisterExtModuleFunction'/>
|
<ref name='xsltRegisterExtModuleFunction'/>
|
||||||
<ref name='xsltRegisterExtModuleFunction'/>
|
|
||||||
<ref name='xsltRegisterExtModuleTopLevel'/>
|
<ref name='xsltRegisterExtModuleTopLevel'/>
|
||||||
<ref name='xsltRegisterExtModuleTopLevel'/>
|
|
||||||
<ref name='xsltRegisterExtPrefix'/>
|
|
||||||
<ref name='xsltRegisterExtPrefix'/>
|
<ref name='xsltRegisterExtPrefix'/>
|
||||||
<ref name='xsltStyleExtInitFunction'/>
|
<ref name='xsltStyleExtInitFunction'/>
|
||||||
<ref name='xsltStyleExtShutdownFunction'/>
|
<ref name='xsltStyleExtShutdownFunction'/>
|
||||||
<ref name='xsltStyleGetExtData'/>
|
<ref name='xsltStyleGetExtData'/>
|
||||||
<ref name='xsltUnregisterExtModule'/>
|
<ref name='xsltUnregisterExtModule'/>
|
||||||
<ref name='xsltUnregisterExtModuleElement'/>
|
<ref name='xsltUnregisterExtModuleElement'/>
|
||||||
<ref name='xsltUnregisterExtModuleElement'/>
|
|
||||||
<ref name='xsltUnregisterExtModuleFunction'/>
|
|
||||||
<ref name='xsltUnregisterExtModuleFunction'/>
|
<ref name='xsltUnregisterExtModuleFunction'/>
|
||||||
<ref name='xsltUnregisterExtModuleTopLevel'/>
|
<ref name='xsltUnregisterExtModuleTopLevel'/>
|
||||||
<ref name='xsltUnregisterExtModuleTopLevel'/>
|
|
||||||
<ref name='xsltVariableLookup'/>
|
|
||||||
<ref name='xsltVariableLookup'/>
|
<ref name='xsltVariableLookup'/>
|
||||||
<ref name='xsltXPathFunctionLookup'/>
|
<ref name='xsltXPathFunctionLookup'/>
|
||||||
<ref name='xsltXPathFunctionLookup'/>
|
|
||||||
<ref name='xsltXPathVariableLookup'/>
|
|
||||||
<ref name='xsltXPathVariableLookup'/>
|
<ref name='xsltXPathVariableLookup'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='double'>
|
<type name='double'>
|
||||||
@ -1002,7 +971,6 @@
|
|||||||
<type name='void *'>
|
<type name='void *'>
|
||||||
<ref name='xsltExtShutdownFunction'/>
|
<ref name='xsltExtShutdownFunction'/>
|
||||||
<ref name='xsltNormalizeCompSteps'/>
|
<ref name='xsltNormalizeCompSteps'/>
|
||||||
<ref name='xsltNormalizeCompSteps'/>
|
|
||||||
<ref name='xsltSetDebuggerCallbacks'/>
|
<ref name='xsltSetDebuggerCallbacks'/>
|
||||||
<ref name='xsltSetGenericDebugFunc'/>
|
<ref name='xsltSetGenericDebugFunc'/>
|
||||||
<ref name='xsltSetGenericErrorFunc'/>
|
<ref name='xsltSetGenericErrorFunc'/>
|
||||||
@ -1057,72 +1025,49 @@
|
|||||||
<type name='xmlNodePtr'>
|
<type name='xmlNodePtr'>
|
||||||
<ref name='xslAddCall'/>
|
<ref name='xslAddCall'/>
|
||||||
<ref name='xslHandleDebugger'/>
|
<ref name='xslHandleDebugger'/>
|
||||||
<ref name='xslHandleDebugger'/>
|
|
||||||
<ref name='xsltAddCallCallback'/>
|
<ref name='xsltAddCallCallback'/>
|
||||||
<ref name='xsltAddKey'/>
|
<ref name='xsltAddKey'/>
|
||||||
<ref name='xsltApplyAttributeSet'/>
|
<ref name='xsltApplyAttributeSet'/>
|
||||||
<ref name='xsltApplyAttributeSet'/>
|
|
||||||
<ref name='xsltApplyImports'/>
|
<ref name='xsltApplyImports'/>
|
||||||
<ref name='xsltApplyImports'/>
|
|
||||||
<ref name='xsltApplyOneTemplate'/>
|
|
||||||
<ref name='xsltApplyOneTemplate'/>
|
<ref name='xsltApplyOneTemplate'/>
|
||||||
<ref name='xsltApplyStripSpaces'/>
|
<ref name='xsltApplyStripSpaces'/>
|
||||||
<ref name='xsltApplyTemplates'/>
|
<ref name='xsltApplyTemplates'/>
|
||||||
<ref name='xsltApplyTemplates'/>
|
|
||||||
<ref name='xsltAttrListTemplateProcess'/>
|
<ref name='xsltAttrListTemplateProcess'/>
|
||||||
<ref name='xsltAttrTemplateProcess'/>
|
<ref name='xsltAttrTemplateProcess'/>
|
||||||
<ref name='xsltAttrTemplateValueProcessNode'/>
|
<ref name='xsltAttrTemplateValueProcessNode'/>
|
||||||
<ref name='xsltAttribute'/>
|
<ref name='xsltAttribute'/>
|
||||||
<ref name='xsltAttribute'/>
|
|
||||||
<ref name='xsltCallTemplate'/>
|
|
||||||
<ref name='xsltCallTemplate'/>
|
<ref name='xsltCallTemplate'/>
|
||||||
<ref name='xsltChoose'/>
|
<ref name='xsltChoose'/>
|
||||||
<ref name='xsltChoose'/>
|
|
||||||
<ref name='xsltComment'/>
|
|
||||||
<ref name='xsltComment'/>
|
<ref name='xsltComment'/>
|
||||||
<ref name='xsltCompilePattern'/>
|
<ref name='xsltCompilePattern'/>
|
||||||
<ref name='xsltComputeSortResult'/>
|
<ref name='xsltComputeSortResult'/>
|
||||||
<ref name='xsltCopy'/>
|
<ref name='xsltCopy'/>
|
||||||
<ref name='xsltCopy'/>
|
|
||||||
<ref name='xsltCopyNamespace'/>
|
<ref name='xsltCopyNamespace'/>
|
||||||
<ref name='xsltCopyNamespaceList'/>
|
<ref name='xsltCopyNamespaceList'/>
|
||||||
<ref name='xsltCopyOf'/>
|
<ref name='xsltCopyOf'/>
|
||||||
<ref name='xsltCopyOf'/>
|
|
||||||
<ref name='xsltCopyTextString'/>
|
<ref name='xsltCopyTextString'/>
|
||||||
<ref name='xsltDebug'/>
|
<ref name='xsltDebug'/>
|
||||||
<ref name='xsltDebug'/>
|
|
||||||
<ref name='xsltDocumentComp'/>
|
<ref name='xsltDocumentComp'/>
|
||||||
<ref name='xsltDocumentElem'/>
|
<ref name='xsltDocumentElem'/>
|
||||||
<ref name='xsltDocumentElem'/>
|
|
||||||
<ref name='xsltElement'/>
|
|
||||||
<ref name='xsltElement'/>
|
<ref name='xsltElement'/>
|
||||||
<ref name='xsltEvalAttrValueTemplate'/>
|
<ref name='xsltEvalAttrValueTemplate'/>
|
||||||
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
||||||
<ref name='xsltEvalTemplateString'/>
|
<ref name='xsltEvalTemplateString'/>
|
||||||
<ref name='xsltEvalTemplateString'/>
|
|
||||||
<ref name='xsltFindElemSpaceHandling'/>
|
<ref name='xsltFindElemSpaceHandling'/>
|
||||||
<ref name='xsltForEach'/>
|
<ref name='xsltForEach'/>
|
||||||
<ref name='xsltForEach'/>
|
|
||||||
<ref name='xsltGetNamespace'/>
|
|
||||||
<ref name='xsltGetNamespace'/>
|
<ref name='xsltGetNamespace'/>
|
||||||
<ref name='xsltGetNsProp'/>
|
<ref name='xsltGetNsProp'/>
|
||||||
<ref name='xsltGetQNameURI'/>
|
<ref name='xsltGetQNameURI'/>
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
<ref name='xsltGetSpecialNamespace'/>
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
|
||||||
<ref name='xsltGetTemplate'/>
|
<ref name='xsltGetTemplate'/>
|
||||||
<ref name='xsltHandleDebuggerCallback'/>
|
<ref name='xsltHandleDebuggerCallback'/>
|
||||||
<ref name='xsltHandleDebuggerCallback'/>
|
|
||||||
<ref name='xsltIf'/>
|
|
||||||
<ref name='xsltIf'/>
|
<ref name='xsltIf'/>
|
||||||
<ref name='xsltInitElemPreComp'/>
|
<ref name='xsltInitElemPreComp'/>
|
||||||
<ref name='xsltMatchPattern'/>
|
<ref name='xsltMatchPattern'/>
|
||||||
<ref name='xsltMatchPattern'/>
|
|
||||||
<ref name='xsltMessage'/>
|
|
||||||
<ref name='xsltMessage'/>
|
<ref name='xsltMessage'/>
|
||||||
<ref name='xsltNamespaceAlias'/>
|
<ref name='xsltNamespaceAlias'/>
|
||||||
<ref name='xsltNewElemPreComp'/>
|
<ref name='xsltNewElemPreComp'/>
|
||||||
<ref name='xsltNumber'/>
|
<ref name='xsltNumber'/>
|
||||||
<ref name='xsltNumber'/>
|
|
||||||
<ref name='xsltNumberFormat'/>
|
<ref name='xsltNumberFormat'/>
|
||||||
<ref name='xsltParseGlobalParam'/>
|
<ref name='xsltParseGlobalParam'/>
|
||||||
<ref name='xsltParseGlobalVariable'/>
|
<ref name='xsltParseGlobalVariable'/>
|
||||||
@ -1138,19 +1083,14 @@
|
|||||||
<ref name='xsltPreComputeFunction'/>
|
<ref name='xsltPreComputeFunction'/>
|
||||||
<ref name='xsltPrintErrorContext'/>
|
<ref name='xsltPrintErrorContext'/>
|
||||||
<ref name='xsltProcessingInstruction'/>
|
<ref name='xsltProcessingInstruction'/>
|
||||||
<ref name='xsltProcessingInstruction'/>
|
|
||||||
<ref name='xsltSort'/>
|
|
||||||
<ref name='xsltSort'/>
|
<ref name='xsltSort'/>
|
||||||
<ref name='xsltStylePreCompute'/>
|
<ref name='xsltStylePreCompute'/>
|
||||||
<ref name='xsltTemplateProcess'/>
|
<ref name='xsltTemplateProcess'/>
|
||||||
<ref name='xsltTestCompMatchList'/>
|
<ref name='xsltTestCompMatchList'/>
|
||||||
<ref name='xsltText'/>
|
<ref name='xsltText'/>
|
||||||
<ref name='xsltText'/>
|
|
||||||
<ref name='xsltTopLevelFunction'/>
|
<ref name='xsltTopLevelFunction'/>
|
||||||
<ref name='xsltTransformError'/>
|
<ref name='xsltTransformError'/>
|
||||||
<ref name='xsltTransformFunction'/>
|
<ref name='xsltTransformFunction'/>
|
||||||
<ref name='xsltTransformFunction'/>
|
|
||||||
<ref name='xsltValueOf'/>
|
|
||||||
<ref name='xsltValueOf'/>
|
<ref name='xsltValueOf'/>
|
||||||
</type>
|
</type>
|
||||||
<type name='xmlNodePtr *'>
|
<type name='xmlNodePtr *'>
|
||||||
@ -1479,411 +1419,411 @@
|
|||||||
</functions>
|
</functions>
|
||||||
<files>
|
<files>
|
||||||
<file name='attributes'>
|
<file name='attributes'>
|
||||||
<ref name='xsltResolveStylesheetAttributeSet'/>
|
|
||||||
<ref name='xsltParseStylesheetAttributeSet'/>
|
|
||||||
<ref name='xsltApplyAttributeSet'/>
|
<ref name='xsltApplyAttributeSet'/>
|
||||||
<ref name='xsltFreeAttributeSetsHashes'/>
|
<ref name='xsltFreeAttributeSetsHashes'/>
|
||||||
|
<ref name='xsltParseStylesheetAttributeSet'/>
|
||||||
|
<ref name='xsltResolveStylesheetAttributeSet'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='documents'>
|
<file name='documents'>
|
||||||
|
<ref name='xsltFindDocument'/>
|
||||||
<ref name='xsltFreeDocuments'/>
|
<ref name='xsltFreeDocuments'/>
|
||||||
<ref name='xsltNewDocument'/>
|
|
||||||
<ref name='xsltFreeStyleDocuments'/>
|
<ref name='xsltFreeStyleDocuments'/>
|
||||||
<ref name='xsltLoadDocument'/>
|
<ref name='xsltLoadDocument'/>
|
||||||
<ref name='xsltFindDocument'/>
|
|
||||||
<ref name='xsltLoadStyleDocument'/>
|
<ref name='xsltLoadStyleDocument'/>
|
||||||
|
<ref name='xsltNewDocument'/>
|
||||||
<ref name='xsltNewStyleDocument'/>
|
<ref name='xsltNewStyleDocument'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='extensions'>
|
<file name='extensions'>
|
||||||
<ref name='xsltRegisterExtPrefix'/>
|
<ref name='xsltCheckExtPrefix'/>
|
||||||
<ref name='xsltRegisterExtFunction'/>
|
<ref name='xsltDebugDumpExtensions'/>
|
||||||
<ref name='xsltPreComputeFunction'/>
|
<ref name='xsltExtElementLookup'/>
|
||||||
<ref name='xsltInitCtxtExts'/>
|
|
||||||
<ref name='xsltTopLevelFunction'/>
|
|
||||||
<ref name='xsltShutdownCtxtExts'/>
|
|
||||||
<ref name='xsltGetExtInfo'/>
|
|
||||||
<ref name='xsltUnregisterExtModuleFunction'/>
|
|
||||||
<ref name='xsltStyleGetExtData'/>
|
|
||||||
<ref name='xsltRegisterExtElement'/>
|
|
||||||
<ref name='xsltExtFunctionLookup'/>
|
<ref name='xsltExtFunctionLookup'/>
|
||||||
<ref name='xsltExtInitFunction'/>
|
<ref name='xsltExtInitFunction'/>
|
||||||
<ref name='xsltRegisterExtModuleElement'/>
|
|
||||||
<ref name='xsltFreeCtxtExts'/>
|
|
||||||
<ref name='xsltRegisterTestModule'/>
|
|
||||||
<ref name='xsltXPathGetTransformContext'/>
|
|
||||||
<ref name='xsltExtModuleElementLookup'/>
|
<ref name='xsltExtModuleElementLookup'/>
|
||||||
<ref name='xsltRegisterExtModuleFull'/>
|
|
||||||
<ref name='xsltUnregisterExtModuleTopLevel'/>
|
|
||||||
<ref name='xsltShutdownExts'/>
|
|
||||||
<ref name='xsltStyleExtShutdownFunction'/>
|
|
||||||
<ref name='xsltNewElemPreComp'/>
|
|
||||||
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
<ref name='xsltExtModuleElementPreComputeLookup'/>
|
||||||
<ref name='xsltUnregisterExtModuleElement'/>
|
|
||||||
<ref name='xsltInitElemPreComp'/>
|
|
||||||
<ref name='xsltDebugDumpExtensions'/>
|
|
||||||
<ref name='xsltCheckExtPrefix'/>
|
|
||||||
<ref name='xsltGetExtData'/>
|
|
||||||
<ref name='xsltRegisterExtModule'/>
|
|
||||||
<ref name='xsltExtElementLookup'/>
|
|
||||||
<ref name='xsltRegisterExtModuleTopLevel'/>
|
|
||||||
<ref name='xsltRegisterExtModuleFunction'/>
|
|
||||||
<ref name='xsltExtModuleTopLevelLookup'/>
|
|
||||||
<ref name='xsltFreeExts'/>
|
|
||||||
<ref name='xsltStyleExtInitFunction'/>
|
|
||||||
<ref name='xsltExtModuleFunctionLookup'/>
|
<ref name='xsltExtModuleFunctionLookup'/>
|
||||||
<ref name='xsltPreComputeExtModuleElement'/>
|
<ref name='xsltExtModuleTopLevelLookup'/>
|
||||||
<ref name='xsltExtShutdownFunction'/>
|
<ref name='xsltExtShutdownFunction'/>
|
||||||
|
<ref name='xsltFreeCtxtExts'/>
|
||||||
|
<ref name='xsltFreeExts'/>
|
||||||
|
<ref name='xsltGetExtData'/>
|
||||||
|
<ref name='xsltGetExtInfo'/>
|
||||||
|
<ref name='xsltInitCtxtExts'/>
|
||||||
|
<ref name='xsltInitElemPreComp'/>
|
||||||
|
<ref name='xsltNewElemPreComp'/>
|
||||||
|
<ref name='xsltPreComputeExtModuleElement'/>
|
||||||
|
<ref name='xsltPreComputeFunction'/>
|
||||||
|
<ref name='xsltRegisterExtElement'/>
|
||||||
|
<ref name='xsltRegisterExtFunction'/>
|
||||||
|
<ref name='xsltRegisterExtModule'/>
|
||||||
|
<ref name='xsltRegisterExtModuleElement'/>
|
||||||
|
<ref name='xsltRegisterExtModuleFull'/>
|
||||||
|
<ref name='xsltRegisterExtModuleFunction'/>
|
||||||
|
<ref name='xsltRegisterExtModuleTopLevel'/>
|
||||||
|
<ref name='xsltRegisterExtPrefix'/>
|
||||||
|
<ref name='xsltRegisterTestModule'/>
|
||||||
|
<ref name='xsltShutdownCtxtExts'/>
|
||||||
|
<ref name='xsltShutdownExts'/>
|
||||||
|
<ref name='xsltStyleExtInitFunction'/>
|
||||||
|
<ref name='xsltStyleExtShutdownFunction'/>
|
||||||
|
<ref name='xsltStyleGetExtData'/>
|
||||||
|
<ref name='xsltTopLevelFunction'/>
|
||||||
<ref name='xsltUnregisterExtModule'/>
|
<ref name='xsltUnregisterExtModule'/>
|
||||||
|
<ref name='xsltUnregisterExtModuleElement'/>
|
||||||
|
<ref name='xsltUnregisterExtModuleFunction'/>
|
||||||
|
<ref name='xsltUnregisterExtModuleTopLevel'/>
|
||||||
|
<ref name='xsltXPathGetTransformContext'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='extra'>
|
<file name='extra'>
|
||||||
<ref name='xsltFunctionNodeSet'/>
|
|
||||||
<ref name='xsltRegisterExtras'/>
|
|
||||||
<ref name='XSLT_XALAN_NAMESPACE'/>
|
|
||||||
<ref name='xsltDebug'/>
|
|
||||||
<ref name='XSLT_LIBXSLT_NAMESPACE'/>
|
<ref name='XSLT_LIBXSLT_NAMESPACE'/>
|
||||||
<ref name='xsltRegisterAllExtras'/>
|
|
||||||
<ref name='XSLT_XT_NAMESPACE'/>
|
|
||||||
<ref name='XSLT_SAXON_NAMESPACE'/>
|
|
||||||
<ref name='XSLT_NORM_SAXON_NAMESPACE'/>
|
<ref name='XSLT_NORM_SAXON_NAMESPACE'/>
|
||||||
|
<ref name='XSLT_SAXON_NAMESPACE'/>
|
||||||
|
<ref name='XSLT_XALAN_NAMESPACE'/>
|
||||||
|
<ref name='XSLT_XT_NAMESPACE'/>
|
||||||
|
<ref name='xsltDebug'/>
|
||||||
|
<ref name='xsltFunctionNodeSet'/>
|
||||||
|
<ref name='xsltRegisterAllExtras'/>
|
||||||
|
<ref name='xsltRegisterExtras'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='functions'>
|
<file name='functions'>
|
||||||
<ref name='XSLT_REGISTER_FUNCTION_LOOKUP'/>
|
<ref name='XSLT_REGISTER_FUNCTION_LOOKUP'/>
|
||||||
<ref name='xsltXPathFunctionLookup'/>
|
|
||||||
<ref name='xsltFunctionAvailableFunction'/>
|
|
||||||
<ref name='xsltFormatNumberFunction'/>
|
|
||||||
<ref name='xsltRegisterAllFunctions'/>
|
|
||||||
<ref name='xsltKeyFunction'/>
|
|
||||||
<ref name='xsltGenerateIdFunction'/>
|
|
||||||
<ref name='xsltDocumentFunction'/>
|
<ref name='xsltDocumentFunction'/>
|
||||||
<ref name='xsltSystemPropertyFunction'/>
|
|
||||||
<ref name='xsltElementAvailableFunction'/>
|
<ref name='xsltElementAvailableFunction'/>
|
||||||
|
<ref name='xsltFormatNumberFunction'/>
|
||||||
|
<ref name='xsltFunctionAvailableFunction'/>
|
||||||
|
<ref name='xsltGenerateIdFunction'/>
|
||||||
|
<ref name='xsltKeyFunction'/>
|
||||||
|
<ref name='xsltRegisterAllFunctions'/>
|
||||||
|
<ref name='xsltSystemPropertyFunction'/>
|
||||||
<ref name='xsltUnparsedEntityURIFunction'/>
|
<ref name='xsltUnparsedEntityURIFunction'/>
|
||||||
|
<ref name='xsltXPathFunctionLookup'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='imports'>
|
<file name='imports'>
|
||||||
<ref name='xsltNeedElemSpaceHandling'/>
|
|
||||||
<ref name='XSLT_GET_IMPORT_INT'/>
|
<ref name='XSLT_GET_IMPORT_INT'/>
|
||||||
<ref name='xsltParseStylesheetInclude'/>
|
|
||||||
<ref name='xsltFindTemplate'/>
|
|
||||||
<ref name='xsltFindElemSpaceHandling'/>
|
|
||||||
<ref name='XSLT_GET_IMPORT_PTR'/>
|
<ref name='XSLT_GET_IMPORT_PTR'/>
|
||||||
|
<ref name='xsltFindElemSpaceHandling'/>
|
||||||
|
<ref name='xsltFindTemplate'/>
|
||||||
|
<ref name='xsltNeedElemSpaceHandling'/>
|
||||||
<ref name='xsltNextImport'/>
|
<ref name='xsltNextImport'/>
|
||||||
<ref name='xsltParseStylesheetImport'/>
|
<ref name='xsltParseStylesheetImport'/>
|
||||||
|
<ref name='xsltParseStylesheetInclude'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='keys'>
|
<file name='keys'>
|
||||||
<ref name='xsltInitCtxtKeys'/>
|
<ref name='xsltAddKey'/>
|
||||||
|
<ref name='xsltFreeDocumentKeys'/>
|
||||||
<ref name='xsltFreeKeys'/>
|
<ref name='xsltFreeKeys'/>
|
||||||
<ref name='xsltGetKey'/>
|
<ref name='xsltGetKey'/>
|
||||||
<ref name='xsltFreeDocumentKeys'/>
|
<ref name='xsltInitCtxtKeys'/>
|
||||||
<ref name='xsltAddKey'/>
|
|
||||||
</file>
|
</file>
|
||||||
<file name='namespaces'>
|
<file name='namespaces'>
|
||||||
<ref name='xsltFreeNamespaceAliasHashes'/>
|
|
||||||
<ref name='xsltGetSpecialNamespace'/>
|
|
||||||
<ref name='xsltCopyNamespaceList'/>
|
|
||||||
<ref name='xsltCopyNamespace'/>
|
<ref name='xsltCopyNamespace'/>
|
||||||
<ref name='xsltNamespaceAlias'/>
|
<ref name='xsltCopyNamespaceList'/>
|
||||||
|
<ref name='xsltFreeNamespaceAliasHashes'/>
|
||||||
<ref name='xsltGetNamespace'/>
|
<ref name='xsltGetNamespace'/>
|
||||||
|
<ref name='xsltGetSpecialNamespace'/>
|
||||||
|
<ref name='xsltNamespaceAlias'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='numbersInternals'>
|
<file name='numbersInternals'>
|
||||||
<ref name='xsltNumberDataPtr'/>
|
|
||||||
<ref name='xsltFormatNumberInfoPtr'/>
|
|
||||||
<ref name='_xsltFormatNumberInfo'/>
|
<ref name='_xsltFormatNumberInfo'/>
|
||||||
<ref name='_xsltNumberData'/>
|
<ref name='_xsltNumberData'/>
|
||||||
<ref name='xsltFormatNumberInfo'/>
|
<ref name='xsltFormatNumberInfo'/>
|
||||||
|
<ref name='xsltFormatNumberInfoPtr'/>
|
||||||
<ref name='xsltNumberData'/>
|
<ref name='xsltNumberData'/>
|
||||||
|
<ref name='xsltNumberDataPtr'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='pattern'>
|
<file name='pattern'>
|
||||||
<ref name='xsltCompMatch'/>
|
|
||||||
<ref name='xsltAddTemplate'/>
|
<ref name='xsltAddTemplate'/>
|
||||||
<ref name='xsltCompilePattern'/>
|
<ref name='xsltCleanupTemplates'/>
|
||||||
<ref name='xsltMatchPattern'/>
|
<ref name='xsltCompMatch'/>
|
||||||
<ref name='xsltGetTemplate'/>
|
|
||||||
<ref name='xsltNormalizeCompSteps'/>
|
|
||||||
<ref name='xsltCompMatchPtr'/>
|
<ref name='xsltCompMatchPtr'/>
|
||||||
<ref name='xsltTestCompMatchList'/>
|
<ref name='xsltCompilePattern'/>
|
||||||
<ref name='xsltFreeCompMatchList'/>
|
<ref name='xsltFreeCompMatchList'/>
|
||||||
<ref name='xsltFreeTemplateHashes'/>
|
<ref name='xsltFreeTemplateHashes'/>
|
||||||
<ref name='xsltCleanupTemplates'/>
|
<ref name='xsltGetTemplate'/>
|
||||||
|
<ref name='xsltMatchPattern'/>
|
||||||
|
<ref name='xsltNormalizeCompSteps'/>
|
||||||
|
<ref name='xsltTestCompMatchList'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='preproc'>
|
<file name='preproc'>
|
||||||
<ref name='xsltFreeStylePreComps'/>
|
|
||||||
<ref name='xsltExtMarker'/>
|
|
||||||
<ref name='xsltDocumentComp'/>
|
<ref name='xsltDocumentComp'/>
|
||||||
|
<ref name='xsltExtMarker'/>
|
||||||
|
<ref name='xsltFreeStylePreComps'/>
|
||||||
<ref name='xsltStylePreCompute'/>
|
<ref name='xsltStylePreCompute'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='security'>
|
<file name='security'>
|
||||||
<ref name='xsltSecurityPrefs'/>
|
|
||||||
<ref name='xsltNewSecurityPrefs'/>
|
|
||||||
<ref name='xsltSecurityCheck'/>
|
|
||||||
<ref name='XSLT_SECPREF_READ_NETWORK'/>
|
|
||||||
<ref name='xsltSetDefaultSecurityPrefs'/>
|
|
||||||
<ref name='xsltGetDefaultSecurityPrefs'/>
|
|
||||||
<ref name='XSLT_SECPREF_CREATE_DIRECTORY'/>
|
<ref name='XSLT_SECPREF_CREATE_DIRECTORY'/>
|
||||||
<ref name='xsltSecurityPrefsPtr'/>
|
|
||||||
<ref name='xsltFreeSecurityPrefs'/>
|
|
||||||
<ref name='XSLT_SECPREF_WRITE_NETWORK'/>
|
|
||||||
<ref name='xsltSetCtxtSecurityPrefs'/>
|
|
||||||
<ref name='xsltGetSecurityPrefs'/>
|
|
||||||
<ref name='XSLT_SECPREF_WRITE_FILE'/>
|
|
||||||
<ref name='xsltSecurityAllow'/>
|
|
||||||
<ref name='xsltSetSecurityPrefs'/>
|
|
||||||
<ref name='xsltCheckWrite'/>
|
|
||||||
<ref name='xsltCheckRead'/>
|
|
||||||
<ref name='xsltSecurityOption'/>
|
|
||||||
<ref name='XSLT_SECPREF_READ_FILE'/>
|
<ref name='XSLT_SECPREF_READ_FILE'/>
|
||||||
|
<ref name='XSLT_SECPREF_READ_NETWORK'/>
|
||||||
|
<ref name='XSLT_SECPREF_WRITE_FILE'/>
|
||||||
|
<ref name='XSLT_SECPREF_WRITE_NETWORK'/>
|
||||||
|
<ref name='xsltCheckRead'/>
|
||||||
|
<ref name='xsltCheckWrite'/>
|
||||||
|
<ref name='xsltFreeSecurityPrefs'/>
|
||||||
|
<ref name='xsltGetDefaultSecurityPrefs'/>
|
||||||
|
<ref name='xsltGetSecurityPrefs'/>
|
||||||
|
<ref name='xsltNewSecurityPrefs'/>
|
||||||
|
<ref name='xsltSecurityAllow'/>
|
||||||
|
<ref name='xsltSecurityCheck'/>
|
||||||
<ref name='xsltSecurityForbid'/>
|
<ref name='xsltSecurityForbid'/>
|
||||||
|
<ref name='xsltSecurityOption'/>
|
||||||
|
<ref name='xsltSecurityPrefs'/>
|
||||||
|
<ref name='xsltSecurityPrefsPtr'/>
|
||||||
|
<ref name='xsltSetCtxtSecurityPrefs'/>
|
||||||
|
<ref name='xsltSetDefaultSecurityPrefs'/>
|
||||||
|
<ref name='xsltSetSecurityPrefs'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='templates'>
|
<file name='templates'>
|
||||||
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
|
||||||
<ref name='xsltEvalAttrValueTemplate'/>
|
|
||||||
<ref name='xsltEvalTemplateString'/>
|
|
||||||
<ref name='xsltAttrTemplateValueProcess'/>
|
|
||||||
<ref name='xsltAttrTemplateProcess'/>
|
|
||||||
<ref name='xsltAttrListTemplateProcess'/>
|
<ref name='xsltAttrListTemplateProcess'/>
|
||||||
<ref name='xsltEvalXPathPredicate'/>
|
<ref name='xsltAttrTemplateProcess'/>
|
||||||
|
<ref name='xsltAttrTemplateValueProcess'/>
|
||||||
<ref name='xsltAttrTemplateValueProcessNode'/>
|
<ref name='xsltAttrTemplateValueProcessNode'/>
|
||||||
<ref name='xsltTemplateProcess'/>
|
<ref name='xsltEvalAttrValueTemplate'/>
|
||||||
<ref name='xsltEvalXPathStringNs'/>
|
<ref name='xsltEvalStaticAttrValueTemplate'/>
|
||||||
|
<ref name='xsltEvalTemplateString'/>
|
||||||
|
<ref name='xsltEvalXPathPredicate'/>
|
||||||
<ref name='xsltEvalXPathString'/>
|
<ref name='xsltEvalXPathString'/>
|
||||||
|
<ref name='xsltEvalXPathStringNs'/>
|
||||||
|
<ref name='xsltTemplateProcess'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='transform'>
|
<file name='transform'>
|
||||||
<ref name='xsltValueOf'/>
|
|
||||||
<ref name='xsltNumber'/>
|
|
||||||
<ref name='xsltRegisterAllElement'/>
|
|
||||||
<ref name='xsltRunStylesheetUser'/>
|
|
||||||
<ref name='xsltSort'/>
|
|
||||||
<ref name='xsltNewTransformContext'/>
|
|
||||||
<ref name='xsltGetXIncludeDefault'/>
|
|
||||||
<ref name='xsltApplyOneTemplate'/>
|
|
||||||
<ref name='xslHandleDebugger'/>
|
<ref name='xslHandleDebugger'/>
|
||||||
<ref name='xsltCopy'/>
|
|
||||||
<ref name='xsltDocumentElem'/>
|
|
||||||
<ref name='xsltApplyTemplates'/>
|
|
||||||
<ref name='xsltApplyImports'/>
|
<ref name='xsltApplyImports'/>
|
||||||
<ref name='xsltIf'/>
|
<ref name='xsltApplyOneTemplate'/>
|
||||||
<ref name='xsltCallTemplate'/>
|
|
||||||
<ref name='xsltApplyStylesheet'/>
|
|
||||||
<ref name='xsltApplyStripSpaces'/>
|
<ref name='xsltApplyStripSpaces'/>
|
||||||
<ref name='xsltSetXIncludeDefault'/>
|
<ref name='xsltApplyStylesheet'/>
|
||||||
<ref name='xsltCopyOf'/>
|
|
||||||
<ref name='xsltFreeTransformContext'/>
|
|
||||||
<ref name='xsltAttribute'/>
|
|
||||||
<ref name='xsltRunStylesheet'/>
|
|
||||||
<ref name='xsltChoose'/>
|
|
||||||
<ref name='xsltCopyTextString'/>
|
|
||||||
<ref name='xsltElement'/>
|
|
||||||
<ref name='xsltProfileStylesheet'/>
|
|
||||||
<ref name='xsltForEach'/>
|
|
||||||
<ref name='xsltText'/>
|
|
||||||
<ref name='xsltApplyStylesheetUser'/>
|
<ref name='xsltApplyStylesheetUser'/>
|
||||||
<ref name='xsltProcessingInstruction'/>
|
<ref name='xsltApplyTemplates'/>
|
||||||
|
<ref name='xsltAttribute'/>
|
||||||
|
<ref name='xsltCallTemplate'/>
|
||||||
|
<ref name='xsltChoose'/>
|
||||||
<ref name='xsltComment'/>
|
<ref name='xsltComment'/>
|
||||||
|
<ref name='xsltCopy'/>
|
||||||
|
<ref name='xsltCopyOf'/>
|
||||||
|
<ref name='xsltCopyTextString'/>
|
||||||
|
<ref name='xsltDocumentElem'/>
|
||||||
|
<ref name='xsltElement'/>
|
||||||
|
<ref name='xsltForEach'/>
|
||||||
|
<ref name='xsltFreeTransformContext'/>
|
||||||
|
<ref name='xsltGetXIncludeDefault'/>
|
||||||
|
<ref name='xsltIf'/>
|
||||||
|
<ref name='xsltNewTransformContext'/>
|
||||||
|
<ref name='xsltNumber'/>
|
||||||
|
<ref name='xsltProcessingInstruction'/>
|
||||||
|
<ref name='xsltProfileStylesheet'/>
|
||||||
|
<ref name='xsltRegisterAllElement'/>
|
||||||
|
<ref name='xsltRunStylesheet'/>
|
||||||
|
<ref name='xsltRunStylesheetUser'/>
|
||||||
|
<ref name='xsltSetXIncludeDefault'/>
|
||||||
|
<ref name='xsltSort'/>
|
||||||
|
<ref name='xsltText'/>
|
||||||
|
<ref name='xsltValueOf'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='variables'>
|
<file name='variables'>
|
||||||
<ref name='xsltFreeGlobalVariables'/>
|
|
||||||
<ref name='xsltQuoteOneUserParam'/>
|
|
||||||
<ref name='xsltXPathVariableLookup'/>
|
|
||||||
<ref name='xsltQuoteUserParams'/>
|
|
||||||
<ref name='xsltParseGlobalParam'/>
|
|
||||||
<ref name='xsltParseStylesheetCallerParam'/>
|
|
||||||
<ref name='xsltAddStackElemList'/>
|
|
||||||
<ref name='xsltParseGlobalVariable'/>
|
|
||||||
<ref name='XSLT_REGISTER_VARIABLE_LOOKUP'/>
|
<ref name='XSLT_REGISTER_VARIABLE_LOOKUP'/>
|
||||||
<ref name='xsltEvalUserParams'/>
|
<ref name='xsltAddStackElemList'/>
|
||||||
<ref name='xsltParseStylesheetVariable'/>
|
|
||||||
<ref name='xsltEvalGlobalVariables'/>
|
<ref name='xsltEvalGlobalVariables'/>
|
||||||
<ref name='xsltEvalOneUserParam'/>
|
<ref name='xsltEvalOneUserParam'/>
|
||||||
|
<ref name='xsltEvalUserParams'/>
|
||||||
|
<ref name='xsltFreeGlobalVariables'/>
|
||||||
|
<ref name='xsltParseGlobalParam'/>
|
||||||
|
<ref name='xsltParseGlobalVariable'/>
|
||||||
|
<ref name='xsltParseStylesheetCallerParam'/>
|
||||||
<ref name='xsltParseStylesheetParam'/>
|
<ref name='xsltParseStylesheetParam'/>
|
||||||
|
<ref name='xsltParseStylesheetVariable'/>
|
||||||
|
<ref name='xsltQuoteOneUserParam'/>
|
||||||
|
<ref name='xsltQuoteUserParams'/>
|
||||||
<ref name='xsltVariableLookup'/>
|
<ref name='xsltVariableLookup'/>
|
||||||
|
<ref name='xsltXPathVariableLookup'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='xslt'>
|
<file name='xslt'>
|
||||||
<ref name='XSLT_DEFAULT_VERSION'/>
|
|
||||||
<ref name='XSLT_DEFAULT_VENDOR'/>
|
|
||||||
<ref name='XSLT_PARSE_OPTIONS'/>
|
|
||||||
<ref name='xsltLibxsltVersion'/>
|
|
||||||
<ref name='xsltCleanupGlobals'/>
|
|
||||||
<ref name='xsltMaxDepth'/>
|
|
||||||
<ref name='xsltEngineVersion'/>
|
|
||||||
<ref name='XSLT_DEFAULT_URL'/>
|
<ref name='XSLT_DEFAULT_URL'/>
|
||||||
|
<ref name='XSLT_DEFAULT_VENDOR'/>
|
||||||
|
<ref name='XSLT_DEFAULT_VERSION'/>
|
||||||
<ref name='XSLT_NAMESPACE'/>
|
<ref name='XSLT_NAMESPACE'/>
|
||||||
|
<ref name='XSLT_PARSE_OPTIONS'/>
|
||||||
|
<ref name='xsltCleanupGlobals'/>
|
||||||
|
<ref name='xsltEngineVersion'/>
|
||||||
<ref name='xsltLibxmlVersion'/>
|
<ref name='xsltLibxmlVersion'/>
|
||||||
|
<ref name='xsltLibxsltVersion'/>
|
||||||
|
<ref name='xsltMaxDepth'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='xsltInternals'>
|
<file name='xsltInternals'>
|
||||||
<ref name='XSLT_FUNC_ELEMENT'/>
|
|
||||||
<ref name='xsltRuntimeExtra'/>
|
|
||||||
<ref name='xsltElemPreCompDeallocator'/>
|
|
||||||
<ref name='xsltElemPreComp'/>
|
|
||||||
<ref name='XSLT_FUNC_WITHPARAM'/>
|
|
||||||
<ref name='xsltTransformContext'/>
|
|
||||||
<ref name='xsltParseStylesheetImportedDoc'/>
|
|
||||||
<ref name='XSLT_STATE_ERROR'/>
|
|
||||||
<ref name='xsltDocument'/>
|
|
||||||
<ref name='xsltAllocateExtra'/>
|
|
||||||
<ref name='XSLT_OUTPUT_TEXT'/>
|
|
||||||
<ref name='XSLT_RUNTIME_EXTRA_LST'/>
|
|
||||||
<ref name='_xsltDecimalFormat'/>
|
|
||||||
<ref name='xsltElemPreCompPtr'/>
|
|
||||||
<ref name='xsltTransformState'/>
|
|
||||||
<ref name='xsltParseTemplateContent'/>
|
|
||||||
<ref name='xsltRuntimeExtraPtr'/>
|
|
||||||
<ref name='xsltTransformContextPtr'/>
|
|
||||||
<ref name='XSLT_FUNC_ATTRIBUTE'/>
|
|
||||||
<ref name='xsltCreateRVT'/>
|
|
||||||
<ref name='xsltParseStylesheetProcess'/>
|
|
||||||
<ref name='XSLT_FUNC_APPLYTEMPLATES'/>
|
|
||||||
<ref name='XSLT_FUNC_WHEN'/>
|
|
||||||
<ref name='xsltFreeStackElemList'/>
|
|
||||||
<ref name='_xsltElemPreComp'/>
|
|
||||||
<ref name='_xsltStylePreComp'/>
|
|
||||||
<ref name='XSLT_FUNC_COPYOF'/>
|
|
||||||
<ref name='XSLT_FUNC_PARAM'/>
|
|
||||||
<ref name='XSLT_FUNC_COMMENT'/>
|
|
||||||
<ref name='XSLT_FUNC_DOCUMENT'/>
|
|
||||||
<ref name='XSLT_FUNC_IF'/>
|
|
||||||
<ref name='_xsltStylesheet'/>
|
|
||||||
<ref name='XSLT_FUNC_PI'/>
|
|
||||||
<ref name='CHECK_STOPPED'/>
|
<ref name='CHECK_STOPPED'/>
|
||||||
<ref name='XSLT_FUNC_TEXT'/>
|
|
||||||
<ref name='xsltStylesheet'/>
|
|
||||||
<ref name='xsltNewStylesheet'/>
|
|
||||||
<ref name='_xsltRuntimeExtra'/>
|
|
||||||
<ref name='xsltParseStylesheetFile'/>
|
|
||||||
<ref name='XSLT_FUNC_VARIABLE'/>
|
|
||||||
<ref name='XSLT_PAT_NO_PRIORITY'/>
|
|
||||||
<ref name='XSLT_RUNTIME_EXTRA_FREE'/>
|
|
||||||
<ref name='xsltStylePreCompPtr'/>
|
|
||||||
<ref name='xsltStackElemPtr'/>
|
|
||||||
<ref name='CHECK_STOPPED0'/>
|
<ref name='CHECK_STOPPED0'/>
|
||||||
<ref name='XSLT_FUNC_VALUEOF'/>
|
|
||||||
<ref name='xsltRegisterPersistRVT'/>
|
|
||||||
<ref name='XSLT_OUTPUT_XML'/>
|
|
||||||
<ref name='xsltDecimalFormatPtr'/>
|
|
||||||
<ref name='XSLT_OUTPUT_HTML'/>
|
|
||||||
<ref name='xsltNumberFormat'/>
|
|
||||||
<ref name='XSLT_FUNC_APPLYIMPORTS'/>
|
|
||||||
<ref name='XSLT_FUNC_FOREACH'/>
|
|
||||||
<ref name='XSLT_FUNC_CHOOSE'/>
|
|
||||||
<ref name='xsltStylePreComp'/>
|
|
||||||
<ref name='XSLT_FUNC_SORT'/>
|
|
||||||
<ref name='xsltIsBlank'/>
|
|
||||||
<ref name='xsltOutputType'/>
|
|
||||||
<ref name='XSLT_STATE_STOPPED'/>
|
|
||||||
<ref name='xsltFormatNumberConversion'/>
|
|
||||||
<ref name='xsltSortFunc'/>
|
|
||||||
<ref name='xsltStylesheetPtr'/>
|
|
||||||
<ref name='XSLT_FUNC_NUMBER'/>
|
|
||||||
<ref name='xsltTemplatePtr'/>
|
|
||||||
<ref name='xsltFreeStylesheet'/>
|
|
||||||
<ref name='xsltStackElem'/>
|
|
||||||
<ref name='xsltParseStylesheetOutput'/>
|
|
||||||
<ref name='XSLT_STATE_OK'/>
|
|
||||||
<ref name='XSLT_FUNC_COPY'/>
|
|
||||||
<ref name='xsltDecimalFormat'/>
|
|
||||||
<ref name='XSLT_FUNC_EXTENSION'/>
|
|
||||||
<ref name='xsltRegisterTmpRVT'/>
|
|
||||||
<ref name='xsltFreeRVTs'/>
|
|
||||||
<ref name='XSLT_RUNTIME_EXTRA'/>
|
|
||||||
<ref name='_xsltTemplate'/>
|
|
||||||
<ref name='xsltAllocateExtraCtxt'/>
|
|
||||||
<ref name='_xsltStackElem'/>
|
|
||||||
<ref name='_xsltTransformContext'/>
|
|
||||||
<ref name='XSLT_MAX_SORT'/>
|
|
||||||
<ref name='xsltDecimalFormatGetByName'/>
|
|
||||||
<ref name='xsltTransformFunction'/>
|
|
||||||
<ref name='xsltDocumentPtr'/>
|
|
||||||
<ref name='xsltStyleType'/>
|
|
||||||
<ref name='xsltParseStylesheetDoc'/>
|
|
||||||
<ref name='CHECK_STOPPEDE'/>
|
<ref name='CHECK_STOPPEDE'/>
|
||||||
<ref name='xsltTemplate'/>
|
<ref name='XSLT_FUNC_APPLYIMPORTS'/>
|
||||||
<ref name='_xsltDocument'/>
|
<ref name='XSLT_FUNC_APPLYTEMPLATES'/>
|
||||||
<ref name='xsltLoadStylesheetPI'/>
|
<ref name='XSLT_FUNC_ATTRIBUTE'/>
|
||||||
<ref name='XSLT_FUNC_CALLTEMPLATE'/>
|
<ref name='XSLT_FUNC_CALLTEMPLATE'/>
|
||||||
|
<ref name='XSLT_FUNC_CHOOSE'/>
|
||||||
|
<ref name='XSLT_FUNC_COMMENT'/>
|
||||||
|
<ref name='XSLT_FUNC_COPY'/>
|
||||||
|
<ref name='XSLT_FUNC_COPYOF'/>
|
||||||
|
<ref name='XSLT_FUNC_DOCUMENT'/>
|
||||||
|
<ref name='XSLT_FUNC_ELEMENT'/>
|
||||||
|
<ref name='XSLT_FUNC_EXTENSION'/>
|
||||||
|
<ref name='XSLT_FUNC_FOREACH'/>
|
||||||
|
<ref name='XSLT_FUNC_IF'/>
|
||||||
|
<ref name='XSLT_FUNC_NUMBER'/>
|
||||||
|
<ref name='XSLT_FUNC_PARAM'/>
|
||||||
|
<ref name='XSLT_FUNC_PI'/>
|
||||||
|
<ref name='XSLT_FUNC_SORT'/>
|
||||||
|
<ref name='XSLT_FUNC_TEXT'/>
|
||||||
|
<ref name='XSLT_FUNC_VALUEOF'/>
|
||||||
|
<ref name='XSLT_FUNC_VARIABLE'/>
|
||||||
|
<ref name='XSLT_FUNC_WHEN'/>
|
||||||
|
<ref name='XSLT_FUNC_WITHPARAM'/>
|
||||||
|
<ref name='XSLT_MAX_SORT'/>
|
||||||
|
<ref name='XSLT_OUTPUT_HTML'/>
|
||||||
|
<ref name='XSLT_OUTPUT_TEXT'/>
|
||||||
|
<ref name='XSLT_OUTPUT_XML'/>
|
||||||
|
<ref name='XSLT_PAT_NO_PRIORITY'/>
|
||||||
|
<ref name='XSLT_RUNTIME_EXTRA'/>
|
||||||
|
<ref name='XSLT_RUNTIME_EXTRA_FREE'/>
|
||||||
|
<ref name='XSLT_RUNTIME_EXTRA_LST'/>
|
||||||
|
<ref name='XSLT_STATE_ERROR'/>
|
||||||
|
<ref name='XSLT_STATE_OK'/>
|
||||||
|
<ref name='XSLT_STATE_STOPPED'/>
|
||||||
|
<ref name='_xsltDecimalFormat'/>
|
||||||
|
<ref name='_xsltDocument'/>
|
||||||
|
<ref name='_xsltElemPreComp'/>
|
||||||
|
<ref name='_xsltRuntimeExtra'/>
|
||||||
|
<ref name='_xsltStackElem'/>
|
||||||
|
<ref name='_xsltStylePreComp'/>
|
||||||
|
<ref name='_xsltStylesheet'/>
|
||||||
|
<ref name='_xsltTemplate'/>
|
||||||
|
<ref name='_xsltTransformContext'/>
|
||||||
|
<ref name='xsltAllocateExtra'/>
|
||||||
|
<ref name='xsltAllocateExtraCtxt'/>
|
||||||
|
<ref name='xsltCreateRVT'/>
|
||||||
|
<ref name='xsltDecimalFormat'/>
|
||||||
|
<ref name='xsltDecimalFormatGetByName'/>
|
||||||
|
<ref name='xsltDecimalFormatPtr'/>
|
||||||
|
<ref name='xsltDocument'/>
|
||||||
|
<ref name='xsltDocumentPtr'/>
|
||||||
|
<ref name='xsltElemPreComp'/>
|
||||||
|
<ref name='xsltElemPreCompDeallocator'/>
|
||||||
|
<ref name='xsltElemPreCompPtr'/>
|
||||||
|
<ref name='xsltFormatNumberConversion'/>
|
||||||
|
<ref name='xsltFreeRVTs'/>
|
||||||
|
<ref name='xsltFreeStackElemList'/>
|
||||||
|
<ref name='xsltFreeStylesheet'/>
|
||||||
|
<ref name='xsltIsBlank'/>
|
||||||
|
<ref name='xsltLoadStylesheetPI'/>
|
||||||
|
<ref name='xsltNewStylesheet'/>
|
||||||
|
<ref name='xsltNumberFormat'/>
|
||||||
|
<ref name='xsltOutputType'/>
|
||||||
|
<ref name='xsltParseStylesheetDoc'/>
|
||||||
|
<ref name='xsltParseStylesheetFile'/>
|
||||||
|
<ref name='xsltParseStylesheetImportedDoc'/>
|
||||||
|
<ref name='xsltParseStylesheetOutput'/>
|
||||||
|
<ref name='xsltParseStylesheetProcess'/>
|
||||||
|
<ref name='xsltParseTemplateContent'/>
|
||||||
|
<ref name='xsltRegisterPersistRVT'/>
|
||||||
|
<ref name='xsltRegisterTmpRVT'/>
|
||||||
|
<ref name='xsltRuntimeExtra'/>
|
||||||
|
<ref name='xsltRuntimeExtraPtr'/>
|
||||||
|
<ref name='xsltSortFunc'/>
|
||||||
|
<ref name='xsltStackElem'/>
|
||||||
|
<ref name='xsltStackElemPtr'/>
|
||||||
|
<ref name='xsltStylePreComp'/>
|
||||||
|
<ref name='xsltStylePreCompPtr'/>
|
||||||
|
<ref name='xsltStyleType'/>
|
||||||
|
<ref name='xsltStylesheet'/>
|
||||||
|
<ref name='xsltStylesheetPtr'/>
|
||||||
|
<ref name='xsltTemplate'/>
|
||||||
|
<ref name='xsltTemplatePtr'/>
|
||||||
|
<ref name='xsltTransformContext'/>
|
||||||
|
<ref name='xsltTransformContextPtr'/>
|
||||||
|
<ref name='xsltTransformFunction'/>
|
||||||
|
<ref name='xsltTransformState'/>
|
||||||
</file>
|
</file>
|
||||||
<file name='xsltexports'>
|
<file name='xsltexports'>
|
||||||
<ref name='LIBXSLT_PUBLIC'/>
|
<ref name='LIBXSLT_PUBLIC'/>
|
||||||
|
<ref name='XSLTCALL'/>
|
||||||
<ref name='XSLTPUBFUN'/>
|
<ref name='XSLTPUBFUN'/>
|
||||||
<ref name='XSLTPUBVAR'/>
|
<ref name='XSLTPUBVAR'/>
|
||||||
<ref name='_REENTRANT'/>
|
<ref name='_REENTRANT'/>
|
||||||
<ref name='XSLTCALL'/>
|
|
||||||
</file>
|
</file>
|
||||||
<file name='xsltutils'>
|
<file name='xsltutils'>
|
||||||
<ref name='IS_XSLT_REAL_NODE'/>
|
|
||||||
<ref name='xsltSaveResultToFile'/>
|
|
||||||
<ref name='XSLT_TRACE_KEYS'/>
|
|
||||||
<ref name='xsltGetUTF8Char'/>
|
|
||||||
<ref name='xslDebugStatus'/>
|
|
||||||
<ref name='xsltSetGenericErrorFunc'/>
|
|
||||||
<ref name='xsltSetDebuggerCallbacks'/>
|
|
||||||
<ref name='xsltSaveResultTo'/>
|
|
||||||
<ref name='IS_XSLT_NAME'/>
|
|
||||||
<ref name='xsltGenericDebug'/>
|
|
||||||
<ref name='XSLT_DEBUG_NEXT'/>
|
|
||||||
<ref name='XSLT_TRACE_COPY_OF'/>
|
|
||||||
<ref name='XSLT_TRACE_COPY'/>
|
|
||||||
<ref name='xslAddCall'/>
|
|
||||||
<ref name='XSLT_DEBUG_STEPOUT'/>
|
|
||||||
<ref name='XSLT_DEBUG_RUN'/>
|
|
||||||
<ref name='xsltDocumentSortFunction'/>
|
|
||||||
<ref name='xsltTransformError'/>
|
|
||||||
<ref name='xsltComputeSortResult'/>
|
|
||||||
<ref name='xsltSetTransformErrorFunc'/>
|
|
||||||
<ref name='xsltPrintErrorContext'/>
|
|
||||||
<ref name='XSLT_TRACE_ALL'/>
|
|
||||||
<ref name='xsltDefaultSortFunction'/>
|
|
||||||
<ref name='XSLT_TRACE_APPLY_TEMPLATES'/>
|
|
||||||
<ref name='xsltSaveResultToFd'/>
|
|
||||||
<ref name='xsltSaveProfiling'/>
|
|
||||||
<ref name='XSLT_TRACE_CHOOSE'/>
|
|
||||||
<ref name='XSLT_DEBUG_INIT'/>
|
|
||||||
<ref name='xsltDebugStatusCodes'/>
|
|
||||||
<ref name='xsltGenericErrorContext'/>
|
|
||||||
<ref name='IS_XSLT_ELEM'/>
|
<ref name='IS_XSLT_ELEM'/>
|
||||||
|
<ref name='IS_XSLT_NAME'/>
|
||||||
|
<ref name='IS_XSLT_REAL_NODE'/>
|
||||||
|
<ref name='XSLT_DEBUG_CONT'/>
|
||||||
|
<ref name='XSLT_DEBUG_INIT'/>
|
||||||
|
<ref name='XSLT_DEBUG_NEXT'/>
|
||||||
|
<ref name='XSLT_DEBUG_NONE'/>
|
||||||
|
<ref name='XSLT_DEBUG_QUIT'/>
|
||||||
|
<ref name='XSLT_DEBUG_RUN'/>
|
||||||
<ref name='XSLT_DEBUG_RUN_RESTART'/>
|
<ref name='XSLT_DEBUG_RUN_RESTART'/>
|
||||||
<ref name='xsltGetQNameURI'/>
|
<ref name='XSLT_DEBUG_STEP'/>
|
||||||
|
<ref name='XSLT_DEBUG_STEPOUT'/>
|
||||||
|
<ref name='XSLT_DEBUG_STOP'/>
|
||||||
|
<ref name='XSLT_STRANGE'/>
|
||||||
|
<ref name='XSLT_TIMESTAMP_TICS_PER_SEC'/>
|
||||||
|
<ref name='XSLT_TODO'/>
|
||||||
|
<ref name='XSLT_TRACE'/>
|
||||||
|
<ref name='XSLT_TRACE_ALL'/>
|
||||||
|
<ref name='XSLT_TRACE_APPLY_TEMPLATE'/>
|
||||||
|
<ref name='XSLT_TRACE_APPLY_TEMPLATES'/>
|
||||||
|
<ref name='XSLT_TRACE_CALL_TEMPLATE'/>
|
||||||
|
<ref name='XSLT_TRACE_CHOOSE'/>
|
||||||
|
<ref name='XSLT_TRACE_COMMENT'/>
|
||||||
|
<ref name='XSLT_TRACE_COPY'/>
|
||||||
|
<ref name='XSLT_TRACE_COPY_OF'/>
|
||||||
|
<ref name='XSLT_TRACE_COPY_TEXT'/>
|
||||||
|
<ref name='XSLT_TRACE_FOR_EACH'/>
|
||||||
|
<ref name='XSLT_TRACE_IF'/>
|
||||||
|
<ref name='XSLT_TRACE_KEYS'/>
|
||||||
|
<ref name='XSLT_TRACE_NONE'/>
|
||||||
|
<ref name='XSLT_TRACE_PI'/>
|
||||||
|
<ref name='XSLT_TRACE_PROCESS_NODE'/>
|
||||||
|
<ref name='XSLT_TRACE_STRIP_SPACES'/>
|
||||||
|
<ref name='XSLT_TRACE_TEMPLATES'/>
|
||||||
|
<ref name='XSLT_TRACE_VALUE_OF'/>
|
||||||
|
<ref name='XSLT_TRACE_VARIABLES'/>
|
||||||
|
<ref name='xslAddCall'/>
|
||||||
|
<ref name='xslDebugStatus'/>
|
||||||
|
<ref name='xslDropCall'/>
|
||||||
<ref name='xsltAddCallCallback'/>
|
<ref name='xsltAddCallCallback'/>
|
||||||
<ref name='xsltCalibrateAdjust'/>
|
<ref name='xsltCalibrateAdjust'/>
|
||||||
<ref name='XSLT_TODO'/>
|
<ref name='xsltComputeSortResult'/>
|
||||||
<ref name='xsltSaveResultToString'/>
|
|
||||||
<ref name='xsltHandleDebuggerCallback'/>
|
|
||||||
<ref name='xsltDoSortFunction'/>
|
|
||||||
<ref name='XSLT_TRACE_CALL_TEMPLATE'/>
|
|
||||||
<ref name='xsltDebugGetDefaultTrace'/>
|
<ref name='xsltDebugGetDefaultTrace'/>
|
||||||
<ref name='xsltMessage'/>
|
|
||||||
<ref name='xsltGetDebuggerStatus'/>
|
|
||||||
<ref name='xsltTimestamp'/>
|
|
||||||
<ref name='XSLT_TRACE_PROCESS_NODE'/>
|
|
||||||
<ref name='XSLT_TRACE_COPY_TEXT'/>
|
|
||||||
<ref name='XSLT_TRACE_APPLY_TEMPLATE'/>
|
|
||||||
<ref name='xsltSetCtxtSortFunc'/>
|
|
||||||
<ref name='XSLT_DEBUG_CONT'/>
|
|
||||||
<ref name='XSLT_TRACE_VALUE_OF'/>
|
|
||||||
<ref name='XSLT_DEBUG_STEP'/>
|
|
||||||
<ref name='xsltSetGenericDebugFunc'/>
|
|
||||||
<ref name='xsltGetNsProp'/>
|
|
||||||
<ref name='xsltDebugSetDefaultTrace'/>
|
<ref name='xsltDebugSetDefaultTrace'/>
|
||||||
<ref name='xsltDropCallCallback'/>
|
<ref name='xsltDebugStatusCodes'/>
|
||||||
<ref name='xsltGenericError'/>
|
|
||||||
<ref name='xsltSaveResultToFilename'/>
|
|
||||||
<ref name='XSLT_TRACE_STRIP_SPACES'/>
|
|
||||||
<ref name='xsltDebugTraceCodes'/>
|
<ref name='xsltDebugTraceCodes'/>
|
||||||
<ref name='XSLT_STRANGE'/>
|
<ref name='xsltDefaultSortFunction'/>
|
||||||
|
<ref name='xsltDoSortFunction'/>
|
||||||
|
<ref name='xsltDocumentSortFunction'/>
|
||||||
|
<ref name='xsltDropCallCallback'/>
|
||||||
|
<ref name='xsltGenericDebug'/>
|
||||||
<ref name='xsltGenericDebugContext'/>
|
<ref name='xsltGenericDebugContext'/>
|
||||||
<ref name='XSLT_DEBUG_STOP'/>
|
<ref name='xsltGenericError'/>
|
||||||
<ref name='XSLT_TRACE_FOR_EACH'/>
|
<ref name='xsltGenericErrorContext'/>
|
||||||
|
<ref name='xsltGetDebuggerStatus'/>
|
||||||
|
<ref name='xsltGetNsProp'/>
|
||||||
<ref name='xsltGetProfileInformation'/>
|
<ref name='xsltGetProfileInformation'/>
|
||||||
<ref name='XSLT_TRACE_IF'/>
|
<ref name='xsltGetQNameURI'/>
|
||||||
<ref name='XSLT_TRACE_NONE'/>
|
<ref name='xsltGetUTF8Char'/>
|
||||||
|
<ref name='xsltHandleDebuggerCallback'/>
|
||||||
|
<ref name='xsltMessage'/>
|
||||||
|
<ref name='xsltPrintErrorContext'/>
|
||||||
|
<ref name='xsltSaveProfiling'/>
|
||||||
|
<ref name='xsltSaveResultTo'/>
|
||||||
|
<ref name='xsltSaveResultToFd'/>
|
||||||
|
<ref name='xsltSaveResultToFile'/>
|
||||||
|
<ref name='xsltSaveResultToFilename'/>
|
||||||
|
<ref name='xsltSaveResultToString'/>
|
||||||
<ref name='xsltSetCtxtParseOptions'/>
|
<ref name='xsltSetCtxtParseOptions'/>
|
||||||
|
<ref name='xsltSetCtxtSortFunc'/>
|
||||||
|
<ref name='xsltSetDebuggerCallbacks'/>
|
||||||
<ref name='xsltSetDebuggerStatus'/>
|
<ref name='xsltSetDebuggerStatus'/>
|
||||||
<ref name='XSLT_TRACE_TEMPLATES'/>
|
<ref name='xsltSetGenericDebugFunc'/>
|
||||||
|
<ref name='xsltSetGenericErrorFunc'/>
|
||||||
<ref name='xsltSetSortFunc'/>
|
<ref name='xsltSetSortFunc'/>
|
||||||
<ref name='XSLT_DEBUG_NONE'/>
|
<ref name='xsltSetTransformErrorFunc'/>
|
||||||
<ref name='XSLT_TRACE_PI'/>
|
<ref name='xsltTimestamp'/>
|
||||||
<ref name='XSLT_TRACE_COMMENT'/>
|
<ref name='xsltTransformError'/>
|
||||||
<ref name='XSLT_TRACE_VARIABLES'/>
|
|
||||||
<ref name='XSLT_DEBUG_QUIT'/>
|
|
||||||
<ref name='XSLT_TIMESTAMP_TICS_PER_SEC'/>
|
|
||||||
<ref name='xslDropCall'/>
|
|
||||||
<ref name='XSLT_TRACE'/>
|
|
||||||
</file>
|
</file>
|
||||||
</files>
|
</files>
|
||||||
<index>
|
<index>
|
||||||
|
Reference in New Issue
Block a user