Home | History | Annotate | Download | only in bus

Lines Matching refs:parser

25 #include "config-parser.h"
28 #include <libxml/parser.h>
46 xml_text_start_element (BusConfigParser *parser,
99 ret = bus_config_parser_start_element (parser, name,
103 ret = bus_config_parser_end_element (parser, name, error);
149 BusConfigParser *parser;
156 parser = NULL;
189 parser = bus_config_parser_new (&dirname, is_toplevel, parent);
190 if (parser == NULL)
229 xml_text_start_element (parser, reader, &tmp_error);
241 bus_config_parser_content (parser, &content, &tmp_error);
253 bus_config_parser_check_doctype (parser, name, &tmp_error);
264 bus_config_parser_end_element (parser, name, &tmp_error);
305 if (!bus_config_parser_finished (parser, error))
312 return parser;
320 if (parser)
321 bus_config_parser_unref (parser);