HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QDomNotation Class Reference
[ XML module ]


The QDomNotation class represents XML notation. More...

#include <qdom.h>

Inherits QDomNode.

List of all member functions.

Public Members


Detailed Description

The QDomNotation class represents XML notation.

This class represents a notation declared in the DTD. A notation either declares, by name, the format of an unparsed entity (see section 4.7 of the XML 1.0 specification), or is used for formal declaration of Processing Instruction targets (see section 2.6 of the XML 1.0 specification). The nodeName attribute inherited from Node is set to the declared name of the notation.

The DOM does not support editing Notation nodes; they are therefore readonly.

A Notation node does not have any parent.

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

QDomNotation::QDomNotation ()

Constructor.

QDomNotation::QDomNotation ( const QDomNotation & x )

Copy constructor.

QDomNotation::~QDomNotation ()

Destructor.

bool QDomNotation::isNotation () const [virtual]

Returns: TRUE.

Reimplemented from QDomNode.

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

Returns QDomNode::NotationNode.

Reimplemented from QDomNode.

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

Assignment operator.

QString QDomNotation::publicId () const

Returns the public Id of this notation.

QString QDomNotation::systemId () const

Returns the system Id of this notation.


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