![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
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 } |
Public Member Functions | |
NodeImpl () | |
virtual | ~NodeImpl () |
void | addref () |
void | release () |
Public Attributes | |
Type | type |
QString | namespaceUri |
QString | name |
QString | data |
DocumentImpl * | document |
NodeImpl * | parent |
QList< NodeImpl * > | children |
QList< NodeImpl * > | attributes |
Definition at line 78 of file qqmlxmlhttprequest.cpp.
enum QV4::NodeImpl::Type |
Enumerator | |
---|---|
Attr | |
CDATA | |
Comment | |
Document | |
DocumentFragment | |
DocumentType | |
Element | |
Entity | |
EntityReference | |
Notation | |
ProcessingInstruction | |
Text |
Definition at line 88 of file qqmlxmlhttprequest.cpp.
|
inline |
Definition at line 81 of file qqmlxmlhttprequest.cpp.
|
inlinevirtual |
Definition at line 82 of file qqmlxmlhttprequest.cpp.
References attributes, children, and qDeleteAll().
void NodeImpl::addref | ( | ) |
Definition at line 374 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Heap::NamedNodeMap::init().
void NodeImpl::release | ( | ) |
Definition at line 379 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Heap::NamedNodeMap::destroy(), QV4::Heap::NodeList::destroy(), and QV4::Heap::Node::destroy().
Definition at line 116 of file qqmlxmlhttprequest.cpp.
Referenced by ~NodeImpl(), and QV4::Document::load().
Definition at line 115 of file qqmlxmlhttprequest.cpp.
Referenced by ~NodeImpl(), and QV4::Document::load().
QString QV4::NodeImpl::data |
Definition at line 107 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().
DocumentImpl* QV4::NodeImpl::document |
Definition at line 112 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().
QString QV4::NodeImpl::name |
Definition at line 105 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().
QString QV4::NodeImpl::namespaceUri |
Definition at line 104 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().
NodeImpl* QV4::NodeImpl::parent |
Definition at line 113 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().
Type QV4::NodeImpl::type |
Definition at line 102 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Document::load().