* @return A new Instance of <code>ExtensionFactory</code> that
* is capable of creating the correct <code>ExtensibilityElement</code>
* given a <code>QName</code>.
*/
public ExtensionFactory createExtensionFactory() {
return new ExtensionFactoryImpl();
}