Qt 4.8
|
Public Functions | |
void | addref () |
DocumentImpl () | |
void | release () |
virtual | ~DocumentImpl () |
Public Functions inherited from QDeclarativeRefCount | |
void | addref () |
QDeclarativeRefCount () | |
void | release () |
virtual | ~QDeclarativeRefCount () |
Public Functions inherited from NodeImpl | |
void | addref () |
NodeImpl () | |
void | release () |
virtual | ~NodeImpl () |
Public Variables | |
QString | encoding |
bool | isStandalone |
NodeImpl * | root |
QString | version |
Public Variables inherited from NodeImpl | |
QList< NodeImpl * > | attributes |
QList< NodeImpl * > | children |
QString | data |
DocumentImpl * | document |
QString | name |
QString | namespaceUri |
NodeImpl * | parent |
Type | type |
Additional Inherited Members | |
Public Types inherited from 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 } |
Definition at line 148 of file qdeclarativexmlhttprequest.cpp.
|
inline |
Definition at line 151 of file qdeclarativexmlhttprequest.cpp.
|
inlinevirtual |
Definition at line 152 of file qdeclarativexmlhttprequest.cpp.
|
inline |
Definition at line 162 of file qdeclarativexmlhttprequest.cpp.
|
inline |
Definition at line 163 of file qdeclarativexmlhttprequest.cpp.
QString DocumentImpl::encoding |
Definition at line 157 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().
bool DocumentImpl::isStandalone |
Definition at line 158 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().
NodeImpl* DocumentImpl::root |
Definition at line 160 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().
QString DocumentImpl::version |
Definition at line 156 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().