virtual P6R::P6ERR P6R::p6ISAX2XMLReader::setContentHandler ( p6ISAX2ContentHandler pObject  )  [pure virtual]

The calling application uses this method to register a content handler.

The SAX2 parser calls the user supplied object with "events" such as start and end document, start and end element, etc. See the p6sax2contenthandler.h

Parameters:
pObject [IN] Pointer to a content handler written by an application.
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.