Searched defs:_xsltNsMap (Results 1 – 1 of 1) sorted by relevance
1210 struct _xsltNsMap { struct1211 xsltNsMapPtr next; /* next in the list */1212 xmlDocPtr doc;1213 xmlNodePtr elem; /* the element holding the ns-decl */1214 xmlNsPtr ns; /* the xmlNs structure holding the XML namespace name */1215 const xmlChar *origNsName; /* the original XML namespace name */1216 const xmlChar *newNsName; /* the mapped XML namespace name */