HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QDomDocumentFragment Class Reference
[ XML module ]


The QDomDocumentFragment class is used to hold a tree of children during complex tree operations More...

#include <qdom.h>

Inherits QDomNode.

List of all member functions.

Public Members


Detailed Description

The QDomDocumentFragment class is used to hold a tree of children during complex tree operations

In some situations you may want to group several nodes in a list and insert them all together as children of some node. In these cases QDomDocumentFragment can be used as a temporary container for this list of children.

The most important feature of QDomDocumentFragment is, that it is treated in a special way by QDomNode::insertAfter(), QDomNode::insertBefore() and QDomNode::replaceChild(). Instead of inserting the fragment itself, all children of the fragment are inserted.


Member Function Documentation

QDomDocumentFragment::QDomDocumentFragment ()

Constructs a null DocumentFragment.

QDomDocumentFragment::QDomDocumentFragment ( const QDomDocumentFragment & x )

Copy constructor.

QDomDocumentFragment::~QDomDocumentFragment ()

Destructor.

bool QDomDocumentFragment::isDocumentFragment () const [virtual]

This method reimplements QDomNode::isDocumentFragment().

See also: nodeType() and QDomNode::toDocumentFragment().

Reimplemented from QDomNode.

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

Returns QDomNode::DocumentFragment

See also: isDocumentFragment() and QDomNode::toDocumentFragment().

Reimplemented from QDomNode.

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

Assignment.


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