37 : urcode(false), uwcode(false), strip(true)
43 xercesc::XMLPlatformUtils::Initialize();
47 : urcode(true), uwcode(false)
53 xercesc::XMLPlatformUtils::Initialize();
58 : urcode(true), uwcode(true)
64 xercesc::XMLPlatformUtils::Initialize();
69 xercesc::XMLPlatformUtils::Terminate();
70 if (!urcode) {
delete reader; }
71 if (!uwcode) {
delete writer; }