|
ReactOS 0.4.16-dev-2216-ga08d639
|
#include <stdlib.h>#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 | XSLPATTERN_STYPE xmlChar* |
| #define | YY_EXTRA_TYPE parser_param* |
Typedefs | |
| typedef struct _parser_param | parser_param |
Functions | |
| int | xslpattern_lex (xmlChar **, void *) |
| int | xslpattern_lex_init (void **) |
| int | xslpattern_lex_destroy (void *) |
| void | xslpattern_set_extra (parser_param *, void *) |
| int | xslpattern_parse (parser_param *, void *) |
Definition at line 42 of file xslpattern.h.
| #define YY_EXTRA_TYPE parser_param* |
Definition at line 43 of file xslpattern.h.
| typedef struct _parser_param parser_param |
| int xslpattern_parse | ( | parser_param * | , |
| void * | |||
| ) |
| void xslpattern_set_extra | ( | parser_param * | , |
| void * | |||
| ) |