Uses of Package
org.simpleframework.common.parse
Packages that use org.simpleframework.common.parse
Package
Description
-
Classes in org.simpleframework.common.parse used by org.simpleframework.common.parseClassDescriptionThis is primarily used to replace the
StringBufferclass, as a way for theParserto store the char's for a specific region within the parse data that constitutes a desired value.ThisParserobject is to be used as a simple template for parsing uncomplicated expressions. -
Classes in org.simpleframework.common.parse used by org.simpleframework.http.core
-
Classes in org.simpleframework.common.parse used by org.simpleframework.http.parseClassDescriptionThe
MapParserobject represents a parser for name value pairs.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.ThisParserobject is to be used as a simple template for parsing uncomplicated expressions.