HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QDomEntity Class Reference
[ XML module ]


The QDomEntity class represents XML entity. More...

#include <qdom.h>

Inherits QDomNode.

List of all member functions.

Public Members


Detailed Description

The QDomEntity class represents XML entity.

This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration.

The nodeName attribute that is inherited from Node contains the name of the entity.

The DOM does not support editing Entity nodes; if a user wants to make changes to the contents of an Entity , every related EntityReference node has to be replaced in the structure model by a clone of the Entity 's contents, and then the desired changes must be made to each of those clones instead. All the descendants of an Entity node are readonly.

An Entity 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

QDomEntity::QDomEntity ()

Constructs a null entity.

QDomEntity::QDomEntity ( const QDomEntity & x )

Copy constructor.

QDomEntity::~QDomEntity ()

Destructor.

bool QDomEntity::isEntity () const [virtual]

Returns TRUE.

Reimplemented from QDomNode.

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

Returns QDomNode::EntityNode.

Reimplemented from QDomNode.

QString QDomEntity::notationName () const [virtual]

Returns for unparsed entities the name of the notation for the entity. Returns for parsed entities QString::null.

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

Assignment operator.

QString QDomEntity::publicId () const [virtual]

The public identifier associated with this entity. If the public identifier was not specified QString::null is returned.

QString QDomEntity::systemId () const [virtual]

The system identifier associated with this entity. If the system identifier was not specified QString::null is returned.


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