parse_text


Description:

public List<Feature>? parse_text (string text) throws Error

Parses text and returns the list of available features.

If an error occured error will be set.

Parameters:

this

A FeatureListParser

text

The feature list string to be parsed

Returns:

The list of features or null if an error occured.