public interface SectionParser
Parses the "Section" field of a control.
Modifier and Type | Method and Description |
---|---|
Section |
parseSection(String value,
Context context)
Parses the section.
|
Section parseSection(String value, Context context) throws ParseException
Parses the section.
value
- The value.context
- The context.IllegalArgumentException
- If any of the parameters are null
.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.