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  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QXmlAttributes Class Reference

The QXmlAttributes class provides XML attributes. More...

 #include <QXmlAttributes>

Note: All functions in this class are reentrant.

Public Functions

QXmlAttributes ()
virtual ~QXmlAttributes ()
void append ( const QString & qName, const QString & uri, const QString & localPart, const QString & value )
void clear ()
int count () const
int index ( const QString & qName ) const
int index ( const QLatin1String & qName ) const
int index ( const QString & uri, const QString & localPart ) const
int length () const
QString localName ( int index ) const
QString qName ( int index ) const
QString type ( int index ) const
QString type ( const QString & qName ) const
QString type ( const QString & uri, const QString & localName ) const
QString uri ( int index ) const
QString value ( int index ) const
QString value ( const QString & qName ) const
QString value ( const QLatin1String & qName ) const
QString value ( const QString & uri, const QString & localName ) const

Detailed Description

The QXmlAttributes class provides XML attributes.

If attributes are reported by QXmlContentHandler::startElement() this class is used to pass the attribute values.

Use index() to locate the position of an attribute in the list, count() to retrieve the number of attributes, and clear() to remove the attributes. New attributes can be added with append(). Use type() to get an attribute's type and value() to get its value. The attribute's name is available from localName() or qName(), and its namespace URI from uri().

Member Function Documentation

QXmlAttributes::QXmlAttributes ()

Constructs an empty attribute list.

QXmlAttributes::~QXmlAttributes () [virtual]

Destroys the attributes object.

void QXmlAttributes::append ( const QString & qName, const QString & uri, const QString & localPart, const QString & value )

Appends a new attribute entry to the list of attributes. The qualified name of the attribute is qName, the namespace URI is uri and the local name is localPart. The value of the attribute is value.

See also qName(), uri(), localName(), and value().

void QXmlAttributes::clear ()

Clears the list of attributes.

See also append().

int QXmlAttributes::count () const

Returns the number of attributes in the list. This function is equivalent to length().

int QXmlAttributes::index ( const QString & qName ) const

Looks up the index of an attribute by the qualified name qName.

Returns the index of the attribute or -1 if it wasn't found.

See also Namespace Support via Features.

int QXmlAttributes::index ( const QLatin1String & qName ) const

This is an overloaded function.

int QXmlAttributes::index ( const QString & uri, const QString & localPart ) const

This is an overloaded function.

Looks up the index of an attribute by a namespace name.

uri specifies the namespace URI, or an empty string if the name has no namespace URI. localPart specifies the attribute's local name.

Returns the index of the attribute, or -1 if it wasn't found.

See also Namespace Support via Features.

int QXmlAttributes::length () const

Returns the number of attributes in the list.

See also count().

QString QXmlAttributes::localName ( int index ) const

Looks up an attribute's local name for the attribute at position index. If no namespace processing is done, the local name is an empty string.

See also Namespace Support via Features.

QString QXmlAttributes::qName ( int index ) const

Looks up an attribute's XML 1.0 qualified name for the attribute at position index.

See also Namespace Support via Features.

QString QXmlAttributes::type ( int index ) const

Looks up an attribute's type for the attribute at position index.

Currently only "CDATA" is returned.

QString QXmlAttributes::type ( const QString & qName ) const

This is an overloaded function.

Looks up an attribute's type for the qualified name qName.

Currently only "CDATA" is returned.

QString QXmlAttributes::type ( const QString & uri, const QString & localName ) const

This is an overloaded function.

Looks up an attribute's type by namespace name.

uri specifies the namespace URI and localName specifies the local name. If the name has no namespace URI, use an empty string for uri.

Currently only "CDATA" is returned.

QString QXmlAttributes::uri ( int index ) const

Looks up an attribute's namespace URI for the attribute at position index. If no namespace processing is done or if the attribute has no namespace, the namespace URI is an empty string.

See also Namespace Support via Features.

QString QXmlAttributes::value ( int index ) const

Returns an attribute's value for the attribute at position index. The index must be a valid position (i.e., 0 <= index < count()).

QString QXmlAttributes::value ( const QString & qName ) const

This is an overloaded function.

Returns an attribute's value for the qualified name qName, or an empty string if no attribute exists for the name given.

See also Namespace Support via Features.

QString QXmlAttributes::value ( const QLatin1String & qName ) const

This is an overloaded function.

Returns an attribute's value for the qualified name qName, or an empty string if no attribute exists for the name given.

See also Namespace Support via Features.

QString QXmlAttributes::value ( const QString & uri, const QString & localName ) const

This is an overloaded function.

Returns an attribute's value by namespace name.

uri specifies the namespace URI, or an empty string if the name has no namespace URI. localName specifies the attribute's local name.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  4. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 12
  5. 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
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
Page suivante

Le Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

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 4.7
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