Home | History | Annotate | Download | only in libxml

Lines Matching defs:xmlNs

62  * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
378 * xmlNs:
387 typedef struct _xmlNs xmlNs;
388 typedef xmlNs *xmlNsPtr;
444 xmlNs *ns; /* pointer to the associated namespace */
501 xmlNs *ns; /* pointer to the associated namespace */
504 xmlNs *nsDef; /* namespace definitions on this node */
599 * A function called to acquire namespaces (xmlNs) from the wrapper.