Item

Abstract base class for XML items

Members

Functions

opCmp
int opCmp(Object o)

Compares with another Item of same type

opEquals
bool opEquals(Object o)

Compares with another Item of same type for equality

pretty
string[] pretty(uint indent)

Returns an indented string representation of this item

toHash
size_t toHash()

Returns the hash of this item

toString
string toString()

Returns a string representation of this item

Properties

isEmptyXML
bool isEmptyXML [@property getter]

Returns true if the item represents empty XML text

Meta

Suggestion Box / Bug Report