User Tools

Site Tools


DzDomProcessingInstruction

Represents a Document Object Model (DOM) “Processing Instruction”.

More...

Inherits :

Properties

Detailed Description

A script wrapper for QDomProcessingInstruction. This object represents a “Processing Instruction” in a DOM document.

Instances of this object are not constructed directly, rather they are returned by calling DzDomDocument::createProcessingInstruction().

Properties


String : data

Holds the data of the processing instruction.


String : target

Holds the target of the processing instruction. (Read Only)