Annotation of win32/gnome/libxslt-x.x.x/libxslt/preproc.h, revision 1.1
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:
! 24: xsltElemPreCompPtr
! 25: xsltDocumentComp (xsltStylesheetPtr style,
! 26: xmlNodePtr inst,
! 27: xsltTransformFunction function);
! 28:
! 29: void xsltStylePreCompute (xsltStylesheetPtr style,
! 30: xmlNodePtr inst);
! 31: void xsltFreeStylePreComps (xsltStylesheetPtr style);
! 32: #ifdef __cplusplus
! 33: }
! 34: #endif
! 35:
! 36: #endif /* __XML_XSLT_PRECOMP_H__ */
! 37:
E-mail: