|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class IProcessingInstruction: public INode { public: const WCHAR *GetTarget(); const WCHAR *GetData(); void SetData(const WCHAR *pszData); }; typedef XRefCnt<IProcessingInstruction> XProcessingInstruction;
The processing instruction.
This class implements
the C++ binding for the
ProcessingInstruction
interface
specified by DOM.
Function Summary | |
const�WCHAR�*
|
GetTarget
();
����������Returns the target of this processing instruction. |
const�WCHAR�*
|
GetData
();
����������Returns the data of this processing instruction. |
void
|
SetData
(const WCHAR *pszData);
����������Sets the new data of this processing instruction. |
Function Detail |
const WCHAR *GetTarget();
Returns the target of this processing instruction.
This method implements the C++ binding
for the
target
attribute
specified by DOM.
const WCHAR *GetData();
Returns the data of this processing instruction.
This method implements the C++ binding
for the
data
attribute
specified by DOM.
void SetData(const WCHAR *pszData);
Sets the new data of this processing instruction.
This method implements the C++ binding
for the
data
attribute
specified by DOM.
This method is not supported by XDM.
pszData
- the new processing instruction data
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |