kjsembed
|
END_VALUE_METHOD QString | attr = KJSEmbed::extractQString(exec, args, 0) |
|
QString | defaultValue = KJSEmbed::extractQString(exec, args, 1, QString()) |
|
QString | defValue = KJSEmbed::extractQString( exec, args, 1, QString() ) |
|
QString | localName = KJSEmbed::extractQString(exec, args, 1) |
|
END_VALUE_METHOD QString | name = KJSEmbed::extractQString(exec, args, 0) |
|
QDomAttr | newAttr = value.removeAttributeNode( attr ) |
|
QString | newValue = KJSEmbed::extractQString(exec, args, 1) |
|
QDomNodeList | nodes = value.elementsByTagName(name) |
|
END_VALUE_METHOD QString | ns = KJSEmbed::extractQString(exec, args, 0) |
|
END_VALUE_METHOD QString | nsURI = KJSEmbed::extractQString(exec, args, 0) |
|
| result = KJS::jsString( value.text( ) ) |
|
END_VALUE_METHOD QString | tag = KJSEmbed::extractQString(exec, args, 0) |
|
QString | val = KJSEmbed::extractQString(exec, args, 3) |
|
value DomElementNS::removeAttribute |
( |
attr |
| ) |
|
value DomElementNS::removeAttributeNS |
( |
ns |
, |
|
|
attr |
|
|
) |
| |
value DomElementNS::setAttribute |
( |
tag |
, |
|
|
newValue |
|
|
) |
| |
value DomElementNS::setAttributeNS |
( |
ns |
, |
|
|
attr |
, |
|
|
val |
|
|
) |
| |
value DomElementNS::setTagName |
( |
tag |
| ) |
|
QDomAttr DomElementNS::newAttr = value.removeAttributeNode( attr ) |
QDomNodeList DomElementNS::nodes = value.elementsByTagName(name) |
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.