virtual P6R::P6ERR P6R::p6IDOMXML::initialize ( P6DOMXMLFLAGS  flags,
p6IDataStream pErrorResult 
) [pure virtual]

Sets up the component to run properly.

Parameters:
flags [IN] Set perferences for the new object. These preferences are fixed during the lifetime of the object.
pErrorResult [IN] Created by the caller, any errors found during parsing are returned to this stream.
Returns:
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpErrorResult is NULL.
P6R::eNotSupportedflags value: P6DOMXML_USEJSON cannot be set with P6DOMXML_USERPARSER
P6R::eAlreadyInitializedCan only be called once successfully.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.