File: RcppExports.R

package info (click to toggle)
r-cran-xslt 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: xml: 1,499; cpp: 83; sh: 14; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

doc_xslt_apply <- function(doc, xslt, params) {
    .Call('_xslt_doc_xslt_apply', PACKAGE = 'xslt', doc, xslt, params)
}

libxml2_version <- function() {
    .Call('_xslt_libxml2_version', PACKAGE = 'xslt')
}

libxslt_version <- function() {
    .Call('_xslt_libxslt_version', PACKAGE = 'xslt')
}