Searched defs:_xsltTemplate (Results 1 – 1 of 1) sorted by relevance
274 struct _xsltTemplate { struct275 struct _xsltTemplate *next;/* chained list sorted by priority */ argument276 struct _xsltStylesheet *style;/* the containing stylesheet */277 xmlChar *match; /* the matching string */278 float priority; /* as given from the stylesheet, not computed */279 const xmlChar *name; /* the local part of the name QName */280 const xmlChar *nameURI; /* the URI part of the name QName */281 const xmlChar *mode;/* the local part of the mode QName */282 const xmlChar *modeURI;/* the URI part of the mode QName */283 xmlNodePtr content; /* the template replacement value */[all …]