virtual P6R::P6ERR P6R::p6ISAX2XMLReader::getFeature ( const P6CHAR *  pString,
P6BOOL *  pResult 
) [pure virtual]

Test to see if a feature has been enabled.

If the requested feature is not supported then 'eNotFound' is returned as the function result. Look at the setFeature() for a list of the supported features.

Parameters:
pString [IN] a fully qualified URI that uniquely defines the feature
pResult [OUT] P6TRUE if feature is enabled, P6FALSE is feature is disabled.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpString or pResult is NULL.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.