Orcus
Public Attributes | List of all members
orcus::sax::parser_attribute Struct Reference

#include <sax_parser_base.hpp>

Public Attributes

pstring ns
 
pstring name
 
pstring value
 
bool transient
 

Detailed Description

Attribute properties passed by sax_parser to its handler's attribute() call. When an attribute value is transient, it has been converted due to presence of encoded character(s) and stored in a temporary buffer. The handler must assume that the value will not survive beyond the scope of the callback.