XMLInstruction

Class representing an XML Instruction section

Constructors

this
this(string content)

Construct an XML Instruction section

Members

Functions

opCmp
int opCmp(Object o)

Compares two XML instructions

opEquals
bool opEquals(Object o)

Compares two XML instructions for equality

toHash
size_t toHash()

Returns the hash of an XMLInstruction

toString
string toString()

Returns a string representation of this XmlInstruction

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