Data Structures |
struct | v_state_ |
struct | v_state_attr_ |
struct | v_state_descr_ |
Public Member Functions |
virtual void | bound () |
virtual void | node (const osm::Node &) |
virtual void | way (const osm::Way &) |
virtual void | relation (const osm::Relation &) |
virtual void | version (const ::std::string &) |
virtual void | generator (const ::std::string &) |
virtual void | post_osm () |
void | bound_parser (::bound_pskel &) |
void | node_parser (::node_pskel &) |
void | way_parser (::way_pskel &) |
void | relation_parser (::relation_pskel &) |
void | version_parser (::xml_schema::string_pskel &) |
void | generator_parser (::xml_schema::string_pskel &) |
void | parsers (::bound_pskel &,::node_pskel &,::way_pskel &,::relation_pskel &,::xml_schema::string_pskel &,::xml_schema::string_pskel &) |
| osm_pskel () |
virtual void | bound () |
virtual void | node (const osm::Node &) |
virtual void | way (const osm::Way &) |
virtual void | relation (const osm::Relation &) |
virtual void | version (const ::std::string &) |
virtual void | generator (const ::std::string &) |
virtual void | post_osm () |
void | bound_parser (::bound_pskel &) |
void | node_parser (::node_pskel &) |
void | way_parser (::way_pskel &) |
void | relation_parser (::relation_pskel &) |
void | version_parser (::xml_schema::string_pskel &) |
void | generator_parser (::xml_schema::string_pskel &) |
void | parsers (::bound_pskel &,::node_pskel &,::way_pskel &,::relation_pskel &,::xml_schema::string_pskel &,::xml_schema::string_pskel &) |
| osm_pskel () |
Protected Member Functions |
virtual bool | _start_element_impl (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string *) |
virtual bool | _end_element_impl (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual bool | _attribute_impl_phase_one (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual void | _pre_e_validate () |
virtual void | _post_e_validate () |
void | sequence_0 (unsigned long &state, unsigned long &count, const ::xml_schema::ro_string &ns, const ::xml_schema::ro_string &n, const ::xml_schema::ro_string *t, bool start) |
void | choice_0 (unsigned long &state, unsigned long &count, const ::xml_schema::ro_string &ns, const ::xml_schema::ro_string &n, const ::xml_schema::ro_string *t, bool start) |
virtual void | _pre_a_validate () |
virtual void | _post_a_validate () |
virtual bool | _start_element_impl (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string *) |
virtual bool | _end_element_impl (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual bool | _attribute_impl_phase_one (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual void | _pre_e_validate () |
virtual void | _post_e_validate () |
void | sequence_0 (unsigned long &state, unsigned long &count, const ::xml_schema::ro_string &ns, const ::xml_schema::ro_string &n, const ::xml_schema::ro_string *t, bool start) |
void | choice_0 (unsigned long &state, unsigned long &count, const ::xml_schema::ro_string &ns, const ::xml_schema::ro_string &n, const ::xml_schema::ro_string *t, bool start) |
virtual void | _pre_a_validate () |
virtual void | _post_a_validate () |
Protected Attributes |
::bound_pskel * | bound_parser_ |
::node_pskel * | node_parser_ |
::way_pskel * | way_parser_ |
::relation_pskel * | relation_parser_ |
::xml_schema::string_pskel * | version_parser_ |
::xml_schema::string_pskel * | generator_parser_ |
v_state_ | v_state_first_ |
::xsd::cxx::parser::pod_stack | v_state_stack_ |
v_state_attr_ | v_state_attr_first_ |
::xsd::cxx::parser::pod_stack | v_state_attr_stack_ |
Definition at line 69 of file osm-pskel.hxx.