ReactOS 0.4.15-dev-7842-g558ab78
xslpattern.h File Reference
#include <libxml/tree.h>
#include <libxml/xmlstring.h>
#include <libxml/xpath.h>
#include "windef.h"
#include "winnt.h"
Include dependency graph for xslpattern.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
 

Macro Definition Documentation

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   parser_param*

Definition at line 50 of file xslpattern.h.

◆ YYSTYPE

#define YYSTYPE   xmlChar*

Definition at line 49 of file xslpattern.h.

Typedef Documentation

◆ parser_param

Function Documentation

◆ xslpattern_lex()

int xslpattern_lex ( xmlChar **  ,
void  
)

◆ xslpattern_lex_destroy()

int xslpattern_lex_destroy ( void )

◆ xslpattern_lex_init()

int xslpattern_lex_init ( void **  )

◆ xslpattern_parse()

int xslpattern_parse ( parser_param ,
void  
)

◆ xslpattern_set_extra()

void xslpattern_set_extra ( parser_param ,
void  
)