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

  /frameworks/base/media/libdrm/mobile2/src/roap/
RoapMessageHandler.cpp 50 XMLDocumentImpl* xmlDoc = new XMLDocumentImpl();
51 DomExpatAgent domExpatAgent1(xmlDoc);
54 return xmlDoc;
58 delete(xmlDoc);
  /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.
356 struct _xmlDoc *context; /* normally an xmlDoc */
506 * xmlDoc:
510 typedef struct _xmlDoc xmlDoc;
511 typedef xmlDoc *xmlDocPtr;
    [all...]

Completed in 251 milliseconds