Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QDomAttr Class Reference
[ XML module ]


The QDomAttr class represents one attribute of a QDomElement. More...

#include <qdom.h>

Inherits QDomNode.

List of all member functions.

Public Members

  • QDomAttr () 
  • QDomAttr ( const QDomAttr & x ) 
  • QDomAttr& operator= ( const QDomAttr & ) 
  • ~QDomAttr () 
  • virtual QString name () const
  • virtual bool specified () const
  • virtual QString value () const
  • virtual void setValue ( const QString & ) 
  • virtual QDomNode::NodeType nodeType () const
  • virtual bool isAttr () const

Detailed Description

The QDomAttr class represents one attribute of a QDomElement.

For example, the following piece of XML gives an element with no children, but two attributes:

  <link href="http://www.trolltech.com" color="red" />

One can use the attributes of an element with code similar to:

  QDomElement e = ....;
  QDomAttr a = e.attributeNode( "href" );
  cout << a.value() << endl // gives "http://www.trolltech.com"
  a.setValue( "http://doc.trolltech.com" );
  QDomAttr a2 = e.attributeNode( "href" );
  cout << a2.value() << endl // gives "http://doc.trolltech.com"

This example also shows that changing an attribute received from an element changes the attribute of the element. If you do not want to change the value of the element's attribute you have to use cloneNode() to get an independent copy of the attribute.

For further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/. For a more general introduction of the DOM implementation see the QDomDocument documentation.


Member Function Documentation

QDomAttr::QDomAttr ()

Constructs an empty attribute.

QDomAttr::QDomAttr ( const QDomAttr & x )

Copy constructor.

The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.

QDomAttr::~QDomAttr ()

Destructor.

bool QDomAttr::isAttr () const [virtual]

Returns TRUE.

Reimplemented from QDomNode.

QString QDomAttr::name () const [virtual]

Returns the name of the attribute.

QDomNode::NodeType QDomAttr::nodeType() const [virtual]

Returns AttributeNode.

Reimplemented from QDomNode.

QDomAttr& QDomAttr::operator= ( const QDomAttr & x )

Assignment operator.

The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.

void QDomAttr::setValue ( const QString & v ) [virtual]

Sets the value of the attribute to v.

See also value().

bool QDomAttr::specified () const [virtual]

Returns TRUE if the attribute has been expicitly specified in the XML document or was set by the user with setValue(), otherwise FALSE.

See also setValue().

QString QDomAttr::value () const [virtual]

Returns the current value of the attribute. Returns a null string when the attribute has not been specified.

See also specified() and setValue().


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2005 Trolltech, all rights reserved.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Extension de Qt WebKit

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 2.3
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web