Lines Matching refs:rToken
304 ByteString rToken( pToken ); in Execute() local
309 sGID = GetAttribute( rToken, "name" ); in Execute()
319 sGID += GetAttribute( rToken, "id" ); in Execute()
333 sGID += GetAttribute( rToken, "id" ); in Execute()
358 ByteString sNewLID = GetAttribute( rToken, "id" ); in Execute()
365 sCurrentOpenTag = rToken; in Execute()
366 Output( rToken ); in Execute()
372 sCurrentCloseTag = rToken; in Execute()
379 rToken = ByteString(""); in Execute()
396 sCurrentText += rToken; in Execute()
403 Output( rToken ); in Execute()
409 ByteString XRMResParser::GetAttribute( const ByteString &rToken, const ByteString &rAttribute ) in GetAttribute() argument
412 ByteString sTmp( rToken ); in GetAttribute()