CData

Class representing a Character Data section

Constructors

this
this(string content)

Construct a character data section

Members

Functions

opCmp
int opCmp(Object o)

Compares two CDatas

opEquals
bool opEquals(Object o)

Compares two CDatas for equality

toHash
size_t toHash()

Returns the hash of a CData

toString
string toString()

Returns a string representation of this CData section

Inherited Members

From Item

opEquals
bool opEquals(Object o)

Compares with another Item of same type for equality

opCmp
int opCmp(Object o)

Compares with another Item of same type

toHash
size_t toHash()

Returns the hash of this item

toString
string toString()

Returns a string representation of this item

pretty
string[] pretty(uint indent)

Returns an indented string representation of this item

isEmptyXML
bool isEmptyXML [@property getter]

Returns true if the item represents empty XML text

Meta

Suggestion Box / Bug Report