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
Variable Documentation
QDomAttr DomDocumentNS::attr = value.createAttribute( name ) |
QDomCDATASection DomDocumentNS::cdata = value.createCDATASection( cdatatxt ) |
END_VALUE_METHOD QString DomDocumentNS::cdatatxt = KJSEmbed::extractQString( exec, args, 0) |
QDomComment DomDocumentNS::comment = value.createComment( commenttxt ) |
END_VALUE_METHOD QString DomDocumentNS::commenttxt = KJSEmbed::extractQString( exec, args, 0) |
QString DomDocumentNS::data = KJSEmbed::extractQString( exec, args, 1) |
bool DomDocumentNS::deep = KJSEmbed::extractBool( exec, args, 1) |
END_VALUE_METHOD QDomDocumentFragment DomDocumentNS::fragment = value.createDocumentFragment() |
END_VALUE_METHOD QString DomDocumentNS::id = KJSEmbed::extractQString(exec, args, 0) |
END_VALUE_METHOD QDomNode DomDocumentNS::import = KJSEmbed::extractValue<QDomNode>(exec, args, 0) |
END_VALUE_METHOD int DomDocumentNS::indent = KJSEmbed::extractInt( exec, args, 0, 1) |
END_VALUE_METHOD QString DomDocumentNS::name = KJSEmbed::extractQString( exec, args, 0) |
END_VALUE_METHOD QString DomDocumentNS::nsURI = KJSEmbed::extractQString( exec, args, 0) |
QString DomDocumentNS::parserErrorTemplate = "XML Parse error '%1' at %2,%3" |
QString DomDocumentNS::qName = KJSEmbed::extractQString( exec, args, 1) |
QDomEntityReference DomDocumentNS::ref = value.createEntityReference( name ) |
END_VALUE_METHOD QString DomDocumentNS::tagName = KJSEmbed::extractQString( exec, args, 0) |
END_VALUE_METHOD QString DomDocumentNS::target = KJSEmbed::extractQString( exec, args, 0) |
QDomText DomDocumentNS::text = value.createTextNode( texttext ) |
END_VALUE_METHOD QString DomDocumentNS::texttext = KJSEmbed::extractQString( exec, args, 0) |
QString DomDocumentNS::xml = KJSEmbed::extractQString( exec, args, 0) |
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
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.