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