Package org.simpleframework.common.parse
package org.simpleframework.common.parse
-
ClassesClassDescriptionMapParser<T>The
MapParser
object represents a parser for name value pairs.This is primarily used to replace theStringBuffer
class, as a way for theParser
to store the char's for a specific region within the parse data that constitutes a desired value.ThisParser
object is to be used as a simple template for parsing uncomplicated expressions.