kjsembed
Functions | |
if (!success) | |
Variables | |
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) |
Function Documentation
§ if()
Variable Documentation
§ attr
QDomAttr DomDocumentNS::attr = value.createAttribute( name ) |
§ cdata
QDomCDATASection DomDocumentNS::cdata = value.createCDATASection( cdatatxt ) |
§ cdatatxt
END_VALUE_METHOD QString DomDocumentNS::cdatatxt = KJSEmbed::extractQString( exec, args, 0) |
§ col
§ comment
QDomComment DomDocumentNS::comment = value.createComment( commenttxt ) |
§ commenttxt
END_VALUE_METHOD QString DomDocumentNS::commenttxt = KJSEmbed::extractQString( exec, args, 0) |
§ data
QString DomDocumentNS::data = KJSEmbed::extractQString( exec, args, 1) |
§ deep
bool DomDocumentNS::deep = KJSEmbed::extractBool( exec, args, 1) |
§ elem
§ fragment
END_VALUE_METHOD QDomDocumentFragment DomDocumentNS::fragment = value.createDocumentFragment() |
§ id
END_VALUE_METHOD QString DomDocumentNS::id = KJSEmbed::extractQString(exec, args, 0) |
§ import
END_VALUE_METHOD QDomNode DomDocumentNS::import = KJSEmbed::extractValue<QDomNode>(exec, args, 0) |
§ indent
END_VALUE_METHOD int DomDocumentNS::indent = KJSEmbed::extractInt( exec, args, 0, 1) |
§ inst
§ message
§ name
END_VALUE_METHOD QString DomDocumentNS::name = KJSEmbed::extractQString( exec, args, 0) |
§ node
§ nsURI
END_VALUE_METHOD QString DomDocumentNS::nsURI = KJSEmbed::extractQString( exec, args, 0) |
§ parserErrorTemplate
QString DomDocumentNS::parserErrorTemplate = "XML Parse error '%1' at %2,%3" |
§ qName
QString DomDocumentNS::qName = KJSEmbed::extractQString( exec, args, 1) |
§ ref
QDomEntityReference DomDocumentNS::ref = value.createEntityReference( name ) |
§ result
§ row
§ success
§ tagName
END_VALUE_METHOD QString DomDocumentNS::tagName = KJSEmbed::extractQString( exec, args, 0) |
§ target
END_VALUE_METHOD QString DomDocumentNS::target = KJSEmbed::extractQString( exec, args, 0) |
§ text
QDomText DomDocumentNS::text = value.createTextNode( texttext ) |
§ texttext
END_VALUE_METHOD QString DomDocumentNS::texttext = KJSEmbed::extractQString( exec, args, 0) |
§ xml
QString DomDocumentNS::xml = KJSEmbed::extractQString( exec, args, 0) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:24:44 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:24:44 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.