HomeSort by relevance Sort by last modified time
    Searched defs:xmlNs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 61 * 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;
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.
    [all...]
  /external/libxml2/include/libxml/
tree.h 61 * 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;
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.
    [all...]

Completed in 47 milliseconds