|
Class Summary |
| AlwaysValidOperator |
FormatOperator stub that always reports that a set of query parameters is valid. |
| AndFormatOperator |
Combines two format operators in an AND operation. |
| BlockFormatter |
Formats a formatting string block:
(TI)"_TI_"
where TI is a key field and _TI_ is the value of TI. |
| Formatter |
Formats strings based on existance of keys in query parameters input. |
| KeyExistsOperator |
Format operator that tests the existence of a key in a set of query parameters. |
| KeyValueOperator |
Format operator tests the value of a key in a set of query parameters. |
| NotFormatOperator |
Negates the effect of a nested FormatOperator. |
| OrFormatOperator |
Combines two format operators in an OR operation. |