virtual P6R::P6ERR P6R::p6IRuleEngine::continueFacts ( const P6CHAR *  pBuffer,
P6UINT32  bufSize,
P6BOOL  isLast 
) [pure virtual]

A successful call to startFacts() method must be called before a call to this method is allowed.

This method supports the XML (or JSON) to be provided in a streaming manner (i.e., over multiple chunks from several buffers over time).

Parameters:
pBuffer [IN] All or part of the XML (or JSON) that represent the facts to run the rule engine against.
bufSize [IN] The number of characters in the buffer pointed to by pBuffer
isLast [IN] pBuffer contains all the XML (or JSON) encoded facts?
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpBuffer is NULL or bufSize is zero.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.