![]() |
Qt 6.x
The Qt SDK
|
#include <qdom_p.h>
Public Attributes | |
bool | m_specified |
![]() | |
QAtomicInt | ref |
QDomNodePrivate * | prev |
QDomNodePrivate * | next |
QDomNodePrivate * | ownerNode |
QDomNodePrivate * | first |
QDomNodePrivate * | last |
QString | name |
QString | value |
QString | prefix |
QString | namespaceURI |
bool | createdWithDom1Interface: 1 |
bool | hasParent: 1 |
int | lineNumber |
int | columnNumber |
QDomAttrPrivate::QDomAttrPrivate | ( | QDomDocumentPrivate * | d, |
QDomNodePrivate * | parent, | ||
const QString & | name | ||
) |
Definition at line 3551 of file qdom.cpp.
References m_specified.
QDomAttrPrivate::QDomAttrPrivate | ( | QDomDocumentPrivate * | d, |
QDomNodePrivate * | p, | ||
const QString & | nsURI, | ||
const QString & | qName | ||
) |
Definition at line 3558 of file qdom.cpp.
References QDomNodePrivate::createdWithDom1Interface, QString::isNull(), m_specified, QDomNodePrivate::namespaceURI, QDomNodePrivate::prefix, and qt_split_namespace().
QDomAttrPrivate::QDomAttrPrivate | ( | QDomAttrPrivate * | n, |
bool | deep | ||
) |
Definition at line 3567 of file qdom.cpp.
References m_specified.
|
overridevirtual |
Reimplemented from QDomNodePrivate.
|
inlineoverridevirtual |
Reimplemented from QDomNodePrivate.
Definition at line 292 of file qdom_p.h.
References QDomNode::AttributeNode.
|
overridevirtual |
depth is used for indentation, it seems.
Reimplemented from QDomNodePrivate.
Definition at line 3658 of file qdom.cpp.
References encodeText(), QString::isNull(), QDomNodePrivate::namespaceURI, QDomNodePrivate::ownerNode, and QDomNodePrivate::prefix.
Reimplemented from QDomNodePrivate.
Definition at line 3573 of file qdom.cpp.
References QDomNodePrivate::appendChild(), and QDomNodePrivate::removeChild().
bool QDomAttrPrivate::specified | ( | ) | const |
Definition at line 3595 of file qdom.cpp.
References m_specified.
bool QDomAttrPrivate::m_specified |
Definition at line 296 of file qdom_p.h.
Referenced by QDomAttrPrivate(), QDomAttrPrivate(), QDomAttrPrivate(), and specified().