XMLReader::moveToFirstAttribute
(PHP 5 >= 5.1.0)
XMLReader::moveToFirstAttribute — Posiciona el cursor en el primer atributo
Descripción
public bool XMLReader::moveToFirstAttribute
( void
)
Mueve el cursor al primer atributo.
Valores devueltos
Devuelve TRUE en caso de éxito o FALSE en caso de error.
Ver también
- XMLReader::moveToElement() - Posiciona el cursor en el eleménto padre del actual atributo
- XMLReader::moveToAttribute() - Mueve el cursor a un atributo nombrado
- XMLReader::moveToAttributeNo() - Mueve el cursor a un atributo por su índice
- XMLReader::moveToAttributeNs() - Mover el cursor a un atributo dado
- XMLReader::moveToNextAttribute() - Posiciona el cursor en el siguiente atributo