public abstract boolean getFeature (String name)

Look up the value of a feature.

Feature names are fully qualified java.net.URIs. Implementations may define their own features. false is returned if this TransformerFactory or the Transformers or Templates it creates cannot support the feature. It is possible for an TransformerFactory to expose a feature value but be unable to change its state.

Parameters:
name    Feature name.

Returns:  The current state of the feature, true or false.

Exceptions:
NullPointerException    If the name parameter is null.