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

/external/libxml2/include/libxml/
H A Dtree.h62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
377 * xmlNs:
386 typedef struct _xmlNs xmlNs; typedef in typeref:struct:_xmlNs
387 typedef xmlNs *xmlNsPtr;
443 xmlNs *ns; /* pointer to the associated namespace */
500 xmlNs *ns; /* pointer to the associated namespace */
503 xmlNs *nsDef; /* namespace definitions on this node */
598 * A function called to acquire namespaces (xmlNs) from the wrapper.

Completed in 91 milliseconds