Hello!
InputSource class have the only String constructor
and that String is supposed to be system id (URI), for example, file
name.
See http://www.saxproject.org/apidoc/org/xml/sax/InputSource.html for
more info.
If you
want to create InputSource from serialized xml you need something like
new
InputSource(new StringReader(src))
---
|
- runtime ExceptionInInitializerError: first steps Massimiliano Cuccia
- Re: runtime ExceptionInInitializerError: first st... Oleg Tkachenko
- Re: runtime ExceptionInInitializerError: firs... Massimiliano Cuccia
- Re: runtime ExceptionInInitializerError: ... Oleg Tkachenko
- Re: runtime ExceptionInInitializerErr... Massimiliano Cuccia
- Re: runtime ExceptionInInitializ... Oleg Tkachenko
- Re: runtime ExceptionInIniti... Massimiliano Cuccia
- Re: runtime ExceptionInInitializerError: first st... J.Pietschmann
- Re: runtime ExceptionInInitializerError: firs... Massimiliano Cuccia
- Re: runtime ExceptionInInitializerError: first st... Joerg Pietschmann