HomeSort by relevance Sort by last modified time
    Searched defs:xmlDoc (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.
357 struct _xmlDoc *context; /* normally an xmlDoc */
507 * xmlDoc:
511 typedef struct _xmlDoc xmlDoc;
512 typedef xmlDoc *xmlDocPtr;
    [all...]
  /external/libxml2/include/libxml/
tree.h 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.
394 struct _xmlDoc *context; /* normally an xmlDoc */
544 * xmlDoc:
548 typedef struct _xmlDoc xmlDoc;
549 typedef xmlDoc *xmlDocPtr;
    [all...]

Completed in 3813 milliseconds