|
pure virtual |
Features: http://xml.org/sax/features/namespaces and http://xml.org/sax/features/namespaces-prefixes.
| pString | [ in ] A URI defining the feature to set to P6TRUE / P6FALSE |
| result | [ in ] P6TRUE - enable feature, P6FALSE - disable feature |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pString is NULL | |
| P6R::eNotFound | The feature passed by pString is not supported. |