Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2XMLReader::setFeature ( const P6CHAR pString,
P6BOOL  result 
)
pure virtual

Features: http://xml.org/sax/features/namespaces and http://xml.org/sax/features/namespaces-prefixes.

Parameters
pString[ in ] A URI defining the feature to set to P6TRUE / P6FALSE
result[ in ] P6TRUE - enable feature, P6FALSE - disable feature
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpString is NULL
P6R::eNotFoundThe feature passed by pString is not supported.