Searched defs:XmlReader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.cc17 XmlReader::XmlReader() : reader_(NULL) { function in class:XmlReader
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::IsClosingElement() {
55 bool XmlReader::ReadElementContent(std::string* content) {
87 bool XmlReader
[all...]
H A Dlibxml_utils.h37 // XmlReader is a wrapper class around libxml's xmlReader,
39 class XmlReader { class
41 XmlReader();
42 ~XmlReader();

Completed in 736 milliseconds