XMLReader::moveToNextAttribute
(PHP 5 >= 5.1.0)
XMLReader::moveToNextAttribute — Positionne le curseur sur le prochain attribut
Description
public bool XMLReader::moveToNextAttribute
( void
)
Déplace le curseur sur le prochain attribut si positionné sur un attribut ou déplace sur le premier attribut si positionné sur un élément.
Valeurs de retour
Cette fonction retourne TRUE
en cas de
succès ou FALSE
si une erreur survient.
Voir aussi
- XMLReader::moveToElement() - Positionne le curseur sur l'élément parent de l'attribut courant
- XMLReader::moveToAttribute() - Déplace un curseur à un attribut nommé
- XMLReader::moveToAttributeNo() - Déplace le curseur à un attribut par index
- XMLReader::moveToAttributeNs() - Déplace le curseur à un attribut d'espace de nom
- XMLReader::moveToFirstAttribute() - Positionne le curseur sur le premier attribut