|
QDomAttr | attr = value.createAttribute( name ) |
|
QDomCDATASection | cdata = value.createCDATASection( cdatatxt ) |
|
END_VALUE_METHOD QString | cdatatxt = KJSEmbed::extractQString( exec, args, 0) |
|
int | col = 0 |
|
QDomComment | comment = value.createComment( commenttxt ) |
|
END_VALUE_METHOD QString | commenttxt = KJSEmbed::extractQString( exec, args, 0) |
|
QString | data = KJSEmbed::extractQString( exec, args, 1) |
|
bool | deep = KJSEmbed::extractBool( exec, args, 1) |
|
END_VALUE_METHOD QDomElement | elem = value.documentElement() |
|
END_VALUE_METHOD
QDomDocumentFragment | fragment = value.createDocumentFragment() |
|
END_VALUE_METHOD QString | id = KJSEmbed::extractQString(exec, args, 0) |
|
END_VALUE_METHOD QDomNode | import = KJSEmbed::extractValue<QDomNode>(exec, args, 0) |
|
END_VALUE_METHOD int | indent = KJSEmbed::extractInt( exec, args, 0, 1) |
|
QDomProcessingInstruction | inst = value.createProcessingInstruction(target, data ) |
|
QString | message |
|
END_VALUE_METHOD QString | name = KJSEmbed::extractQString( exec, args, 0) |
|
QDomNode | node = value.importNode( import, deep ) |
|
END_VALUE_METHOD QString | nsURI = KJSEmbed::extractQString( exec, args, 0) |
|
QString | parserErrorTemplate = "XML Parse error '%1' at %2,%3" |
|
QString | qName = KJSEmbed::extractQString( exec, args, 1) |
|
QDomEntityReference | ref = value.createEntityReference( name ) |
|
| result = KJS::jsBoolean( success ) |
|
int | row = 0 |
|
bool | success = value.setContent(xml, &message, &row, &col ) |
|
END_VALUE_METHOD QString | tagName = KJSEmbed::extractQString( exec, args, 0) |
|
END_VALUE_METHOD QString | target = KJSEmbed::extractQString( exec, args, 0) |
|
QDomText | text = value.createTextNode( texttext ) |
|
END_VALUE_METHOD QString | texttext = KJSEmbed::extractQString( exec, args, 0) |
|
QString | xml = KJSEmbed::extractQString( exec, args, 0) |
|