/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_mozilla_dom_DocumentImpl */ #ifndef _Included_org_mozilla_dom_DocumentImpl #define _Included_org_mozilla_dom_DocumentImpl #ifdef __cplusplus extern "C" { #endif /* Inaccessible static: javaDOMlisteners */ /* * Class: org_mozilla_dom_DocumentImpl * Method: createAttribute * Signature: (Ljava/lang/String;)Lorg/w3c/dom/Attr; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createAttribute (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createCDATASection * Signature: (Ljava/lang/String;)Lorg/w3c/dom/CDATASection; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createCDATASection (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createComment * Signature: (Ljava/lang/String;)Lorg/w3c/dom/Comment; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createComment (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createDocumentFragment * Signature: ()Lorg/w3c/dom/DocumentFragment; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createDocumentFragment (JNIEnv *, jobject); /* * Class: org_mozilla_dom_DocumentImpl * Method: createElement * Signature: (Ljava/lang/String;)Lorg/w3c/dom/Element; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createElement (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createEntityReference * Signature: (Ljava/lang/String;)Lorg/w3c/dom/EntityReference; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createEntityReference (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createProcessingInstruction * Signature: (Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createProcessingInstruction (JNIEnv *, jobject, jstring, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: createTextNode * Signature: (Ljava/lang/String;)Lorg/w3c/dom/Text; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_createTextNode (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: getDoctype * Signature: ()Lorg/w3c/dom/DocumentType; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_getDoctype (JNIEnv *, jobject); /* * Class: org_mozilla_dom_DocumentImpl * Method: getDocumentElement * Signature: ()Lorg/w3c/dom/Element; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_getDocumentElement (JNIEnv *, jobject); /* * Class: org_mozilla_dom_DocumentImpl * Method: getElementsByTagName * Signature: (Ljava/lang/String;)Lorg/w3c/dom/NodeList; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_getElementsByTagName (JNIEnv *, jobject, jstring); /* * Class: org_mozilla_dom_DocumentImpl * Method: getImplementation * Signature: ()Lorg/w3c/dom/DOMImplementation; */ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_DocumentImpl_getImplementation (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif