Document

Undocumented in source.

Constructors

this
this(string s)

Constructs a Document by parsing XML text.

this
this(const(Tag) tag)

Constructs a Document from a Tag.

Members

Functions

opCmp
int opCmp(Object o)

Compares two Documents

opEquals
bool opEquals(Object o)

Compares two Documents for equality

toHash
size_t toHash()

Returns the hash of a Document

toString
string toString()

Returns the string representation of a Document. (That is, the complete XML of a document).

Variables

epilog
string epilog;

Contains all text which occurs after the root element. Defaults to the empty string

prolog
string prolog;

Contains all text which occurs before the root element. Defaults to <?xml version="1.0"?>

Meta