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
DescriptionParserParses the description.
parseDescription in interface DescriptionParservalue - The value.context - The context.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.