SchemaFactoryLoader

public abstract class SchemaFactoryLoader
extends Object

java.lang.Object
   ↳ javax.xml.validation.SchemaFactoryLoader


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.

Summary

Protected constructors

SchemaFactoryLoader()

Public methods

abstract SchemaFactory newFactory(String schemaLanguage)

Inherited methods

Protected constructors

SchemaFactoryLoader

Added in API level 8
protected SchemaFactoryLoader ()

Public methods

newFactory

Added in API level 8
public abstract SchemaFactory newFactory (String schemaLanguage)

Parameters
schemaLanguage String

Returns
SchemaFactory