/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* 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