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

Properties are not currently supported.

Parameters
pString[ in ] a fully qualified URI that uniquely defines the property
pObject[ out ] an object that defines the property
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpString or pObject is NULL.
P6R::eNotImplementedNo properties defined by this parser.