#include <tag-pskel.hxx>
Data Structures | |
struct | v_state_attr_ |
Public Member Functions | |
virtual void | k (const ::std::string &) |
virtual void | v (const ::std::string &) |
virtual std::pair< std::string, std::string > | post_tag ()=0 |
void | k_parser (::xml_schema::string_pskel &) |
void | v_parser (::xml_schema::string_pskel &) |
void | parsers (::xml_schema::string_pskel &,::xml_schema::string_pskel &) |
tag_pskel () | |
virtual void | k (const ::std::string &) |
virtual void | v (const ::std::string &) |
virtual std::pair< std::string, std::string > | post_tag ()=0 |
void | k_parser (::xml_schema::string_pskel &) |
void | v_parser (::xml_schema::string_pskel &) |
void | parsers (::xml_schema::string_pskel &,::xml_schema::string_pskel &) |
tag_pskel () | |
Protected Member Functions | |
virtual bool | _attribute_impl_phase_one (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual void | _pre_a_validate () |
virtual void | _post_a_validate () |
virtual bool | _attribute_impl_phase_one (const ::xml_schema::ro_string &, const ::xml_schema::ro_string &, const ::xml_schema::ro_string &) |
virtual void | _pre_a_validate () |
virtual void | _post_a_validate () |
Protected Attributes | |
::xml_schema::string_pskel * | k_parser_ |
::xml_schema::string_pskel * | v_parser_ |
v_state_attr_ | v_state_attr_first_ |
::xsd::cxx::parser::pod_stack | v_state_attr_stack_ |
Definition at line 64 of file tag-pskel.hxx.
tag_pskel::tag_pskel | ( | ) |
Definition at line 65 of file tag-pskel.cxx.
tag_pskel::tag_pskel | ( | ) |
bool tag_pskel::_attribute_impl_phase_one | ( | const ::xml_schema::ro_string & | ns, |
const ::xml_schema::ro_string & | n, | ||
const ::xml_schema::ro_string & | s | ||
) | [protected, virtual] |
Definition at line 90 of file tag-pskel.cxx.
virtual bool tag_pskel::_attribute_impl_phase_one | ( | const ::xml_schema::ro_string & | , |
const ::xml_schema::ro_string & | , | ||
const ::xml_schema::ro_string & | |||
) | [protected, virtual] |
void tag_pskel::_post_a_validate | ( | ) | [protected, virtual] |
Definition at line 140 of file tag-pskel.cxx.
virtual void tag_pskel::_post_a_validate | ( | ) | [protected, virtual] |
virtual void tag_pskel::_pre_a_validate | ( | ) | [protected, virtual] |
void tag_pskel::_pre_a_validate | ( | ) | [protected, virtual] |
Definition at line 130 of file tag-pskel.cxx.
virtual void tag_pskel::k | ( | const ::std::string & | ) | [virtual] |
Reimplemented in tag_pimpl.
void tag_pskel::k | ( | const ::std::string & | ) | [virtual] |
Reimplemented in tag_pimpl.
Definition at line 76 of file tag-pskel.cxx.
void tag_pskel::k_parser | ( | ::xml_schema::string_pskel & | p | ) |
Definition at line 45 of file tag-pskel.cxx.
void tag_pskel::k_parser | ( | ::xml_schema::string_pskel & | ) |
void tag_pskel::parsers | ( | ::xml_schema::string_pskel & | , |
::xml_schema::string_pskel & | |||
) |
void tag_pskel::parsers | ( | ::xml_schema::string_pskel & | k, |
::xml_schema::string_pskel & | v | ||
) |
Definition at line 57 of file tag-pskel.cxx.
virtual std::pair<std::string, std::string> tag_pskel::post_tag | ( | ) | [pure virtual] |
Implemented in tag_pimpl.
virtual std::pair<std::string, std::string> tag_pskel::post_tag | ( | ) | [pure virtual] |
Implemented in tag_pimpl.
virtual void tag_pskel::v | ( | const ::std::string & | ) | [virtual] |
Reimplemented in tag_pimpl.
void tag_pskel::v | ( | const ::std::string & | ) | [virtual] |
Reimplemented in tag_pimpl.
Definition at line 81 of file tag-pskel.cxx.
void tag_pskel::v_parser | ( | ::xml_schema::string_pskel & | ) |
void tag_pskel::v_parser | ( | ::xml_schema::string_pskel & | p | ) |
Definition at line 51 of file tag-pskel.cxx.
xml_schema::string_pskel * tag_pskel::k_parser_ [protected] |
Definition at line 107 of file tag-pskel.hxx.
xml_schema::string_pskel * tag_pskel::v_parser_ [protected] |
Definition at line 108 of file tag-pskel.hxx.
v_state_attr_ tag_pskel::v_state_attr_first_ [protected] |
Definition at line 117 of file tag-pskel.hxx.
xsd::cxx::parser::pod_stack tag_pskel::v_state_attr_stack_ [protected] |
Definition at line 118 of file tag-pskel.hxx.