SchemaFactoryLoader

  • SchemaFactoryLoader was removed in JAXP 1.3 but mistakenly included in Java 5 for compatibility.

  • Applications should avoid using SchemaFactoryLoader.

  • This class provides a way to create SchemaFactory instances, but its use is discouraged.

  • It includes a protected constructor and a public newFactory method.

public abstract class SchemaFactoryLoader extends Object

This class was removed from JAXP 1.3 before it was finalized but was mistakenly included in Java 5. It only exists now for compatibility reasons. Applications should avoid using it.

Protected Constructor Summary

Public Method Summary

abstract SchemaFactory
newFactory(String schemaLanguage)

Inherited Method Summary

Protected Constructors

protected SchemaFactoryLoader ()

Public Methods

public abstract SchemaFactory newFactory (String schemaLanguage)

Parameters
schemaLanguage