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

  /frameworks/base/media/libdrm/mobile2/include/util/xml/
DomExpatAgent.h 31 class DomExpatAgent : public ExpatWrapper {
34 * Constructor for DomExpatAgent.
37 DomExpatAgent(XMLDocumentImpl* xmlDocPtr);
39 /** Destructor for DomExpatAgent. */
40 ~DomExpatAgent();
  /frameworks/base/media/libdrm/mobile2/src/util/xml/
DomExpatAgent.cpp 16 #include <util/xml/DomExpatAgent.h>
22 /** see DomExpatAgent.h */
23 DomExpatAgent::DomExpatAgent(XMLDocumentImpl* xmlDocPtr)
29 /** see DomExpatAgent.h */
30 DomExpatAgent::~DomExpatAgent()
35 /** see DomExpatAgent.h */
36 bool DomExpatAgent::generateDocumentFromXML(istringstream *xmlStream)
59 /** see DomExpatAgent.h *
    [all...]

Completed in 24 milliseconds