mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
46 lines
1.0 KiB
C
46 lines
1.0 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_mozilla_dom_AttrImpl */
|
|
|
|
#ifndef _Included_org_mozilla_dom_AttrImpl
|
|
#define _Included_org_mozilla_dom_AttrImpl
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_mozilla_dom_AttrImpl
|
|
* Method: getName
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_AttrImpl_getName
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_AttrImpl
|
|
* Method: getSpecified
|
|
* Signature: ()Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_mozilla_dom_AttrImpl_getSpecified
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_AttrImpl
|
|
* Method: getValue
|
|
* Signature: ()Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_org_mozilla_dom_AttrImpl_getValue
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_dom_AttrImpl
|
|
* Method: setValue
|
|
* Signature: (Ljava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_dom_AttrImpl_setValue
|
|
(JNIEnv *, jobject, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|