Orcus
Loading...
Searching...
No Matches
Public Attributes | List of all members
orcus::sax_ns_parser_attribute Struct Reference

Public Attributes

xmlns_id_t ns
 
std::string_view ns_alias
 
std::string_view name
 
std::string_view value
 
bool transient
 

Member Data Documentation

◆ name

std::string_view orcus::sax_ns_parser_attribute::name

Attribute name.

◆ ns

xmlns_id_t orcus::sax_ns_parser_attribute::ns

Attribute namespace identifier.

◆ ns_alias

std::string_view orcus::sax_ns_parser_attribute::ns_alias

Attribute namespace alias.

◆ transient

bool orcus::sax_ns_parser_attribute::transient

Whether or not the attribute value is transient.

◆ value

std::string_view orcus::sax_ns_parser_attribute::value

Attribute value.