Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2ContentHandler::processingInstruction ( P6SAX2STRING pTarget,
P6SAX2STRING pData 
)
pure virtual

Provides an applicaiton with the notification that an XML processing instruction has been detected.

Parameters
pTarget[ out ] the target of the detected processing instruction
pData[ out ] the data portion of the processing instruction, note that this can be an empty string value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.