XMLReader->moveToAttribute()

(no version information, might be only in CVS)

XMLReader->moveToAttribute() -- Move cursor to a named attribute

Descrição

class XMLReader {

bool moveToAttribute ( string name )

}

Positions cursor on the named attribute.

Parâmetros

name

The name of the attribute.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

XMLReader->moveToElement()
XMLReader->moveToAttributeNo()
XMLReader->moveToAttributeNs()
XMLReader->moveToFirstAttribute()