|
|
|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::text Namespace Reference
Detailed Description
Equally to the Java package java.text.
|
Compounds |
| class | AbstractFormatedOutput |
| class | Base64 |
| class | DateFormat |
| class | DateFormatSymbols |
| class | DecimalFormat |
| | Corresponds the Java implementation. More...
|
| class | DecimalFormatSymbols |
| class | DecimalSubpatternProperties |
| | Used to store the formatting options of DecimalFormat. More...
|
| class | FieldPosition |
| class | Format |
| class | FormatedOutput |
| | An Interface to print (interactive) text on the console API: ACDK
. More...
|
| class | HTMLFormatedOutput |
| class | NumberFormat |
| class | ParseException |
| class | ParsePosition |
| | This class is used to keep track of the current position during parsing operations. More...
|
| class | PropertyVarTemplateFilter |
| | An filter, which replaces $VarName$ with value in an Properies API: ACDK
. More...
|
| class | RegExp |
| | Implements Regular Expression API: ACDK
. More...
|
| class | RegExpMatchPosition |
| | Holds the Offsets of matching regular expresseions API: ACDK
. More...
|
| class | SimpleDateFormat |
| class | Template |
| | Template functionality for generating documents API: ACDK
. More...
|
| class | TemplateFilter |
| | Callbackroutine, which should filter the templates API: ACDK
. More...
|
| class | TemplateFilterInformation |
| | Internal structur of Template. More...
|
| class | TextFormatedOutput |
Enumerations |
| enum | DateFields {
ERA_FIELD = 0,
YEAR_FIELD = 1,
MONTH_FIELD = 2,
DATE_FIELD = 3,
HOUR_OF_DAY1_FIELD = 4,
HOUR_OF_DAY0_FIELD = 5,
MINUTE_FIELD = 6,
SECOND_FIELD = 7,
MILLISECOND_FIELD = 8,
DAY_OF_WEEK_FIELD = 9,
DAY_OF_YEAR_FIELD = 10,
DAY_OF_WEEK_IN_MONTH_FIELD = 11,
WEEK_OF_YEAR_FIELD = 12,
WEEK_OF_MONTH_FIELD = 13,
AM_PM_FIELD = 14,
HOUR1_FIELD = 15,
HOUR0_FIELD = 16,
TIMEZONE_FIELD = 17
} |
| enum | FormatStyle {
NoneFormatStyle = -1,
FullFormatStyle = 0,
LongFormatStyle = 1,
MediumFormatStyle = 2,
ShortFormatStyle = 3,
DefaultFormatStyle = 4
} |
| | Constant for full style pattern. More...
|
| enum | RegExpFlags {
IgnoreCase = PCRE_CASELESS,
NoNewLine = PCRE_MULTILINE,
DotAll = PCRE_DOTALL,
Extended = PCRE_EXTENDED,
Anchored = PCRE_ANCHORED,
DollarEndOnly = PCRE_DOLLAR_ENDONLY,
Extra = PCRE_EXTRA,
NotBol = PCRE_NOTBOL,
NotEol = PCRE_NOTEOL,
UnGreedy = PCRE_UNGREEDY,
NotEmpty = PCRE_NOTEMPTY,
Utf8 = PCRE_UTF8
} |
Enumeration Type Documentation
|
|
- Enumeration values:
-
| ERA_FIELD |
|
| YEAR_FIELD |
|
| MONTH_FIELD |
|
| DATE_FIELD |
|
| HOUR_OF_DAY1_FIELD |
|
| HOUR_OF_DAY0_FIELD |
|
| MINUTE_FIELD |
|
| SECOND_FIELD |
|
| MILLISECOND_FIELD |
|
| DAY_OF_WEEK_FIELD |
|
| DAY_OF_YEAR_FIELD |
|
| DAY_OF_WEEK_IN_MONTH_FIELD |
|
| WEEK_OF_YEAR_FIELD |
|
| WEEK_OF_MONTH_FIELD |
|
| AM_PM_FIELD |
|
| HOUR1_FIELD |
|
| HOUR0_FIELD |
|
| TIMEZONE_FIELD |
|
|
|
|
Constant for full style pattern.
- Enumeration values:
-
| NoneFormatStyle |
|
| FullFormatStyle |
|
| LongFormatStyle |
|
| MediumFormatStyle |
|
| ShortFormatStyle |
|
| DefaultFormatStyle |
|
|
|
|
- Enumeration values:
-
| IgnoreCase |
|
| NoNewLine |
|
| DotAll |
|
| Extended |
|
| Anchored |
|
| DollarEndOnly |
|
| Extra |
|
| NotBol |
|
| NotEol |
|
| UnGreedy |
|
| NotEmpty |
|
| Utf8 |
|
|
|
|