Missing native method for GnomeXPathNSResolver.lookupNamespaceURI()

Mark Wielaard <[email protected]>
Newsgroups gmane.comp.java.classpath.extensions.xml
Message-ID <[email protected]>
I am integrating libxmlj into GNU Classpath and came across the
following:

        cd ../../../classpath && scripts/check_jni_methods.sh
        Found a problem with the JNI methods declared and implemented.
        (-) missing in implementation, (+) missing in header files
        -Java_gnu_xml_libxmlj_dom_GnomeXPathNSResolver_lookupNamespaceURI
        make[3]: *** [all-local] Error 1

That is a nice script from Michael Koch that points out missing or
misspelled JNI methods.

Could this simply be solved by the following patch (since we already
have a GnomeDocument and GnomeNode.lookupNamespaceURI() is implemented)?
Or does that have different semantics?

--- source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java        3 Sep 2004 11:33:18 -0000       1.3
+++ source/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java        27 Dec 2004 22:39:00 -0000
@@ -57,9 +57,6 @@

   public String lookupNamespaceURI (String prefix)
   {
-    return lookupNamespaceURI (doc, prefix);
+    return doc.lookupNamespaceURI (prefix);
   }
-
-  private native String lookupNamespaceURI (GnomeDocument doc, String prefix);
-
 }

_______________________________________________
Classpathx-xml mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpathx-xml
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBB0I+fxVhZCJWr9QwRAv/qAJ9J9BGD2SK7K/NiqbbLrer33WBqHACeKmwv
cL1Qtg3dXc/p8IMcIg08/EM=
=VRQJ
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.