Annotation of win32/gnome/libxslt-x.x.x/libxslt/preproc.h, revision 1.2

1.1       paf         1: /*
                      2:  * preproc.h: precomputing data interfaces
                      3:  *
                      4:  * See Copyright for the status of this software.
                      5:  *
                      6:  * daniel@veillard.com
                      7:  */
                      8: 
                      9: #ifndef __XML_XSLT_PRECOMP_H__
                     10: #define __XML_XSLT_PRECOMP_H__
                     11: 
                     12: #include <libxml/tree.h>
                     13: #include "xsltInternals.h"
                     14: 
                     15: #ifdef __cplusplus
                     16: extern "C" {
                     17: #endif
                     18: 
                     19: /*
                     20:  * Interfaces
                     21:  */
                     22: extern const xmlChar *xsltExtMarker;
                     23: 
1.2     ! paf        24: xsltElemPreCompPtr xsltDocumentComp    (xsltStylesheetPtr style,
1.1       paf        25:                                         xmlNodePtr inst,
                     26:                                         xsltTransformFunction function);
                     27: 
                     28: void           xsltStylePreCompute     (xsltStylesheetPtr style,
                     29:                                         xmlNodePtr inst);
                     30: void           xsltFreeStylePreComps   (xsltStylesheetPtr style);
                     31: #ifdef __cplusplus
                     32: }
                     33: #endif
                     34: 
                     35: #endif /* __XML_XSLT_PRECOMP_H__ */
                     36: 

E-mail: