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