This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
Scheme string to Java char[]?
- From: "Hoehle, Joerg-Cyril" <Joerg-Cyril dot Hoehle at t-systems dot com>
- To: kawa at sources dot redhat dot com
- Date: Fri, 17 May 2002 16:38:14 +0200
- Subject: Scheme string to Java char[]?
Hi,
I figured out that it would suffice to create a Java char[] object to be able to invoke the XMLParser
http://www.gnu.org/software/kawa/api/gnu/xml/XMLParser.html
on an internal string instead of a URL. XMLParser fetches the document from the URL anyway and calls XMLParser(on char[] ...) internally.
I tried creating instances of <byte[]> or <char[]>, :: type indications but only got various error messages.
This sounds like a pure Java question?
Regards,
Jörg Höhle.