Orcus
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
orcus::xml_token_element_t Struct Reference

#include <types.hpp>

Public Member Functions

xml_token_element_toperator= (xml_token_element_t)=delete
 
 xml_token_element_t (xmlns_id_t _ns, xml_token_t _name, const pstring &_raw_name, std::vector< xml_token_attr_t > &&_attrs)
 
 xml_token_element_t (const xml_token_element_t &other)
 
 xml_token_element_t (xml_token_element_t &&other)
 

Public Attributes

xmlns_id_t ns
 
xml_token_t name
 
pstring raw_name
 
std::vector< xml_token_attr_tattrs
 

Detailed Description

Element properties passed to its handler via start_element() and end_element() calls.