/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode */ #ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode #define _Included_org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode #ifdef __cplusplus extern "C" { #endif /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeGetChildAt * Signature: (II)I */ JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeGetChildAt (JNIEnv *, jobject, jint, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeGetChildCount * Signature: (I)I */ JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeGetChildCount (JNIEnv *, jobject, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeGetIndex * Signature: (II)I */ JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeGetIndex (JNIEnv *, jobject, jint, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeInsertElementAt * Signature: (III)V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeInsertElementAt (JNIEnv *, jobject, jint, jint, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeIsContainer * Signature: (I)Z */ JNIEXPORT jboolean JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeIsContainer (JNIEnv *, jobject, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeIsLeaf * Signature: (I)Z */ JNIEXPORT jboolean JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeIsLeaf (JNIEnv *, jobject, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_RDFTreeNode * Method: nativeToString * Signature: (I)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_org_mozilla_webclient_wrapper_1native_RDFTreeNode_nativeToString (JNIEnv *, jobject, jint); #ifdef __cplusplus } #endif #endif