XMLReader->moveToAttributeNo()

(no version information, might be only in CVS)

XMLReader->moveToAttributeNo() -- Move cursor to an attribute by index

說明

class XMLReader {

bool moveToAttributeNo ( int index )

}

Positions cursor on attribute based on its position.

參數

index

The position of the attribute.

返回值

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