xmlwrapp
Lightweight C++ XML parsing library
xml::event_parser Member List

This is the complete list of members for xml::event_parser, including all inherited members.

attrs_type typedefxml::event_parser
cdata(const std::string &contents)xml::event_parserprotectedvirtual
comment(const std::string &contents)xml::event_parserprotectedvirtual
end_element(const std::string &name)=0xml::event_parserprotectedpure virtual
event_parser()xml::event_parser
get_error_message() constxml::event_parser
parse_chunk(const char *chunk, size_type length)xml::event_parser
parse_file(const char *filename)xml::event_parser
parse_finish()xml::event_parser
parse_stream(std::istream &stream)xml::event_parser
processing_instruction(const std::string &target, const std::string &data)xml::event_parserprotectedvirtual
set_error_message(const char *message)xml::event_parserprotected
size_type typedefxml::event_parser
start_element(const std::string &name, const attrs_type &attrs)=0xml::event_parserprotectedpure virtual
text(const std::string &contents)=0xml::event_parserprotectedpure virtual
warning(const std::string &message)xml::event_parserprotectedvirtual