Methods
(inner) serialize(rootNode, parameters) → {string}
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rootNode |
Node | |||||||||||||
parameters |
object |
Properties
|
Returns:
- Type
- string
(inner) tokenize(str) → {Array.<Object>}
Parameters:
Name | Type | Description |
---|---|---|
str |
string |
Returns:
- Type
- Array.<Object>
(inner) parse(str) → {BBDocument}
Parameters:
Name | Type | Description |
---|---|---|
str |
string | The input text |
Returns:
An array of BBNode
- Type
- BBDocument