![]() ![]() |
The QDomProcessingInstruction class represents XML processing instruction. More...
#include <qdom.h>
Inherits QDomNode.
The ProcessingInstruction
interface represents a
"processing instruction", 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 into the internals of the DOM implementation see the QDomDocument documentation.
Constructs a null processing instruction. To construct a non null processing instruction use the QDomDocument::createProcessingInstruction() method.
Copy constructor.
Destructor.
[virtual]
Returns the content of this processing instruction. This is from the
first non white space character after the target to the
character immediately preceding the ?>
.
See also: setData().
[virtual]
Returns TRUE.
Reimplemented from QDomNode.
[virtual]
Returns QDomNode::ProcessingInstructionNode.
Reimplemented from QDomNode.
Assignment operator.
[virtual]
sets the data contained in the processing instruction.
See also: data().
[virtual]
Returns the target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.
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.0-beta2
|