Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.