Link against: xmlengineDOM.lib
#include <xmlengprocessinginstruction.h>
Inherits TXmlEngNode.
Public Member Functions | |
TXmlEngProcessingInstruction () | |
Default constructor. | |
IMPORT_C TPtrC8 | Target () const |
Get target of processing instruction. | |
IMPORT_C TPtrC8 | Data () const |
Get data of processing instruction. | |
IMPORT_C void | SetDataL (const TDesC8 &aData) |
Sets data part of processing instruction. | |
Protected Member Functions | |
TXmlEngProcessingInstruction (void *aInternal) | |
Constructor. |
|
Default constructor.
|
|
Constructor.
|
|
Get data of processing instruction.
<?target data?> |
|
Sets data part of processing instruction.
|
|
Get target of processing instruction.
<?target data?> |