Text

Undocumented in source.

Constructors

this
this(string content)

Construct a text (aka PCData) section

Members

Functions

opCmp
int opCmp(Object o)

Compares two text sections

opEquals
bool opEquals(Object o)

Compares two text sections for equality

toHash
size_t toHash()

Returns the hash of a text section

toString
string toString()

Returns a string representation of this Text section

Properties

isEmptyXML
bool isEmptyXML [@property getter]

Returns true if the content is the empty string

Meta