Home
last modified time | relevance | path

Searched defs:_xmlNs (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h389 struct _xmlNs { struct
390 struct _xmlNs *next; /* next Ns link for this node */ argument
391 xmlNsType type; /* global or local */
392 const xmlChar *href; /* URL for the namespace */
393 const xmlChar *prefix; /* prefix for the namespace */
394 void *_private; /* application data */
395 struct _xmlDoc *context; /* normally an xmlDoc */