XMLReader->moveToAttributeNs()
    (no version information, might be only in CVS)
XMLReader->moveToAttributeNs() -- 指定した名前の属性にカーソルを移動する
説明
class 
XMLReader { 
bool 
moveToAttributeNs ( string localName, string namespaceURI )
}
   指定した名前空間内で、指定した名前の属性にカーソルを移動します。
  
パラメータ
   
- localName
 
       ローカル名。
      
- namespaceURI
 
       名前空間の URI。
      
 
  返り値
   成功した場合に TRUE を、失敗した場合に FALSE を返します。