public class DescriptionParserImpl extends Object implements DescriptionParser
A DescriptionParser
implementation.
Constructor and Description |
---|
DescriptionParserImpl()
Creates a parser.
|
Modifier and Type | Method and Description |
---|---|
Description |
parseDescription(String value,
Context context)
Parses the description.
|
public Description parseDescription(String value, Context context) throws ParseException
DescriptionParser
Parses the description.
parseDescription
in interface DescriptionParser
value
- The value.context
- The context.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.