Sha256: a55dd03ba2fd4d7a31bda0ebdf9b1ad4ed142a93e66106b49d15236e54e330d9
Contents?: true
Size: 804 Bytes
Versions: 4
Compression:
Stored size: 804 Bytes
Contents
#ifndef UTIL_H_INCLUDED #define UTIL_H_INCLUDED #include <stdio.h> #include <json/json.h> #include "parsed_xpath.h" #include "parsley.h" #include "parser.h" #include "regexp.h" #include <json/printbuf.h> #include "functions.h" #include <stdio.h> #include <string.h> #include <errno.h> #include <stdbool.h> #include <ctype.h> #include <libexslt/exslt.h> #include <libxml/xmlIO.h> FILE* parsley_fopen(char*, char*); xmlNodePtr new_stylesheet_skeleton(char *incl); void registerEXSLT(); void printbuf_file_read(FILE *f, struct printbuf *buf); int parsley_key_flags(char*); char* parsley_key_tag(char*); pxpathPtr parsley_key_filter(char*); int parsley_io_get_mode(); void parsley_io_set_mode(int mode); void _parsley_set_user_agent(char *agent); xmlDocPtr parsley_apply_span_wrap(xmlDocPtr ptr); #endif
Version data entries
4 entries across 4 versions & 4 rubygems
Version | Path |
---|---|
gtl-parsley-ruby-0.5.0 | ext/parsley/util.h |
le1t0-parsley-ruby-0.4.5.001 | ext/parsley/util.h |
parsley-ruby-0.4.5 | ext/parsley/util.h |
edge-parsley-ruby-0.4.5 | ext/parsley/util.h |