ARTS  2.4.0(git:4fb77825)
XMLAttribute Class Reference

XML attribute class. More...

#include <xml_io_private.h>

Public Attributes

String name
 
String value
 

Detailed Description

XML attribute class.

Holds the name and value of an XML attribute.

Definition at line 80 of file xml_io_private.h.

Member Data Documentation

◆ name

String XMLAttribute::name

Attribute name

Definition at line 82 of file xml_io_private.h.

Referenced by ArtsXMLTag::add_attribute(), and ArtsXMLTag::read_from_stream().

◆ value

String XMLAttribute::value

Attribute value

Definition at line 83 of file xml_io_private.h.

Referenced by ArtsXMLTag::add_attribute(), and ArtsXMLTag::read_from_stream().


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