Orcus
|
Public Member Functions | |
xml_token_attr_t (xmlns_id_t _ns, xml_token_t _name, const pstring &_value, bool _transient) | |
xml_token_attr_t (xmlns_id_t _ns, xml_token_t _name, const pstring &_raw_name, const pstring &_value, bool _transient) | |
Public Attributes | |
xmlns_id_t | ns |
xml_token_t | name |
pstring | raw_name |
pstring | value |
bool | transient |
bool orcus::xml_token_attr_t::transient |
Whether or not the attribute value is transient. A transient value is not guaranteed to be valid after the start_element call ends. A non-transient value is guaranteed to be valid during the life cycle of the xml stream it belongs to.