Tag

Undocumented in source.

Constructors

this
this(string name, TagType type)
Undocumented in source.
this
this(string s, bool dummy)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toEmptyString
string toEmptyString()
Undocumented in source. Be warned that the author may not have intended to support it.
toEndString
string toEndString()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toNonEndString
string toNonEndString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStartString
string toStartString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEnd
bool isEnd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isStart
bool isStart [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attr
string[string] attr;

Associative array of attributes

name
string name;

Tag name

s
string s;
Undocumented in source.
t
string t;
Undocumented in source.
tagString
string tagString;
Undocumented in source.
type
TagType type;

Type of tag

Meta