rapidxml ~master (2019-10-18T03:19:33Z)
Home
Dub
Repo
xml_attribute
rapidxml
rapidxml
Undocumented in source.
class
xml_attribute :
xml_base
{
xml_attribute
m_prev_attribute
;
xml_attribute
m_next_attribute
;
string
m_xmlns
;
string
m_local_name
;
xml_document
document
();
string
xmlns
();
}
Members
Functions
document
xml_document
document
()
Undocumented in source. Be warned that the author may not have intended to support it.
xmlns
string
xmlns
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_local_name
string
m_local_name
;
Undocumented in source.
m_next_attribute
xml_attribute
m_next_attribute
;
Undocumented in source.
m_prev_attribute
xml_attribute
m_prev_attribute
;
Undocumented in source.
m_xmlns
string
m_xmlns
;
Undocumented in source.
Inherited Members
From xml_base
m_name
string
m_name
;
Undocumented in source.
m_value
string
m_value
;
Undocumented in source.
m_parent
xml_node
m_parent
;
Undocumented in source.
Meta
Source
See Implementation
rapidxml
rapidxml
classes
xml_attribute
xml_base
xml_document
xml_node
enums
node_type