public interface HomepageParser
A parser for the home-page.
Modifier and Type | Method and Description |
---|---|
Homepage |
parseHomepage(String value,
Context context)
Parses a home-page.
|
Homepage parseHomepage(String value, Context context) throws ParseException
Parses a home-page.
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.