Searched defs:_xmlNs (Results 1 – 2 of 2) sorted by relevance
391 struct _xmlNs { struct392 struct _xmlNs *next; /* next Ns link for this node */ argument393 xmlNsType type; /* global or local */394 const xmlChar *href; /* URL for the namespace */395 const xmlChar *prefix; /* prefix for the namespace */396 void *_private; /* application data */397 struct _xmlDoc *context; /* normally an xmlDoc */