Searched defs:_xsltCompMatch (Results 1 – 1 of 1) sorted by relevance
99 struct _xsltCompMatch { struct100 struct _xsltCompMatch *next; /* siblings in the name hash */ argument101 float priority; /* the priority */102 const xmlChar *pattern; /* the pattern */103 const xmlChar *mode; /* the mode */104 const xmlChar *modeURI; /* the mode URI */105 xsltTemplatePtr template; /* the associated template */107 int direct;109 int nbStep;110 int maxStep;[all …]