Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class IProcessingInstruction

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.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
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

GetTarget

const WCHAR *GetTarget();

Returns the target of this processing instruction.

This method implements the C++ binding for the target attribute specified by DOM.

Returns:
the target of this processing instruction

GetData

const WCHAR *GetData();

Returns the data of this processing instruction.

This method implements the C++ binding for the data attribute specified by DOM.

Returns:
the data of this processing instruction

SetData

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.

Parameters:
pszData - the new processing instruction data

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.