XMLReader->next()

(no version information, might be only in CVS)

XMLReader->next() -- Move cursor to next node skipping all subtrees

說明

class XMLReader {

bool next ( [string localname] )

}

Positions cursor on the next node skipping all subtrees.

參數

localname

The name of the next node to move to.

返回值

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