D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
nokogiri-1.8.1
/
ext
/
nokogiri
/
Filename :
xslt_stylesheet.h
back
Copy
#ifndef NOKOGIRI_XSLT_STYLESHEET #define NOKOGIRI_XSLT_STYLESHEET #include <nokogiri.h> void init_xslt_stylesheet(); extern VALUE cNokogiriXsltStylesheet ; typedef struct _nokogiriXsltStylesheetTuple { xsltStylesheetPtr ss; VALUE func_instances; } nokogiriXsltStylesheetTuple; #endif