#include <qdom.h>

Public Member Functions |
|
| QDomProcessingInstruction () | |
| QDomProcessingInstruction (const QDomProcessingInstruction &x) | |
| QDomProcessingInstruction & | operator= (const QDomProcessingInstruction &) |
| QString | target () const |
| QString | data () const |
| void | setData (const QString &d) |
| QDomNode::NodeType | nodeType () const |
Friends |
|
| class | QDomDocument |
| class | QDomNode |
| QDomProcessingInstruction | ( | const QDomProcessingInstruction & | x | ) |
| QDomProcessingInstruction& operator= | ( | const QDomProcessingInstruction & | ) |
| QString target | ( | ) | const |
| QString data | ( | ) | const |
| void setData | ( | const QString & | d | ) |
| QDomNode::NodeType nodeType | ( | ) | const [inline] |
Reimplemented from QDomNode.
Definition at line 663 of file qdom.h.
{ return ProcessingInstructionNode; }
friend class QDomDocument
[friend] |
friend class QDomNode [friend] |