gf_xml_sax_peek_node  126 include/gpac/xml.h char *gf_xml_sax_peek_node(GF_SAXParser *parser, char *att_name, char *att_value, char *substitute, char *get_attr, char *end_pattern, Bool *is_substitute);
gf_xml_sax_peek_node  313 src/scene_manager/loader_svg.c 	node_class = gf_xml_sax_peek_node(parser->sax_parser, "id", ID, NULL, NULL, NULL, NULL);
gf_xml_sax_peek_node  679 src/scene_manager/loader_xmt.c 	node_class = gf_xml_sax_peek_node(parser->sax_parser, "DEF", ID, "ProtoInstance", "name", "<par", &is_proto);