Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h350 struct _xmlNs { struct
351 struct _xmlNs *next; /* next Ns link for this node */ argument
352 xmlNsType type; /* global or local */
353 const xmlChar *href; /* URL for the namespace */
354 const char* dummy_children; /* lines up with node->children */
355 const xmlChar *prefix; /* prefix for the namespace */
356 void *_private; /* application data */
357 struct _xmlDoc *context; /* normally an xmlDoc */
/external/libxml2/include/libxml/
Dtree.h388 struct _xmlNs { struct
389 struct _xmlNs *next; /* next Ns link for this node */ argument
390 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 */