The QDomProcessingInstruction class represents an XML processing instruction. More...
#include <qdom.h>
Inherits QDomNode.
Processing instructions are used in XML as a way to keep processor-specific information in the text of the document.
For further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/. For a more general introduction of the DOM implementation see the QDomDocument documentation.
Constructs an empty processing instruction. Use QDomDocument::createProcessingInstruction() to create a processing instruction with content.
Copy constructor.
The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.
Destructor.
[virtual]
Returns the content of this processing instruction.
See also setData() and target().
[virtual]
Returns TRUE.
Reimplemented from QDomNode.
[virtual]
Returns ProcessingInstructionNode.
Reimplemented from QDomNode.
Assignment operator.
The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.
[virtual]
Sets the data contained in the processing instruction.
See also data().
[virtual]
Returns the target of this processing instruction.
See also data().
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright İ 2000 Trolltech | Trademarks | Qt version 2.2.1
|