#include <qdom_p.h>
Definition at line 171 of file qdom_p.h.
◆ QDomNamedNodeMapPrivate()
◆ ~QDomNamedNodeMapPrivate()
| QDomNamedNodeMapPrivate::~QDomNamedNodeMapPrivate |
( |
| ) |
|
◆ clearMap()
| void QDomNamedNodeMapPrivate::clearMap |
( |
| ) |
|
Remove all children from the map.
◆ clone()
Creates a copy of the map. It is a deep copy that means that all children are cloned.
◆ contains()
| bool QDomNamedNodeMapPrivate::contains |
( |
const QString & | name | ) |
const |
◆ containsNS()
| bool QDomNamedNodeMapPrivate::containsNS |
( |
const QString & | nsURI, |
|
|
const QString & | localName ) const |
◆ isAppendToParent()
| bool QDomNamedNodeMapPrivate::isAppendToParent |
( |
| ) |
|
|
inline |
◆ isReadOnly()
| bool QDomNamedNodeMapPrivate::isReadOnly |
( |
| ) |
|
|
inline |
◆ item()
◆ length()
| int QDomNamedNodeMapPrivate::length |
( |
| ) |
const |
◆ namedItem()
◆ namedItemNS()
◆ removeNamedItem()
◆ setAppendToParent()
| void QDomNamedNodeMapPrivate::setAppendToParent |
( |
bool | b | ) |
|
|
inline |
If true, then the node will redirect insert/remove calls to its parent by calling QDomNodePrivate::appendChild or removeChild. In addition the map won't increase or decrease the reference count of the nodes it contains.
By default this value is false and the map will handle reference counting by itself.
Definition at line 203 of file qdom_p.h.
References appendToParent.
◆ setNamedItem()
◆ setNamedItemNS()
◆ setReadOnly()
| void QDomNamedNodeMapPrivate::setReadOnly |
( |
bool | r | ) |
|
|
inline |
◆ appendToParent
| bool QDomNamedNodeMapPrivate::appendToParent |
◆ map
◆ parent
◆ readonly
| bool QDomNamedNodeMapPrivate::readonly |
◆ ref
The documentation for this class was generated from the following file: