• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

kjsembed

Functions | Variables
DomDocumentNS Namespace Reference

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

DomDocumentNS::if ( !  success)

Definition at line 363 of file dom.cpp.

Variable Documentation

QDomAttr DomDocumentNS::attr = value.createAttribute( name )

Definition at line 387 of file dom.cpp.

QDomCDATASection DomDocumentNS::cdata = value.createCDATASection( cdatatxt )

Definition at line 400 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::cdatatxt = KJSEmbed::extractQString( exec, args, 0)

Definition at line 399 of file dom.cpp.

int DomDocumentNS::col = 0

Definition at line 360 of file dom.cpp.

QDomComment DomDocumentNS::comment = value.createComment( commenttxt )

Definition at line 406 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::commenttxt = KJSEmbed::extractQString( exec, args, 0)

Definition at line 405 of file dom.cpp.

QString DomDocumentNS::data = KJSEmbed::extractQString( exec, args, 1)

Definition at line 436 of file dom.cpp.

bool DomDocumentNS::deep = KJSEmbed::extractBool( exec, args, 1)

Definition at line 449 of file dom.cpp.

QDomElement DomDocumentNS::elem = value.documentElement()

Definition at line 375 of file dom.cpp.

END_VALUE_METHOD QDomDocumentFragment DomDocumentNS::fragment = value.createDocumentFragment()

Definition at line 411 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::id = KJSEmbed::extractQString(exec, args, 0)

Definition at line 380 of file dom.cpp.

END_VALUE_METHOD QDomNode DomDocumentNS::import = KJSEmbed::extractValue<QDomNode>(exec, args, 0)

Definition at line 448 of file dom.cpp.

END_VALUE_METHOD int DomDocumentNS::indent = KJSEmbed::extractInt( exec, args, 0, 1)

Definition at line 370 of file dom.cpp.

QDomProcessingInstruction DomDocumentNS::inst = value.createProcessingInstruction(target, data )

Definition at line 437 of file dom.cpp.

QString DomDocumentNS::message

Definition at line 358 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::name = KJSEmbed::extractQString( exec, args, 0)

Definition at line 386 of file dom.cpp.

QDomNode DomDocumentNS::node = value.importNode( import, deep )

Definition at line 450 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::nsURI = KJSEmbed::extractQString( exec, args, 0)

Definition at line 392 of file dom.cpp.

QString DomDocumentNS::parserErrorTemplate = "XML Parse error '%1' at %2,%3"

Definition at line 354 of file dom.cpp.

QString DomDocumentNS::qName = KJSEmbed::extractQString( exec, args, 1)

Definition at line 393 of file dom.cpp.

QDomEntityReference DomDocumentNS::ref = value.createEntityReference( name )

Definition at line 430 of file dom.cpp.

DomDocumentNS::result = KJS::jsBoolean( success )

Definition at line 362 of file dom.cpp.

int DomDocumentNS::row = 0

Definition at line 359 of file dom.cpp.

bool DomDocumentNS::success = value.setContent(xml, &message, &row, &col )

Definition at line 361 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::tagName = KJSEmbed::extractQString( exec, args, 0)

Definition at line 416 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::target = KJSEmbed::extractQString( exec, args, 0)

Definition at line 435 of file dom.cpp.

QDomText DomDocumentNS::text = value.createTextNode( texttext )

Definition at line 443 of file dom.cpp.

END_VALUE_METHOD QString DomDocumentNS::texttext = KJSEmbed::extractQString( exec, args, 0)

Definition at line 442 of file dom.cpp.

QString DomDocumentNS::xml = KJSEmbed::extractQString( exec, args, 0)

Definition at line 357 of file dom.cpp.

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.

kjsembed

Skip menu "kjsembed"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal