albanm/node-libxslt

View on GitHub
src/node_libxslt.h

Summary

Maintainability
Test Coverage
#include <node.h>
#include <nan.h>

NAN_METHOD(StylesheetSync);
NAN_METHOD(StylesheetASync);
NAN_METHOD(ApplySync);
NAN_METHOD(ApplyAsync);
NAN_METHOD(RegisterEXSLT);