| java.lang.Object henplus.importparser.TypeParser
All known Subclasses: henplus.importparser.IgnoreTypeParser, henplus.importparser.QuotedStringParser, henplus.importparser.StringParser,
TypeParser | abstract public class TypeParser (Code) | | A parser for a specific type. The TypeParser knows from the value or its
configuration, into which field the parsed value should be stored.
|
Method Summary | |
abstract public void | parse(char[] buffer, int offset, int len, ValueRecipient recipient) parse the value from the character buffer starting from the given
offset and with the given length. |
parse | abstract public void parse(char[] buffer, int offset, int len, ValueRecipient recipient) throws Exception(Code) | | parse the value from the character buffer starting from the given
offset and with the given length. Store the result in the
ValueRecipient.
|
|
|