public abstract class ExtensionElementProvider<EE extends ExtensionElement>
extends Provider<EE>
An abstract class for parsing custom extensions elements. Each ExtensionElementProvider must
be registered with the ProviderManager class for it to be used. Every implementation
of this abstract class must have a public, no-argument constructor.