| class TXmlEngProcessingInstruction : public TXmlEngNode |
This class represents an XML processing instruction in the DOM tree. This class is usually instantiated through RXmlEngDocument::CreateProcessingInstruction().
| Public Member Functions | |
|---|---|
| TXmlEngProcessingInstruction() | |
| IMPORT_C TPtrC8 | Data() |
| IMPORT_C void | SetDataL(const TDesC8 &) |
| IMPORT_C TPtrC8 | Target() |
| Protected Member Functions | |
|---|---|
| TXmlEngProcessingInstruction(void *) | |
| Inherited Enumerations | |
|---|---|
| TXmlEngNode:TXmlEngDOMNodeType | |
| Inherited Attributes | |
|---|---|
| TXmlEngNode::iInternal | |
| TXmlEngProcessingInstruction | ( | void * | aInternal | ) | [protected, inline] |
Constructor
| void * aInternal | Processing instruction pointer |
| IMPORT_C TPtrC8 | Data | ( | ) | const |
Gets a reference to the data part of the processing instruction.
<?target data?>
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-pi
A reference to the data part
| 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
One of the system-wide error codes
| const TDesC8 & aData | The data part to set |
| IMPORT_C TPtrC8 | Target | ( | ) | const |
Gets a reference to the the target part of the processing instruction.
<?target data?>
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-pi
A reference to the target part