Holds a string value token that will require additional processing by a
consumer prior to returning to a client.
A Token is meant to hold a value for further processing -- for instance when
consuming an address list header (like From or To) -- before it's known what
type of IHeaderPart it is (could be an email address, could be a name, or
could be a group.)
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(ZBateson Initializes a token.
|
public ignoreSpacesAfter() : bool Returns true if the value is a space. |
public ignoreSpacesBefore() : bool Returns true if the value is a space. |
public isSpace() Returns true if the value of the token is equal to a single space.
|
Properties |
Methods |