summaryrefslogtreecommitdiff
path: root/include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-12-29 21:39:35 +0000
committerMark Wielaard <mark@klomp.org>2004-12-29 21:39:35 +0000
commit4ce3a29bc0cd0364b7ceb2552a93ae99968f6229 (patch)
tree5d26bf2eb32a1b81b584209c0d3a391644880a96 /include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h
parent78a343044456c8f47d8d73065441cd16b4a13f98 (diff)
downloadclasspath-4ce3a29bc0cd0364b7ceb2552a93ae99968f6229.tar.gz
* configure.ac: Add --enable-xmlj option. Check for libxml2 and
libxslt libraries when enabled. Add native/jni/xmlj/Makefile. * gnu/xml/libxmlj/*: New files. * include/Makefile.am: Add XMLJ_H_FILES. Group awt gtk peer headers under GTKPEER_H_FILES. Generate new headers. * include/gnu_xml_libxmlj_*.h: New generated files. * native/jni/Makefile.am: Conditionally add xmlj dir. * native/jni/xmlj/*: New files.
Diffstat (limited to 'include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h')
-rw-r--r--include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h b/include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h
new file mode 100644
index 000000000..d55edbaf7
--- /dev/null
+++ b/include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h
@@ -0,0 +1,26 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __gnu_xml_libxmlj_dom_GnomeNamedNodeMap__
+#define __gnu_xml_libxmlj_dom_GnomeNamedNodeMap__
+
+#include <jni.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_getNamedItem (JNIEnv *env, jobject, jstring);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_setNamedItem (JNIEnv *env, jobject, jobject);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_removeNamedItem (JNIEnv *env, jobject, jstring);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_item (JNIEnv *env, jobject, jint);
+JNIEXPORT jint JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_getLength (JNIEnv *env, jobject);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_getNamedItemNS (JNIEnv *env, jobject, jstring, jstring);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_setNamedItemNS (JNIEnv *env, jobject, jobject);
+JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeNamedNodeMap_removeNamedItemNS (JNIEnv *env, jobject, jstring, jstring);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __gnu_xml_libxmlj_dom_GnomeNamedNodeMap__ */