Lines Matching refs:strRecv
429 void ConvertXml::SetDefaultKey(size_t i, const std::string strRecv)
433 options_.declaration = strRecv;
436 options_.instruction = strRecv;
439 options_.attributes = strRecv;
442 options_.text = strRecv;
445 options_.cdata = strRecv;
448 options_.doctype = strRecv;
451 options_.comment = strRecv;
454 options_.parent = strRecv;
457 options_.type = strRecv;
460 options_.name = strRecv;
463 options_.elements = strRecv;
478 std::string strRecv = "";
480 if ((DealNapiStrValue(env, recvTemp, strRecv)) == napi_ok) {
481 SetDefaultKey(i, strRecv);