Searched defs:xmlNs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h61 * 1) xmlNs gets an additional field @context (a xmlDoc)
62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
339 * xmlNs:
348 typedef struct _xmlNs xmlNs; typedef in typeref:struct:_xmlNs
349 typedef xmlNs *xmlNsPtr;
406 xmlNs *ns; /* pointer to the associated namespace */
463 xmlNs *ns; /* pointer to the associated namespace */
466 xmlNs *nsDef; /* namespace definitions on this node */
561 * A function called to acquire namespaces (xmlNs) from the wrapper.
/external/libxml2/include/libxml/
H A Dtree.h61 * 1) xmlNs gets an additional field @context (a xmlDoc)
62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
339 * xmlNs:
348 typedef struct _xmlNs xmlNs; typedef in typeref:struct:_xmlNs
349 typedef xmlNs *xmlNsPtr;
405 xmlNs *ns; /* pointer to the associated namespace */
462 xmlNs *ns; /* pointer to the associated namespace */
465 xmlNs *nsDef; /* namespace definitions on this node */
560 * A function called to acquire namespaces (xmlNs) from the wrapper.

Completed in 92 milliseconds