![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 , Attr = 2 , CDATA = 4 , Comment = 8 , Document = 9 , DocumentFragment = 11 , DocumentType = 10 , Element = 1 , Entity = 6 , EntityReference = 5 , Notation = 12 , ProcessingInstruction = 7 , Text = 3 } |
| 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 , 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 () |
| 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 80 of file qqmlxmlhttprequest.cpp.
| enum QV4::NodeImpl::Type |
Definition at line 90 of file qqmlxmlhttprequest.cpp.
| enum QV4::NodeImpl::Type |
Definition at line 90 of file qqmlxmlhttprequest.cpp.
|
inline |
|
inlinevirtual |
Definition at line 84 of file qqmlxmlhttprequest.cpp.
|
inline |
Definition at line 83 of file qqmlxmlhttprequest.cpp.
|
inlinevirtual |
Definition at line 84 of file qqmlxmlhttprequest.cpp.
| void NodeImpl::addref | ( | ) |
Definition at line 376 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Heap::NamedNodeMap::init(), QV4::Heap::Node::init(), and QV4::Heap::NodeList::init().
| void QV4::NodeImpl::addref | ( | ) |
| void NodeImpl::release | ( | ) |
Definition at line 381 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::Heap::NamedNodeMap::destroy(), QV4::Heap::Node::destroy(), and QV4::Heap::NodeList::destroy().
| void QV4::NodeImpl::release | ( | ) |
Definition at line 118 of file qqmlxmlhttprequest.cpp.
Definition at line 117 of file qqmlxmlhttprequest.cpp.
| QString QV4::NodeImpl::data |
Definition at line 109 of file qqmlxmlhttprequest.cpp.
| DocumentImpl * QV4::NodeImpl::document |
Definition at line 114 of file qqmlxmlhttprequest.cpp.
Referenced by NodeImpl().
| QString QV4::NodeImpl::name |
Definition at line 107 of file qqmlxmlhttprequest.cpp.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString QV4::NodeImpl::namespaceUri |
Definition at line 106 of file qqmlxmlhttprequest.cpp.
| NodeImpl * QV4::NodeImpl::parent |
Definition at line 115 of file qqmlxmlhttprequest.cpp.
Referenced by NodeImpl().
| Type QV4::NodeImpl::type |
Definition at line 104 of file qqmlxmlhttprequest.cpp.
Referenced by QV4::DocumentImpl::DocumentImpl(), and NodeImpl().