find
Description:
public static ElementFactory?
find (
string name)
Search for an element factory of the given name.
Refs the returned element factory; caller is responsible for unreffing.
Parameters:
| name |
name of factory to find |
Returns:
| ElementFactory if found, NULL otherwise |