diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:02 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:02 +0900 |
commit | aee72dbc8a3bc08ead76cb808ffa332aa413f2d7 (patch) | |
tree | 14ed1a05c3f7c738934b3381991948def269b7e4 /doc/devhelp/libxslt-preproc.html | |
parent | 478150ad4e1d828cd9a7e500314d1dd2a273b73e (diff) | |
download | libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.tar.gz libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.tar.bz2 libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.zip |
Imported Upstream version 1.1.35upstream/1.1.35
Diffstat (limited to 'doc/devhelp/libxslt-preproc.html')
-rw-r--r-- | doc/devhelp/libxslt-preproc.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/devhelp/libxslt-preproc.html b/doc/devhelp/libxslt-preproc.html new file mode 100644 index 00000000..93dd848b --- /dev/null +++ b/doc/devhelp/libxslt-preproc.html @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <title>preproc: precomputing stylesheets</title> + <meta name="generator" content="Libxml2 devhelp stylesheet"/> + <link rel="start" href="index.html" title="libxslt Reference Manual"/> + <link rel="up" href="general.html" title="API"/> + <link rel="stylesheet" href="style.css" type="text/css"/> + <link rel="chapter" href="general.html" title="API"/> + </head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> + <tr valign="middle"> + <td> + <a accesskey="p" href="libxslt-pattern.html"> + <img src="left.png" width="24" height="24" border="0" alt="Prev"/> + </a> + </td> + <td> + <a accesskey="u" href="general.html"> + <img src="up.png" width="24" height="24" border="0" alt="Up"/> + </a> + </td> + <td> + <a accesskey="h" href="index.html"> + <img src="home.png" width="24" height="24" border="0" alt="Home"/> + </a> + </td> + <td> + <a accesskey="n" href="libxslt-security.html"> + <img src="right.png" width="24" height="24" border="0" alt="Next"/> + </a> + </td> + <th width="100%" align="center">libxslt Reference Manual</th> + </tr> + </table> + <h2> + <span class="refentrytitle">preproc</span> + </h2> + <p>preproc - precomputing stylesheets</p> + <p>this is the compilation phase, where most of the stylesheet is "compiled" into faster to use data. </p> + <p>Author(s): Daniel Veillard </p> + <div class="refsynopsisdiv"> + <h2>Synopsis</h2> + <pre class="synopsis">void <a href="#xsltFreeStylePreComps">xsltFreeStylePreComps</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style); +<a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> <a href="#xsltDocumentComp">xsltDocumentComp</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function); +void <a href="#xsltStylePreCompute">xsltStylePreCompute</a> (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst); +</pre> + </div> + <div class="refsect1" lang="en"> + <h2>Description</h2> + </div> + <div class="refsect1" lang="en"> + <h2>Details</h2> + <div class="refsect2" lang="en"> + <div class="refsect2" lang="en"><h3><a name="xsltExtMarker">Variable </a>xsltExtMarker</h3><pre class="programlisting">const xmlChar * xsltExtMarker; +</pre><p/> +</div> + <hr/> + <div class="refsect2" lang="en"><h3><a name="xsltDocumentComp"/>xsltDocumentComp ()</h3><pre class="programlisting"><a href="libxslt-xsltInternals.html#xsltElemPreCompPtr">xsltElemPreCompPtr</a> xsltDocumentComp (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst, <br/> <a href="libxslt-xsltInternals.html#xsltTransformFunction">xsltTransformFunction</a> function)<br/> +</pre><p>Pre process an XSLT-1.1 document element</p> +<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>style</tt></i>:</span></td><td>the XSLT stylesheet</td></tr><tr><td><span class="term"><i><tt>inst</tt></i>:</span></td><td>the instruction in the stylesheet</td></tr><tr><td><span class="term"><i><tt>function</tt></i>:</span></td><td>unused</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a precompiled data structure for the element</td></tr></tbody></table></div></div> + <hr/> + <div class="refsect2" lang="en"><h3><a name="xsltFreeStylePreComps"/>xsltFreeStylePreComps ()</h3><pre class="programlisting">void xsltFreeStylePreComps (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style)<br/> +</pre><p>Free up the memory allocated by all precomputed blocks</p> +<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>style</tt></i>:</span></td><td>an XSLT transformation context</td></tr></tbody></table></div></div> + <hr/> + <div class="refsect2" lang="en"><h3><a name="xsltStylePreCompute"/>xsltStylePreCompute ()</h3><pre class="programlisting">void xsltStylePreCompute (<a href="libxslt-xsltInternals.html#xsltStylesheetPtr">xsltStylesheetPtr</a> style, <br/> xmlNodePtr inst)<br/> +</pre><p>Precompute an XSLT stylesheet element</p> +<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>style</tt></i>:</span></td><td>the XSLT stylesheet</td></tr><tr><td><span class="term"><i><tt>inst</tt></i>:</span></td><td>the instruction in the stylesheet</td></tr></tbody></table></div></div> + <hr/> + </div> + </div> + </body> +</html> |