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

  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 7 #include "libxml/xmlreader.h"
17 XmlReader::XmlReader() : reader_(NULL) {
20 XmlReader::~XmlReader() {
25 bool XmlReader::Load(const std::string& input) {
35 bool XmlReader::LoadFile(const std::string& file_path) {
42 bool XmlReader::NodeAttribute(const char* name, std::string* out) {
51 bool XmlReader::ReadElementContent(std::string* content) {
83 bool XmlReader::SkipToElement()
    [all...]
libxml_utils.h 11 #include "libxml/xmlreader.h"
37 // XmlReader is a wrapper class around libxml's xmlReader,
39 class XmlReader {
41 XmlReader();
42 ~XmlReader();
  /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 423 milliseconds