Qt 4.8
|
Public Functions | |
bool | isNull () |
NamedNodeMap () | |
NamedNodeMap (const NamedNodeMap &) | |
~NamedNodeMap () | |
Static Public Functions | |
static QScriptValue | create (QScriptEngine *, NodeImpl *, QList< NodeImpl *> *) |
static QScriptValue | length (QScriptContext *context, QScriptEngine *engine) |
static QScriptValue | prototype (QScriptEngine *) |
Public Variables | |
NodeImpl * | d |
QList< NodeImpl * > * | list |
Private Functions | |
NamedNodeMap & | operator= (const NamedNodeMap &) |
Definition at line 166 of file qdeclarativexmlhttprequest.cpp.
NamedNodeMap::NamedNodeMap | ( | ) |
Definition at line 776 of file qdeclarativexmlhttprequest.cpp.
NamedNodeMap::NamedNodeMap | ( | const NamedNodeMap & | o | ) |
Definition at line 781 of file qdeclarativexmlhttprequest.cpp.
NamedNodeMap::~NamedNodeMap | ( | ) |
Definition at line 787 of file qdeclarativexmlhttprequest.cpp.
|
static |
Definition at line 756 of file qdeclarativexmlhttprequest.cpp.
Referenced by Node::attributes().
bool NamedNodeMap::isNull | ( | ) |
Definition at line 792 of file qdeclarativexmlhttprequest.cpp.
Referenced by length(), and NamedNodeMapClass::queryProperty().
|
static |
Definition at line 739 of file qdeclarativexmlhttprequest.cpp.
Referenced by NodeList::prototype().
|
private |
|
static |
Definition at line 747 of file qdeclarativexmlhttprequest.cpp.
Referenced by create().
NodeImpl* NamedNodeMap::d |
Definition at line 181 of file qdeclarativexmlhttprequest.cpp.
Referenced by create(), isNull(), NamedNodeMap(), and ~NamedNodeMap().
Definition at line 182 of file qdeclarativexmlhttprequest.cpp.
Referenced by create(), NodeList::create(), length(), NodeList::length(), NamedNodeMapClass::property(), and NamedNodeMapClass::queryProperty().