Element

Undocumented in source.

Constructors

this
this(string name, string interior)
Undocumented in source.
this
this(const(Tag) tag_)
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.
opOpAssign
void opOpAssign(Text item)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(CData item)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Comment item)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(ProcessingInstruction item)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Element item)
Undocumented in source. Be warned that the author may not have intended to support it.
pretty
string[] pretty(uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text(DecodeMode mode)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

cdatas
CData[] cdatas;
Undocumented in source.
comments
Comment[] comments;
Undocumented in source.
elements
Element[] elements;
Undocumented in source.
items
Item[] items;
Undocumented in source.
pis
ProcessingInstruction[] pis;
Undocumented in source.
tag
Tag tag;
Undocumented in source.
texts
Text[] texts;
Undocumented in source.

Inherited Members

From Item

opEquals
bool opEquals(Object o)
Undocumented in source.
opCmp
int opCmp(Object o)
Undocumented in source.
toHash
size_t toHash()
Undocumented in source.
toString
string toString()
Undocumented in source.
pretty
string[] pretty(uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmptyXML
bool isEmptyXML [@property getter]
Undocumented in source.

Meta