- Deprecated:
- use toplevel methods
- Source:
Namespaces
Methods
(protected, static) chain(input, optionsopt) → {Array.<CSL>}
Parse input until success.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
input |
InputData
|
input data |
|
options |
Cite~InputOptions
|
<optional> |
options |
(protected, static) chainAsync(input, optionsopt) → {Promise.<Array.<CSL>>}
Parse input until success. (async)
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
input |
InputData
|
input data |
|
options |
Cite~InputOptions
|
<optional> |
options |
(protected, static) chainLink(input) → {Array.<CSL>}
Parse input once.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
input |
InputData
|
input data |
(protected, static) chainLinkAsync(input) → {Promise}
Parse input once. (async)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
input |
InputData
|
The input data |
Returns:
- Type:
-
Promise
The parsed input