XMLReader->moveToAttribute()

(no version information, might be only in CVS)

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

說明

class XMLReader {

bool moveToAttribute ( string name )

}

Positions cursor on the named attribute.

參數

name

The name of the attribute.

返回值

若果成功則返回 TRUE,失敗則返回 FALSE