#include <qdom.h>
Inheritance diagram for QDomProcessingInstruction:Friends | |
| class | QDomDocument |
| class | QDomNode |
Additional Inherited Members | |
Public Types inherited from QDomNode | |
| enum | NodeType { ElementNode = 1, AttributeNode = 2, TextNode = 3, CDATASectionNode = 4, EntityReferenceNode = 5, EntityNode = 6, ProcessingInstructionNode = 7, CommentNode = 8, DocumentNode = 9, DocumentTypeNode = 10, DocumentFragmentNode = 11, NotationNode = 12, BaseNode = 21, CharacterDataNode = 22 } |
| enum | EncodingPolicy { EncodingFromDocument = 1, EncodingFromTextStream = 2 } |
Protected Member Functions inherited from QDomNode | |
| QDomNode (QDomNodePrivate *) | |
Protected Attributes inherited from QDomNode | |
| QDomNodePrivate * | impl |
| QDomProcessingInstruction | ( | const QDomProcessingInstruction & | x | ) |
| QDomProcessingInstruction& operator= | ( | const QDomProcessingInstruction & | ) |
| QString target | ( | ) | const |
|
inline |
Definition at line 663 of file qdom.h.
|
friend |