|
pure virtual |
Properties are not currently supported.
| pString | [ in ] a fully qualified URI that uniquely defines the property |
| pObject | [ out ] an object that defines the property |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pString or pObject is NULL. | |
| P6R::eNotImplemented | No properties defined by this parser. |