| typedef document_traversal< processed_elements< processed_elements_t >, processed_attributes< processed_attributes_t >, viewport_policy< policy::viewport::as_transform >, context_factories< ChildContextFactories >, markers_policy< policy::markers::calculate_always >, color_factory< ColorFactory >, length_policy< policy::length::forward_to_method< BaseContext > >, attribute_traversal_policy< AttributeTraversal >, error_policy< policy::error::default_policy< BaseContext > >, transform_events_policy< policy::transform_events::forward_to_method< BaseContext > > > | Parser::document_traversal_t |
| typedef boost::mpl::fold< default_process_attribute_t, boost::mpl::set< tag::attribute::transform, tag::attribute::stroke, tag::attribute::stroke_width, tag::attribute::clip_path, tag::attribute::color, tag::attribute::fill, tag::attribute::mask, tag::attribute::id, tag::attribute::class_, boost::mpl::pair< svgpp::tag::element::use_, svgpp::tag::attribute::xlink::href >, boost::mpl::pair< svgpp::tag::element::image, svgpp::tag::attribute::xlink::href >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_strength >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_speed >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_repeat >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_height >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_diode >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_zstep >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_color >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_config_name >, boost::mpl::pair< svgpp::tag::element::g, svgpp::tag::attribute::data_name >, tag::attribute::data_original_layer >::type, boost::mpl::insert< boost::mpl::_1, boost::mpl::_2 >>::type | Parser::processed_attributes_t |