![]() |
Qt 4.8
|
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 Functions | |
| void | addref () |
| NodeImpl () | |
| void | release () |
| virtual | ~NodeImpl () |
Public Variables | |
| QList< NodeImpl * > | attributes |
| QList< NodeImpl * > | children |
| QString | data |
| DocumentImpl * | document |
| QString | name |
| QString | namespaceUri |
| NodeImpl * | parent |
| Type | type |
Definition at line 105 of file qdeclarativexmlhttprequest.cpp.
| enum NodeImpl::Type |
| Enumerator | |
|---|---|
| Attr | |
| CDATA | |
| Comment | |
| Document | |
| DocumentFragment | |
| DocumentType | |
| Element | |
| Entity | |
| EntityReference | |
| Notation | |
| ProcessingInstruction | |
| Text | |
Definition at line 117 of file qdeclarativexmlhttprequest.cpp.
|
inline |
Definition at line 108 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().
|
inlinevirtual |
Definition at line 109 of file qdeclarativexmlhttprequest.cpp.
| void NodeImpl::addref | ( | ) |
Definition at line 334 of file qdeclarativexmlhttprequest.cpp.
| void NodeImpl::release | ( | ) |
Definition at line 339 of file qdeclarativexmlhttprequest.cpp.
Definition at line 145 of file qdeclarativexmlhttprequest.cpp.
Referenced by Node::attributes(), Document::load(), Node::prototype(), and ~NodeImpl().
Definition at line 144 of file qdeclarativexmlhttprequest.cpp.
Referenced by Node::firstChild(), Node::lastChild(), NodeList::length(), Document::load(), Node::nextSibling(), Node::previousSibling(), NodeListClass::property(), NodeListClass::queryProperty(), and ~NodeImpl().
| QString NodeImpl::data |
Definition at line 136 of file qdeclarativexmlhttprequest.cpp.
Referenced by Node::create(), Text::isElementContentWhitespace(), CharacterData::length(), Document::load(), Node::nodeValue(), Attr::value(), and Text::wholeText().
| DocumentImpl* NodeImpl::document |
Definition at line 141 of file qdeclarativexmlhttprequest.cpp.
Referenced by addref(), Document::load(), and release().
| QString NodeImpl::name |
Definition at line 134 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load(), Attr::name(), NamedNodeMapClass::NamedNodeMapClass(), NodeListClass::NodeListClass(), Node::nodeName(), Attr::prototype(), and NamedNodeMapClass::queryProperty().
| QString NodeImpl::namespaceUri |
Definition at line 133 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load().
| NodeImpl* NodeImpl::parent |
Definition at line 142 of file qdeclarativexmlhttprequest.cpp.
Referenced by Document::load(), Node::nextSibling(), Attr::ownerElement(), Node::parentNode(), and Node::previousSibling().
| Type NodeImpl::type |
Definition at line 131 of file qdeclarativexmlhttprequest.cpp.
Referenced by Node::attributes(), Node::create(), Document::documentElement(), DocumentImpl::DocumentImpl(), Document::load(), Node::nodeName(), Node::nodeType(), Node::nodeValue(), Document::xmlEncoding(), Document::xmlStandalone(), and Document::xmlVersion().