create_for_parsed


Description:

public static List<Importer> create_for_parsed (Parsed parsed)

Create a set of importers which can import this parsed item.

The parsed item is represented by the state of the GcrParser at the time of calling this method.

Parameters:

parsed

a parser with a parsed item to import

Returns:

a list of importers which can import the parsed item, which should be freed with unref, or null if no types of importers can be created