Inheritance diagram for TextHRDMapper:
HRD Files format contains mappings of HRC syntax regions into text indention information. For example, HTML indention (stext
, sback
, etext
, eback
) allows to create colorized HTML code.
Public Member Functions | |
void | loadRegionMappings (InputSource *is) |
Loads region defines from is InputSource. | |
void | saveRegionMappings (Writer *writer) const |
Saves all loaded region defines into writer . | |
void | setRegionDefine (const String ®ion, const RegionDefine *rdnew) |
Changes specified region definition to rdnew . |
|
Loads region defines from Multiple files could be loaded. Implements RegionMapperImpl. |
|
Saves all loaded region defines into Note, that result document would not be equal to input one, because there could be multiple input documents. Implements RegionMapperImpl. |
|
Changes specified region definition to
Implements RegionMapperImpl. |