@@ -311,72 +311,6 @@ BEGIN_RCPP
311
311
return rcpp_result_gen;
312
312
END_RCPP
313
313
}
314
- // setXMLXPtr1val
315
- SEXP setXMLXPtr1val (XPtrXML doc, std::string child, std::string value, bool no_escapes, bool raw);
316
- RcppExport SEXP _openxlsx2_setXMLXPtr1val (SEXP docSEXP, SEXP childSEXP, SEXP valueSEXP, SEXP no_escapesSEXP, SEXP rawSEXP) {
317
- BEGIN_RCPP
318
- Rcpp::RObject rcpp_result_gen;
319
- Rcpp::RNGScope rcpp_rngScope_gen;
320
- Rcpp::traits::input_parameter< XPtrXML >::type doc (docSEXP);
321
- Rcpp::traits::input_parameter< std::string >::type child (childSEXP);
322
- Rcpp::traits::input_parameter< std::string >::type value (valueSEXP);
323
- Rcpp::traits::input_parameter< bool >::type no_escapes (no_escapesSEXP);
324
- Rcpp::traits::input_parameter< bool >::type raw (rawSEXP);
325
- rcpp_result_gen = Rcpp::wrap (setXMLXPtr1val (doc, child, value, no_escapes, raw));
326
- return rcpp_result_gen;
327
- END_RCPP
328
- }
329
- // setXMLXPtr2val
330
- SEXP setXMLXPtr2val (XPtrXML doc, std::string level1, std::string child, std::string value, bool no_escapes, bool raw);
331
- RcppExport SEXP _openxlsx2_setXMLXPtr2val (SEXP docSEXP, SEXP level1SEXP, SEXP childSEXP, SEXP valueSEXP, SEXP no_escapesSEXP, SEXP rawSEXP) {
332
- BEGIN_RCPP
333
- Rcpp::RObject rcpp_result_gen;
334
- Rcpp::RNGScope rcpp_rngScope_gen;
335
- Rcpp::traits::input_parameter< XPtrXML >::type doc (docSEXP);
336
- Rcpp::traits::input_parameter< std::string >::type level1 (level1SEXP);
337
- Rcpp::traits::input_parameter< std::string >::type child (childSEXP);
338
- Rcpp::traits::input_parameter< std::string >::type value (valueSEXP);
339
- Rcpp::traits::input_parameter< bool >::type no_escapes (no_escapesSEXP);
340
- Rcpp::traits::input_parameter< bool >::type raw (rawSEXP);
341
- rcpp_result_gen = Rcpp::wrap (setXMLXPtr2val (doc, level1, child, value, no_escapes, raw));
342
- return rcpp_result_gen;
343
- END_RCPP
344
- }
345
- // setXMLXPtr3val
346
- SEXP setXMLXPtr3val (XPtrXML doc, std::string level1, std::string level2, std::string child, std::string value, bool no_escapes, bool raw);
347
- RcppExport SEXP _openxlsx2_setXMLXPtr3val (SEXP docSEXP, SEXP level1SEXP, SEXP level2SEXP, SEXP childSEXP, SEXP valueSEXP, SEXP no_escapesSEXP, SEXP rawSEXP) {
348
- BEGIN_RCPP
349
- Rcpp::RObject rcpp_result_gen;
350
- Rcpp::RNGScope rcpp_rngScope_gen;
351
- Rcpp::traits::input_parameter< XPtrXML >::type doc (docSEXP);
352
- Rcpp::traits::input_parameter< std::string >::type level1 (level1SEXP);
353
- Rcpp::traits::input_parameter< std::string >::type level2 (level2SEXP);
354
- Rcpp::traits::input_parameter< std::string >::type child (childSEXP);
355
- Rcpp::traits::input_parameter< std::string >::type value (valueSEXP);
356
- Rcpp::traits::input_parameter< bool >::type no_escapes (no_escapesSEXP);
357
- Rcpp::traits::input_parameter< bool >::type raw (rawSEXP);
358
- rcpp_result_gen = Rcpp::wrap (setXMLXPtr3val (doc, level1, level2, child, value, no_escapes, raw));
359
- return rcpp_result_gen;
360
- END_RCPP
361
- }
362
- // setXMLXPtr4val
363
- SEXP setXMLXPtr4val (XPtrXML doc, std::string level1, std::string level2, std::string level3, std::string child, std::string value, bool no_escapes, bool raw);
364
- RcppExport SEXP _openxlsx2_setXMLXPtr4val (SEXP docSEXP, SEXP level1SEXP, SEXP level2SEXP, SEXP level3SEXP, SEXP childSEXP, SEXP valueSEXP, SEXP no_escapesSEXP, SEXP rawSEXP) {
365
- BEGIN_RCPP
366
- Rcpp::RObject rcpp_result_gen;
367
- Rcpp::RNGScope rcpp_rngScope_gen;
368
- Rcpp::traits::input_parameter< XPtrXML >::type doc (docSEXP);
369
- Rcpp::traits::input_parameter< std::string >::type level1 (level1SEXP);
370
- Rcpp::traits::input_parameter< std::string >::type level2 (level2SEXP);
371
- Rcpp::traits::input_parameter< std::string >::type level3 (level3SEXP);
372
- Rcpp::traits::input_parameter< std::string >::type child (childSEXP);
373
- Rcpp::traits::input_parameter< std::string >::type value (valueSEXP);
374
- Rcpp::traits::input_parameter< bool >::type no_escapes (no_escapesSEXP);
375
- Rcpp::traits::input_parameter< bool >::type raw (rawSEXP);
376
- rcpp_result_gen = Rcpp::wrap (setXMLXPtr4val (doc, level1, level2, level3, child, value, no_escapes, raw));
377
- return rcpp_result_gen;
378
- END_RCPP
379
- }
380
314
// getXMLXPtr1attr
381
315
SEXP getXMLXPtr1attr (XPtrXML doc, std::string child);
382
316
RcppExport SEXP _openxlsx2_getXMLXPtr1attr (SEXP docSEXP, SEXP childSEXP) {
@@ -796,10 +730,6 @@ static const R_CallMethodDef CallEntries[] = {
796
730
{" _openxlsx2_getXMLXPtr2val" , (DL_FUNC) &_openxlsx2_getXMLXPtr2val, 3 },
797
731
{" _openxlsx2_getXMLXPtr3val" , (DL_FUNC) &_openxlsx2_getXMLXPtr3val, 4 },
798
732
{" _openxlsx2_getXMLXPtr4val" , (DL_FUNC) &_openxlsx2_getXMLXPtr4val, 5 },
799
- {" _openxlsx2_setXMLXPtr1val" , (DL_FUNC) &_openxlsx2_setXMLXPtr1val, 5 },
800
- {" _openxlsx2_setXMLXPtr2val" , (DL_FUNC) &_openxlsx2_setXMLXPtr2val, 6 },
801
- {" _openxlsx2_setXMLXPtr3val" , (DL_FUNC) &_openxlsx2_setXMLXPtr3val, 7 },
802
- {" _openxlsx2_setXMLXPtr4val" , (DL_FUNC) &_openxlsx2_setXMLXPtr4val, 8 },
803
733
{" _openxlsx2_getXMLXPtr1attr" , (DL_FUNC) &_openxlsx2_getXMLXPtr1attr, 2 },
804
734
{" _openxlsx2_getXMLXPtr2attr" , (DL_FUNC) &_openxlsx2_getXMLXPtr2attr, 3 },
805
735
{" _openxlsx2_getXMLXPtr3attr" , (DL_FUNC) &_openxlsx2_getXMLXPtr3attr, 4 },
0 commit comments