Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2ContentHandler::ignorableWhitespace ( const P6CHAR pBuffer,
P6UINT32  start,
P6UINT32  length 
)
pure virtual

p6ISAX2XMLReader is a non-validating parser and does not implement this callback.

Currently the XML parser will not call this method.

Parameters
pBuffer[ in ] contains a text string
start[ in ] index into pBuffer where whitespace begins
length[ in ] length of whitespace starting at 'start' in pBuffer
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpBuffer is NULL.