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