Most visited

Recently visited

Added in API level 8

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

From class java.lang.Object

Protected constructors

SchemaFactoryLoader

Added in API level 8
SchemaFactoryLoader ()

Public methods

newFactory

Added in API level 8
SchemaFactory newFactory (String schemaLanguage)

Parameters
schemaLanguage String
Returns
SchemaFactory

Hooray!