Attribute

Single attributes are represented by this struct.

struct Attribute (
Ch = char
) {}

Members

Variables

localName
const(Ch)[] localName;
Undocumented in source.
value
const(Ch)[] value;
Undocumented in source.

Meta