|
Use
the unmarshall(org.xml.sax.InputSource source) method of an Unmarshaller.
Create an InputStream from your String, see java.io.ByteArrayInputStream or any
other way of creating an InputStream from a String. Use this InputStream
to create your InputSource.
--m
|
- [castor-dev] Unmarshall a xml stream Rangan N Chakravarthy
- Re: [castor-dev] Unmarshall a xml stream Mike Thompson
- Re: [castor-dev] Unmarshall a xml stream Keith Visco
- Re: [castor-dev] Unmarshall a xml strea... Scott Venter
- Re: [castor-dev] Unmarshall a xml s... Keith Visco
