TextParserTempl.this

Creates a new instance with a select string input.

class TextParserTempl(BitmapType = Bitmap8Bit)
@safe pure nothrow
this
if (
is(BitmapType == Bitmap8Bit) ||
is(BitmapType == Bitmap16Bit)
||
is(BitmapType Bitmap32Bit)
)

Parameters

_input dstring

the input text containing the xml file.

_defFrmt CharacterFormattingInfo!BitmapType

the default character formatting

Meta