ReactOS 0.4.16-dev-250-g3ecd236
|
#include <libxml/tree.h>
#include <libxml/xmlstring.h>
#include <libxml/xpath.h>
#include "windef.h"
#include "winnt.h"
Go to the source code of this file.
Classes | |
struct | _parser_param |
Macros | |
#define | YYSTYPE xmlChar* |
#define | YY_EXTRA_TYPE parser_param* |
Typedefs | |
typedef struct _parser_param | parser_param |
Functions | |
int | xslpattern_lex (xmlChar **, void *) DECLSPEC_HIDDEN |
int | xslpattern_lex_init (void **) DECLSPEC_HIDDEN |
int | xslpattern_lex_destroy (void *) DECLSPEC_HIDDEN |
void | xslpattern_set_extra (parser_param *, void *) DECLSPEC_HIDDEN |
int | xslpattern_parse (parser_param *, void *) DECLSPEC_HIDDEN |
#define YY_EXTRA_TYPE parser_param* |
Definition at line 50 of file xslpattern.h.
Definition at line 49 of file xslpattern.h.
typedef struct _parser_param parser_param |
int xslpattern_parse | ( | parser_param * | , |
void * | |||
) |
void xslpattern_set_extra | ( | parser_param * | , |
void * | |||
) |