ARTS  2.2.66
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 68 of file xml_io_private.h.

Member Data Documentation

◆ name

String XMLAttribute::name

Attribute name

Definition at line 70 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 71 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: