![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QV4::DocumentImpl:
Collaboration diagram for QV4::DocumentImpl:Public Member Functions | |
| DocumentImpl () | |
| ~DocumentImpl () override | |
| void | addref () |
| void | release () |
Public Member Functions inherited from QQmlRefCounted< DocumentImpl > | |
| void | release () const |
Public Member Functions inherited from QQmlRefCount | |
| QQmlRefCount () | |
| void | addref () const |
| int | count () const |
Public Member Functions inherited from QV4::NodeImpl | |
| NodeImpl () | |
| virtual | ~NodeImpl () |
| void | addref () |
| void | release () |
Public Attributes | |
| QString | version |
| QString | encoding |
| bool | isStandalone |
| NodeImpl * | root |
Public Attributes inherited from QV4::NodeImpl | |
| Type | type |
| QString | namespaceUri |
| QString | name |
| QString | data |
| DocumentImpl * | document |
| NodeImpl * | parent |
| QList< NodeImpl * > | children |
| QList< NodeImpl * > | attributes |
Additional Inherited Members | |
Public Types inherited from QV4::NodeImpl | |
| 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 } |
Protected Member Functions inherited from QQmlRefCounted< DocumentImpl > | |
| ~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().
Here is the call graph for this function:
|
inline |
Definition at line 135 of file qqmlxmlhttprequest.cpp.
References QQmlRefCounted< DocumentImpl >::release().
Here is the call graph for this function:| 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().