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

kjsembed

  • sources
  • kde-4.12
  • kdelibs
  • kjsembed
  • kjsembed
Namespaces | Functions | Variables
dom.cpp File Reference
#include "dom.h"
#include <QtXml/QDomAttr>
#include <QtCore/QDebug>
Include dependency graph for dom.cpp:

Go to the source code of this file.

Namespaces

 AttrElementNS
 
 DomDocumentNS
 
 DomDocumentTypeNS
 
 DomElementNS
 
 DomNodeNS
 
 NamedNodeMapNS
 
 NodeListNS
 

Functions

END_VALUE_METHOD value DomNodeNS::clear ()
 
 DomDocumentNS::if (!success)
 
END_VALUE_METHOD value DomNodeNS::normalize ()
 
value DomElementNS::removeAttribute (attr)
 
value DomElementNS::removeAttributeNS (ns, attr)
 
value DomElementNS::setAttribute (tag, newValue)
 
value DomElementNS::setAttributeNS (ns, attr, val)
 
value DomNodeNS::setNodeValue (arg0)
 
value DomNodeNS::setPrefix (arg0)
 
value DomElementNS::setTagName (tag)
 
value AttrElementNS::setValue (newValue)
 
 START_METHOD_LUT (DomNode)
 
 START_METHOD_LUT (DomDocument)
 
 START_METHOD_LUT (DomElement)
 
 START_METHOD_LUT (DomAttr)
 
 START_METHOD_LUT (DomNodeList)
 
 START_METHOD_LUT (DomDocumentType)
 
 START_METHOD_LUT (DomNamedNodeMap)
 

Variables

END_VALUE_METHOD QString DomNodeNS::arg0 = KJSEmbed::extractQString(exec, args, 0)
 
QString DomNodeNS::arg1 = KJSEmbed::extractQString(exec, args, 1)
 
END_VALUE_METHOD QDomAttr DomNodeNS::attr = value.toAttr( )
 
QDomAttr DomDocumentNS::attr = value.createAttribute( name )
 
END_VALUE_METHOD QString DomElementNS::attr = KJSEmbed::extractQString(exec, args, 0)
 
QDomCDATASection DomDocumentNS::cdata = value.createCDATASection( cdatatxt )
 
END_VALUE_METHOD QString DomDocumentNS::cdatatxt = KJSEmbed::extractQString( exec, args, 0)
 
int DomDocumentNS::col = 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)
 
END_VALUE_METHOD bool DomNodeNS::deep = KJSEmbed::extractBool( exec, args, 0, true)
 
bool DomDocumentNS::deep = KJSEmbed::extractBool( exec, args, 1)
 
QString DomElementNS::defaultValue = KJSEmbed::extractQString(exec, args, 1, QString())
 
QString DomElementNS::defValue = KJSEmbed::extractQString( exec, args, 1, QString() )
 
END_VALUE_METHOD QDomDocument DomNodeNS::doc = value.ownerDocument()
 
END_VALUE_METHOD QDomElement DomNodeNS::elem = value.toElement( )
 
END_VALUE_METHOD QDomElement DomDocumentNS::elem = value.documentElement()
 
END_VALUE_METHOD QDomNode DomNodeNS::first = KJSEmbed::extractValue<QDomNode>(exec, args, 0)
 
END_VALUE_METHOD
QDomDocumentFragment 
DomDocumentNS::fragment = value.createDocumentFragment()
 
END_VALUE_METHOD QString DomDocumentNS::id = KJSEmbed::extractQString(exec, args, 0)
 
END_VALUE_METHOD int NodeListNS::idx = KJSEmbed::extractInt( exec, args, 0)
 
END_VALUE_METHOD int NamedNodeMapNS::idx = KJSEmbed::extractInt( 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)
 
QDomProcessingInstruction DomDocumentNS::inst = value.createProcessingInstruction(target, data )
 
QString DomElementNS::localName = KJSEmbed::extractQString(exec, args, 1)
 
QString NamedNodeMapNS::localName = KJSEmbed::extractQString( exec, args, 1)
 
END_VALUE_METHOD QDomNamedNodeMap DomNodeNS::map = value.attributes()
 
QString DomDocumentNS::message
 
END_VALUE_METHOD QString DomNodeNS::name = KJSEmbed::extractQString(exec, args, 0)
 
END_VALUE_METHOD QString DomDocumentNS::name = KJSEmbed::extractQString( exec, args, 0)
 
END_VALUE_METHOD QString DomElementNS::name = KJSEmbed::extractQString(exec, args, 0)
 
QString NamedNodeMapNS::name = KJSEmbed::extractQString( exec, args, 0)
 
QDomAttr DomElementNS::newAttr = value.removeAttributeNode( attr )
 
END_VALUE_METHOD QDomNode DomNodeNS::newNode = KJSEmbed::extractValue<QDomNode>( exec, args, 0)
 
END_VALUE_METHOD QDomNode NamedNodeMapNS::newNode = KJSEmbed::extractValue<QDomNode>(exec,args,0)
 
QString DomElementNS::newValue = KJSEmbed::extractQString(exec, args, 1)
 
END_VALUE_METHOD QString AttrElementNS::newValue = KJSEmbed::extractQString(exec, args, 0)
 
QDomNode DomNodeNS::node = value.appendChild(newNode)
 
QDomNode DomDocumentNS::node = value.importNode( import, deep )
 
QDomNode NodeListNS::node = value.item(idx)
 
QDomNode NamedNodeMapNS::node = value.item(idx)
 
END_VALUE_METHOD QDomNodeList DomNodeNS::nodes = value.childNodes()
 
QDomNodeList DomElementNS::nodes = value.elementsByTagName(name)
 
END_VALUE_METHOD QString DomElementNS::ns = KJSEmbed::extractQString(exec, args, 0)
 
END_VALUE_METHOD QString DomDocumentNS::nsURI = KJSEmbed::extractQString( exec, args, 0)
 
END_VALUE_METHOD QString DomElementNS::nsURI = KJSEmbed::extractQString(exec, args, 0)
 
END_VALUE_METHOD QString NamedNodeMapNS::nsuri = KJSEmbed::extractQString( exec, args, 0)
 
END_VALUE_METHOD QDomElement AttrElementNS::owner = value.ownerElement()
 
END_VALUE_METHOD QDomNode DomNodeNS::parent = value.parentNode()
 
QString DomDocumentNS::parserErrorTemplate = "XML Parse error '%1' at %2,%3"
 
QString DomDocumentNS::qName = KJSEmbed::extractQString( exec, args, 1)
 
QDomEntityReference DomDocumentNS::ref = value.createEntityReference( name )
 
 DomNodeNS::result = KJS::jsNumber((int)value.nodeType())
 
 DomDocumentNS::result = KJS::jsBoolean( success )
 
 DomElementNS::result = KJS::jsString( value.text( ) )
 
 AttrElementNS::result = KJS::jsString( value.value( ) )
 
 NodeListNS::result = KJS::jsNumber( value.count( ) )
 
 DomDocumentTypeNS::result = KJS::jsString( value.internalSubset( ) )
 
 NamedNodeMapNS::result = KJS::jsBoolean( value.contains(name) )
 
int DomDocumentNS::row = 0
 
QDomNode DomNodeNS::second = KJSEmbed::extractValue<QDomNode>(exec, args, 1)
 
bool DomDocumentNS::success = value.setContent(xml, &message, &row, &col )
 
END_VALUE_METHOD QString DomElementNS::tag = KJSEmbed::extractQString(exec, args, 0)
 
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 DomElementNS::val = KJSEmbed::extractQString(exec, args, 3)
 
QString DomDocumentNS::xml = KJSEmbed::extractQString( exec, args, 0)
 

Function Documentation

START_METHOD_LUT ( DomNode  )

Definition at line 270 of file dom.cpp.

START_METHOD_LUT ( DomDocument  )

Definition at line 456 of file dom.cpp.

START_METHOD_LUT ( DomElement  )

Definition at line 600 of file dom.cpp.

START_METHOD_LUT ( DomAttr  )

Definition at line 662 of file dom.cpp.

START_METHOD_LUT ( DomNodeList  )

Definition at line 701 of file dom.cpp.

START_METHOD_LUT ( DomDocumentType  )

Definition at line 748 of file dom.cpp.

START_METHOD_LUT ( DomNamedNodeMap  )

Definition at line 831 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