| Constructor and Description |
|---|
NameParser() |
| Modifier and Type | Method and Description |
|---|---|
static CSLName[] |
parse(String names)
Parses names to
CSLName objects. |
public static CSLName[] parse(String names)
CSLName objects. Also handles strings
containing multiple names separated by and. The
method always returns at least one object, even if the given
names cannot be parsed. In this case the returned object just
contains a literal string.names - the names to parseCSLName objects (never null and never empty)