X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fbindings%2Fjava%2Ffxslt_memory_TatooEngine.h;fp=src%2Fbindings%2Fjava%2Ffxslt_memory_TatooEngine.h;h=378e0e3801f54755d9129cdf873a28f3ebd00055;hp=0000000000000000000000000000000000000000;hb=33cc91c072d0c3ee3f17911f6484a24f55a3408b;hpb=a089738aa464521c0ae79944eb00fc147cc37ac9 diff --git a/src/bindings/java/fxslt_memory_TatooEngine.h b/src/bindings/java/fxslt_memory_TatooEngine.h new file mode 100644 index 0000000..378e0e3 --- /dev/null +++ b/src/bindings/java/fxslt_memory_TatooEngine.h @@ -0,0 +1,45 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class fxslt_memory_TatooEngine */ + +#ifndef _Included_fxslt_memory_TatooEngine +#define _Included_fxslt_memory_TatooEngine +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: fxslt_memory_TatooEngine + * Method: unregister + * Signature: (J)V + */ +JNIEXPORT void JNICALL Java_fxslt_memory_TatooEngine_unregister + (JNIEnv *, jclass, jlong); + +/* + * Class: fxslt_memory_TatooEngine + * Method: init_document + * Signature: (Lorg/w3c/dom/Document;I)Lfxslt/memory/TatooEngine/CustomBlock; + */ +JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_init_1document + (JNIEnv *, jclass, jobject, jint); + +/* + * Class: fxslt_memory_TatooEngine + * Method: compile + * Signature: (Ljava/lang/String;)Lfxslt/memory/TatooEngine/CustomBlock; + */ +JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_compile + (JNIEnv *, jclass, jstring); + +/* + * Class: fxslt_memory_TatooEngine + * Method: evaluate + * Signature: (Lfxslt/memory/TatooEngine/CustomBlock;Lfxslt/memory/TatooEngine/CustomBlock;Lorg/w3c/dom/NodeList;)Lorg/w3c/dom/NodeList; + */ +JNIEXPORT jobject JNICALL Java_fxslt_memory_TatooEngine_evaluate + (JNIEnv *, jclass, jobject, jobject, jobject); + +#ifdef __cplusplus +} +#endif +#endif