ARTS
2.0.49
|
XML attribute class. More...
#include <xml_io_private.h>
Public Attributes | |
String | name |
String | value |
XML attribute class.
Holds the name and value of an XML attribute.
Definition at line 70 of file xml_io_private.h.
String XMLAttribute::name |
Attribute name
Definition at line 73 of file xml_io_private.h.
Referenced by ArtsXMLTag::add_attribute(), and ArtsXMLTag::read_from_stream().
String XMLAttribute::value |
Attribute value
Definition at line 74 of file xml_io_private.h.
Referenced by ArtsXMLTag::add_attribute(), and ArtsXMLTag::read_from_stream().