Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: Java SAX parser. How to get the raw XML code of the currently parsing event >Thread Next - Re: Java SAX parser. How to get the raw XML code of the currently parsing event Re: Java SAX parser. How to get the raw XML code of the currently parsing eventTo: NULL Date: 7/3/2008 10:35:00 AM > Socket -> InputStreamReader -> BufferedReader -> InputSource -> then > it goes to .parse(InputSource)....of the SAX. > > What node on this chain can be cloned so I can read the data two > times.....once for the parser, once for my debugging log. I'd suggest dealing with it at the Java level. Find or write a "wrapper" reader implementation which saves a copy of the data passing through it off to a data structure or scratch file for rereading, or perhaps which writes the data direct to your log as it passes through. Plug that in somewhere between the InputStreamReader and the InputSource -- whether upstream, downstream, or in place of the BufferedReader depends on the details of how this tee adapter is written. | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
