Inheritance diagram for DzDomProcessingInstruction:

Properties | |
| String | data |
| String | target |
Constructors | |
| DzDomProcessingInstruction () | |
Represents an entity node in a DOM document.
| DzDomProcessingInstruction::DzDomProcessingInstruction | ( | ) |
Default constructor. Typically, you will not construct these directly, but will call DzDomDocument::createProcessingInstruction() to create a new processing instruction node as a member of a document.
| QString DzDomProcessingInstruction::data |
The data of the processing instruction.
[Read Only] The target of the processing instruction.