Mozilla/mozilla/java/dom/jni/org_mozilla_dom_EntityImpl.h
akhil.arora%sun.com 419d2df4df 1. Keep up with interface change in nsIDocumentLoaderObserver.
2. Fix lots of bugs.
3. Implement Entities and Notations.


git-svn-id: svn://10.0.0.236/trunk@44160 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-23 19:27:48 +00:00

46 lines
1.1 KiB
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: finalize
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_mozilla_dom_EntityImpl_finalize
(JNIEnv *, jobject);
/*
* 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