mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
39 lines
904 B
C
39 lines
904 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class org_mozilla_dom_EntityImpl */
|
||
|
|
||
|
#ifndef _Included_org_mozilla_dom_EntityImpl
|
||
|
#define _Included_org_mozilla_dom_EntityImpl
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/*
|
||
|
* Class: org_mozilla_dom_EntityImpl
|
||
|
* Method: getNotationName
|
||
|
* Signature: ()Ljava/lang/String;
|
||
|
*/
|
||
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_EntityImpl_getNotationName
|
||
|
(JNIEnv *, jobject);
|
||
|
|
||
|
/*
|
||
|
* Class: org_mozilla_dom_EntityImpl
|
||
|
* Method: getPublicId
|
||
|
* Signature: ()Ljava/lang/String;
|
||
|
*/
|
||
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_EntityImpl_getPublicId
|
||
|
(JNIEnv *, jobject);
|
||
|
|
||
|
/*
|
||
|
* Class: org_mozilla_dom_EntityImpl
|
||
|
* Method: getSystemId
|
||
|
* Signature: ()Ljava/lang/String;
|
||
|
*/
|
||
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_EntityImpl_getSystemId
|
||
|
(JNIEnv *, jobject);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|