XMLInstruction.this

Construct an XML Instruction section

class XMLInstruction
@safe pure
this
(
string content
)

Parameters

content string

the body of the instruction segment

Throws

XIException if the segment body is illegal (contains ">")

Examples

auto item = new XMLInstruction("ATTLIST");
   // constructs <!ATTLIST>

Meta

Suggestion Box / Bug Report