virtual P6R::P6ERR P6R::p6ISAX2XMLReader::releaseAllHandlers (  )  [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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.