Checks if a component type is registered.
static bool isRegistered(String componentType) { return parsers.containsKey(componentType); }