This class is used to work around problems like multi-rooted xml documents
with more than one declarations. If this class is used to omit XML
declarations then it will skip ANY xml declaration from the stream. This
class handles the BOM char if the reader this class is initialized with is
properly decoded.
Since:
TDI 7.0
Field Summary
Fields inherited from class java.io.Reader
lock
Constructor Summary
TDIReaderProxy(java.io.Reader reader,
boolean omitXML)
This is a wrapper of the StreamReader.