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