![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
DocumentImpl () | |
~DocumentImpl () override | |
void | addref () |
void | release () |
![]() | |
void | release () const |
![]() | |
QQmlRefCount () | |
void | addref () const |
int | count () const |
![]() | |
NodeImpl () | |
virtual | ~NodeImpl () |
void | addref () |
void | release () |
Public Attributes | |
QString | version |
QString | encoding |
bool | isStandalone |
NodeImpl * | root |
![]() | |
Type | type |
QString | namespaceUri |
QString | name |
QString | data |
DocumentImpl * | document |
NodeImpl * | parent |
QList< NodeImpl * > | children |
QList< NodeImpl * > | attributes |
Additional Inherited Members | |
![]() | |
enum | Type { Attr = 2 , CDATA = 4 , Comment = 8 , Document = 9 , DocumentFragment = 11 , DocumentType = 10 , Element = 1 , Entity = 6 , EntityReference = 5 , Notation = 12 , ProcessingInstruction = 7 , Text = 3 } |
![]() | |
~QQmlRefCounted () | |
Definition at line 119 of file qqmlxmlhttprequest.cpp.
|
inline |
Definition at line 123 of file qqmlxmlhttprequest.cpp.
References QV4::NodeImpl::Document.
|
inlineoverride |
Definition at line 124 of file qqmlxmlhttprequest.cpp.
References root.
|
inline |
Definition at line 134 of file qqmlxmlhttprequest.cpp.
References QQmlRefCount::addref().
|
inline |
Definition at line 135 of file qqmlxmlhttprequest.cpp.
References QQmlRefCounted< DocumentImpl >::release().
QString QV4::DocumentImpl::encoding |
Definition at line 129 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::method_xmlEncoding().
bool QV4::DocumentImpl::isStandalone |
Definition at line 130 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::method_xmlStandalone().
NodeImpl* QV4::DocumentImpl::root |
Definition at line 132 of file qqmlxmlhttprequest.cpp.
Referenced by ~DocumentImpl(), and QV4::Document::method_documentElement().
QString QV4::DocumentImpl::version |
Definition at line 128 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::method_xmlVersion().