Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2XMLReader::releaseAllHandlers ( void  )
pure virtual

This is not a standard SAX2 function.

This was addded to make it easy for an application to tell the XML reader to free all set handlers. When this function is called, a release() is called on all handlers that are set. The other way to free a set handler is to pass a 'NULL' pointer to the respective setXXXHandler() function.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.