gnu_xml_libxmlj_dom_GnomeEntity.h 582 B

12345678910111213141516171819202122
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. #ifndef __gnu_xml_libxmlj_dom_GnomeEntity__
  4. #define __gnu_xml_libxmlj_dom_GnomeEntity__
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeEntity_getPublicId (JNIEnv *env, jobject);
  10. JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeEntity_getSystemId (JNIEnv *env, jobject);
  11. JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeEntity_getNotationName (JNIEnv *env, jobject);
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* __gnu_xml_libxmlj_dom_GnomeEntity__ */