Implement the bridge to call Tatoo from java. Very slow at the moment.
[tatoo.git] / src / bindings / java / fxslt_memory_TatooEngine.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class fxslt_memory_TatooEngine */
4
5 #ifndef _Included_fxslt_memory_TatooEngine
6 #define _Included_fxslt_memory_TatooEngine
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     fxslt_memory_TatooEngine
12  * Method:    unregister
13  * Signature: (J)V
14  */
15 JNIEXPORT void JNICALL Java_fxslt_memory_TatooEngine_unregister
16   (JNIEnv *, jclass, jlong);
17
18 /*
19  * Class:     fxslt_memory_TatooEngine
20  * Method:    init_document
21  * Signature: (Lorg/w3c/dom/Document;I)Lfxslt/memory/TatooEngine/CustomBlock;
22  */
23 JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_init_1document
24   (JNIEnv *, jclass, jobject, jint);
25
26 /*
27  * Class:     fxslt_memory_TatooEngine
28  * Method:    compile
29  * Signature: (Ljava/lang/String;)Lfxslt/memory/TatooEngine/CustomBlock;
30  */
31 JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_compile
32   (JNIEnv *, jclass, jstring);
33
34 /*
35  * Class:     fxslt_memory_TatooEngine
36  * Method:    evaluate
37  * Signature: (Lfxslt/memory/TatooEngine/CustomBlock;Lfxslt/memory/TatooEngine/CustomBlock;Lorg/w3c/dom/NodeList;)Lorg/w3c/dom/NodeList;
38  */
39 JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_evaluate
40   (JNIEnv *, jclass, jobject, jobject, jobject);
41
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif