ARTS 2.5.11 (git: 6827797f)
|
XML attribute class. More...
#include <xml_io_base.h>
Public Attributes | |
String | name |
String | value |
XML attribute class.
Holds the name and value of an XML attribute.
Definition at line 43 of file xml_io_base.h.
String XMLAttribute::name |
Attribute name
Definition at line 45 of file xml_io_base.h.
Referenced by XMLTag::add_attribute(), and XMLTag::read_from_stream().
String XMLAttribute::value |
Attribute value
Definition at line 46 of file xml_io_base.h.
Referenced by XMLTag::add_attribute(), and XMLTag::read_from_stream().