SimpleXML.Attribute

This is a name-value pair representing an attribute

class SimpleXML(T)
struct Attribute {}

Members

Variables

name
T[] name;

The name of this attribute

value
T[] value;

The value of this attribute

Meta