/libjava/classpath/include/gnu_xml_libxmlj_dom_GnomeXPathResult.h

https://bitbucket.org/pizzafactory/pf-gcc · C Header · 28 lines · 21 code · 6 blank · 1 comment · 0 complexity · 2c8d98f0f7b89d7b2e517db900e049b9 MD5 · raw file

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. #ifndef __gnu_xml_libxmlj_dom_GnomeXPathResult__
  4. #define __gnu_xml_libxmlj_dom_GnomeXPathResult__
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. JNIEXPORT void JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_free (JNIEnv *env, jobject, jobject);
  10. JNIEXPORT jshort JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getResultType (JNIEnv *env, jobject);
  11. JNIEXPORT jdouble JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getNumberValue (JNIEnv *env, jobject);
  12. JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getStringValue (JNIEnv *env, jobject);
  13. JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getBooleanValue (JNIEnv *env, jobject);
  14. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getSingleNodeValue (JNIEnv *env, jobject);
  15. JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getInvalidIteratorState (JNIEnv *env, jobject);
  16. JNIEXPORT jint JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getSnapshotLength (JNIEnv *env, jobject);
  17. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_iterateNext (JNIEnv *env, jobject);
  18. JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_snapshotItem (JNIEnv *env, jobject, jint);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif /* __gnu_xml_libxmlj_dom_GnomeXPathResult__ */