Mozilla/mozilla/java/dom/jni/org_mozilla_dom_TextImpl.h
akhil.arora%sun.com 10d25b3cb8 initial check-in of the java dom api (not part of regular build)
git-svn-id: svn://10.0.0.236/trunk@42384 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 00:28:53 +00:00

30 lines
655 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_mozilla_dom_TextImpl */
#ifndef _Included_org_mozilla_dom_TextImpl
#define _Included_org_mozilla_dom_TextImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_mozilla_dom_TextImpl
* Method: finalize
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_mozilla_dom_TextImpl_finalize
(JNIEnv *, jobject);
/*
* Class: org_mozilla_dom_TextImpl
* Method: splitText
* Signature: (I)Lorg/w3c/dom/Text;
*/
JNIEXPORT jobject JNICALL Java_org_mozilla_dom_TextImpl_splitText
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif