HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QDomProcessingInstruction Class Reference
[ XML module ]


The QDomProcessingInstruction class represents XML processing instruction. More...

#include <qdom.h>

Inherits QDomNode.

List of all member functions.

Public Members


Detailed Description

The QDomProcessingInstruction class represents XML processing instruction.

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.


Member Function Documentation

QDomProcessingInstruction::QDomProcessingInstruction ()

Constructs a null processing instruction. To construct a non null processing instruction use the QDomDocument::createProcessingInstruction() method.

QDomProcessingInstruction::QDomProcessingInstruction ( const QDomProcessingInstruction & x )

Copy constructor.

QDomProcessingInstruction::~QDomProcessingInstruction ()

Destructor.

QString QDomProcessingInstruction::data () const [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().

bool QDomProcessingInstruction::isProcessingInstruction () const [virtual]

Returns TRUE.

Reimplemented from QDomNode.

QDomNode::NodeType QDomProcessingInstruction::nodeType() const [virtual]

Returns QDomNode::ProcessingInstructionNode.

Reimplemented from QDomNode.

QDomProcessingInstruction& QDomProcessingInstruction::operator= ( const QDomProcessingInstruction & x )

Assignment operator.

void QDomProcessingInstruction::setData ( const QString & d ) [virtual]

sets the data contained in the processing instruction.

See also: data().

QString QDomProcessingInstruction::target () const [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 TrolltechTrademarks
Qt version 2.2.0-beta2