Home | All Classes | Grouped Classes | Index | Search
DOM Processing Instruction class. More...
Derived from:
CL_DomNode
Derived by:
none
Group: Core (XML)
#include <ClanLib/core.h>
Construction:
Constructs a DOM Processing Instruction handle. |
Attributes:
The target of this processing instruction. | |
The content of this processing instruction. | |
Detailed description:
!group=Core/XML! !header=core.h!The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.