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
SectionParser
Parses the section.
parseSection
in interface SectionParser
value
- The value.context
- The context.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.