| integer-parser | A parser designed to parse strings into integers. |
|---|---|
| keyword-parser | A parser designed to parse strings into keywords. |
| object-id-parser | A parser designed to convert an object id into an object instance. |
| predicate-parser | A parser designed to parse strings into predicates. |
| symbol-parser | A parser designed to parse strings into symbols. |
| text-parser | A default parser for forms. Simply returns strings obtained from the request. |
| us-state-parser | A parser designed to parse strings into a US state. |
| error-message | A default error message. If subclasses
override 'parser-error-message', it is still recommended that they allow
callers to override the error message using the ':error-message'
initarg. See the implementation of 'integer-parser' for an example of
this. Initform:this value must be valid, Initargs::error-message; Accessors:parser-error-message. |
|---|