Sha256: a57a5f6c9d7dedd985b3c7c56fbc0aec35716c9146145d1fbe7e96fff82fd3d3

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 Bytes

Contents

#ifndef PARSLEY_FUNCTIONS_H_INCLUDED
#define PARSLEY_FUNCTIONS_H_INCLUDED

#include <libxml/xpath.h>
#include <libxml/HTMLparser.h>
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/documents.h>

void parsley_register_all();

static void xsltHtmlDocumentFunction(xmlXPathParserContextPtr, int);
static void xsltHtmlDocumentFunctionLoadDocument(xmlXPathParserContextPtr, xmlChar*);
static void xsltInnerXmlFunction(xmlXPathParserContextPtr ctxt, int nargs);
static void xsltOuterXmlFunction(xmlXPathParserContextPtr ctxt, int nargs);
xsltDocumentPtr	xsltLoadHtmlDocument(xsltTransformContextPtr, const xmlChar *);

#endif

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
gtl-parsley-ruby-0.5.0 ext/parsley/functions.h
le1t0-parsley-ruby-0.4.5.001 ext/parsley/functions.h
parsley-ruby-0.4.5 ext/parsley/functions.h
edge-parsley-ruby-0.4.5 ext/parsley/functions.h