TXmlEngProcessingInstruction Class Reference

Link against: xmlengineDOM.lib


#include <
xmlengprocessinginstruction.h>

Inherits TXmlEngNode.


Detailed Description

Instance of TXmlEngProcessingInstruction class represents an XML processing instruction in the DOM tree.
Dll XmlEngineDOM.lib
Since:
S60 v3.1

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.

Constructor & Destructor Documentation

TXmlEngProcessingInstruction::TXmlEngProcessingInstruction  )  [inline]
 

Default constructor.

Since:
S60 v3.1
TXmlEngProcessingInstruction::TXmlEngProcessingInstruction void aInternal  )  [inline, protected]
 

Constructor.

Since:
S60 v3.1
Parameters:
aInternal processing instruction pointer

Member Function Documentation

IMPORT_C TPtrC8 TXmlEngProcessingInstruction::Data  )  const
 

Get data of processing instruction.

Since:
S60 v3.1
Returns:
"Data" part of a processing instruction
    <?target data?>
See also:
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-pi
IMPORT_C void TXmlEngProcessingInstruction::SetDataL const TDesC8 &  aData  ) 
 

Sets data part of processing instruction.

Since:
S60 v3.1
Parameters:
aData New data part of processing instruction
Note:
PI contents should not contain "?>" sequence
IMPORT_C TPtrC8 TXmlEngProcessingInstruction::Target  )  const
 

Get target of processing instruction.

Since:
S60 v3.1
Returns:
"Target" part of a processing instruction
    <?target data?>
See also:
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-pi

The documentation for this class was generated from the following files:

Copyright © Nokia Corporation 2001-2007
Back to top