![]() ![]() |
The QDomDocumentFragment class is used to hold a tree of children during complex tree operations More...
#include <qdom.h>
Inherits QDomNode.
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.
Constructs a null DocumentFragment.
Copy constructor.
Destructor.
[virtual]
This method reimplements QDomNode::isDocumentFragment().
See also: nodeType() and QDomNode::toDocumentFragment().
Reimplemented from QDomNode.
[virtual]
Returns QDomNode::DocumentFragment
See also: isDocumentFragment() and QDomNode::toDocumentFragment().
Reimplemented from QDomNode.
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 Trolltech | Trademarks | Qt version 2.2.0-beta2
|