From: Daniel Lidström on
Hello!

I was browsing through the XmlTextReader code when I saw that it has an
internal XmlTextReaderImpl. What is the reason for this separation? I would
understand why someone did it in C++ (pimpl idiom), but I don't understand
the reasons here. Any insights would be greatly appreciated!

--
Daniel