SimpleXML.Element

This is a name-value pair representing an element

class SimpleXML(T)
struct Element {}

Members

Variables

name
T[] name;

The name of this element

value
T[] value;

The value of this element

Meta