XMLReader->moveToElement()

(no version information, might be only in CVS)

XMLReader->moveToElement() -- 現在の属性の親要素にカーソルを移動する

説明

class XMLReader {

bool moveToElement ( void )

}

現在の属性の親要素にカーソルを移動します。成功した場合に TRUE、 失敗した場合、あるいはメソッドがコールされた際の位置が属性ノードでは なかった場合に FALSE を返します。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

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