does not
free free:d memory. Saves you checking for "if (ptr)" for all your
dynamic data.)
HTH,
Martin
- Original Message -
From: "Arun Ramdas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 11:58 AM
Subject: Usage of M
I am creating an inputsource stream from the xml string using,
MemBufInputSource *memBufIS = new MemBufInputSource((const XMLByte *)
request, (sizeof(char) * strlen(request)), gSystemId, false);
then my code piece goes like this,
bool hasErrors = false;
try {
SA_Parser->parse(*memBufIS);