Package org.simpleframework.common.parse
-
Class Summary Class Description MapParser<T> TheMapParserobject represents a parser for name value pairs.ParseBuffer This is primarily used to replace theStringBufferclass, as a way for theParserto store the char's for a specific region within the parse data that constitutes a desired value.Parser ThisParserobject is to be used as a simple template for parsing uncomplicated expressions.