kjsembed
|
| END_VALUE_METHOD int | idx = KJSEmbed::extractInt( exec, args, 0) |
| |
| QString | localName = KJSEmbed::extractQString( exec, args, 1) |
| |
| QString | name = KJSEmbed::extractQString( exec, args, 0) |
| |
| END_VALUE_METHOD QDomNode | newNode = KJSEmbed::extractValue<QDomNode>(exec,args,0) |
| |
| QDomNode | node = value.item(idx) |
| |
| END_VALUE_METHOD QString | nsuri = KJSEmbed::extractQString( exec, args, 0) |
| |
| | result = KJS::jsBoolean( value.contains(name) ) |
| |
| QDomNode NamedNodeMapNS::node = value.item(idx) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.