public class TypifiedNameParser extends Object implements Parsable<String>
Modifier and Type | Method and Description |
---|---|
static TypifiedNameParser |
getInstance() |
ParseResult<String> |
parse(String input)
Tries to parse the input and returns a
ParseResult object. |
public ParseResult<String> parse(String input)
Parsable
ParseResult
object.
This should never return null
as parse errors will be indicated in the returned object.public static TypifiedNameParser getInstance()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.