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

  /external/chromium/chrome/common/
libxml_utils.cc 13 #include "libxml/xmlreader.h"
23 XmlReader::XmlReader()
26 error_func_(this, &XmlReader::GenericErrorCallback)) {
29 XmlReader::~XmlReader() {
35 void XmlReader::GenericErrorCallback(void* context, const char* msg, ...) {
39 XmlReader* reader = static_cast<XmlReader*>(context);
44 bool XmlReader::Load(const std::string& input)
    [all...]
libxml_utils.h 11 #include "libxml/xmlreader.h"
39 // XmlReader is a wrapper class around libxml's xmlReader,
41 class XmlReader {
43 XmlReader();
44 ~XmlReader();

Completed in 36 milliseconds