mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
39 lines
1018 B
C
39 lines
1018 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_mozilla_dom_ProcessingInstructionImpl */
|
|
|
|
#ifndef _Included_org_mozilla_dom_ProcessingInstructionImpl
|
|
#define _Included_org_mozilla_dom_ProcessingInstructionImpl
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_ProcessingInstructionImpl
|
|
* Method: getData
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_ProcessingInstructionImpl_getData
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_ProcessingInstructionImpl
|
|
* Method: getTarget
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_ProcessingInstructionImpl_getTarget
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_ProcessingInstructionImpl
|
|
* Method: setData
|
|
* Signature: (Ljava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_dom_ProcessingInstructionImpl_setData
|
|
(JNIEnv *, jobject, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|