TXmlEngProcessingInstruction Class Reference
#include
<xml/dom/xmlengprocessinginstruction.h>
Link against: xmlenginedom.lib
class TXmlEngProcessingInstruction : public TXmlEngNode |
Inherits from
- TXmlEngProcessingInstruction
Detailed Description
This class represents an XML processing instruction in the DOM tree. This class is usually instantiated through RXmlEngDocument::CreateProcessingInstruction().
Constructor & Destructor Documentation
TXmlEngProcessingInstruction ( )
TXmlEngProcessingInstruction | ( | ) | [inline] |
TXmlEngProcessingInstruction ( void * )
TXmlEngProcessingInstruction | ( | void * | aInternal | ) | [protected, inline] |
Parameter | Description | aInternal | Processing instruction pointer |
Member Function Documentation
Data ( )
Returns: A reference to the data part
SetDataL ( const TDesC8 & )
IMPORT_C void | SetDataL | ( | const TDesC8 & | aData | ) | |
Copies the parameter and sets the data part of the processing instruction. Note: The processing instruction contents should not contain the "?>" sequence
- leave
-
Parameter | Description | aData | The data part to set |
Target ( )
Returns: A reference to the target part