Static Public Member Functions | |
static void | tokenWrite (Writer *markupWriter, Writer *textWriter, Hashtable< String * > *docLinkHash, String *line, LineRegion *lineRegions) |
Writes given line of text using list of passed line regions. | |
static void | markupWrite (Writer *markupWriter, Writer *textWriter, Hashtable< String * > *docLinkHash, String *line, LineRegion *lineRegions) |
Write specified line of text using list of LineRegion's. | |
static void | htmlRGBWrite (Writer *markupWriter, Writer *textWriter, Hashtable< String * > *docLinkHash, String *line, LineRegion *lineRegions) |
Write specified line of text using list of LineRegion's. | |
static void | writeStyle (Writer *writer, const StyledRegion *lr) |
Puts into stream style attributes from RegionDefine object. | |
static void | writeStart (Writer *writer, const StyledRegion *lr) |
Puts into stream starting HTML <span> tag with requested style specification. | |
static void | writeEnd (Writer *writer, const StyledRegion *lr) |
Puts into stream ending HTML </span> tag. | |
static void | writeHref (Writer *writer, Hashtable< String * > *docLinkHash, const Scheme *scheme, const String &token, bool start) |
|
Writes given line of text using list of passed line regions. Formats output with class of each token, enclosed in <span class='regionName'>...</span>
|
|
Write specified line of text using list of LineRegion's.
This method uses text fields of LineRegion class to enwrap each line region. It uses two Writers -
|
|
Write specified line of text using list of LineRegion's. This method uses integer fields of LineRegion class to enwrap each line region with generated HTML markup. Each region is
|