ARTS 2.5.11 (git: 6827797f)
XMLAttribute Class Reference

XML attribute class. More...

#include <xml_io_base.h>

Public Attributes

String name
 
String value
 

Detailed Description

XML attribute class.

Holds the name and value of an XML attribute.

Definition at line 43 of file xml_io_base.h.

Member Data Documentation

◆ name

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().

◆ value

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().


The documentation for this class was generated from the following file: