Searched defs:_xmlNs (Results 1 – 1 of 1) sorted by relevance
350 struct _xmlNs { struct351 struct _xmlNs *next; /* next Ns link for this node */ argument352 xmlNsType type; /* global or local */353 const xmlChar *href; /* URL for the namespace */354 const xmlChar *prefix; /* prefix for the namespace */355 void *_private; /* application data */356 struct _xmlDoc *context; /* normally an xmlDoc */