Home
last modified time | relevance | path

Searched defs:_xsltCompMatch (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dpattern.c99 struct _xsltCompMatch { struct
100 struct _xsltCompMatch *next; /* siblings in the name hash */ argument
101 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 …]