to top
Android APIs
public abstract class

SchemaFactoryLoader

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

Class Overview

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)
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected SchemaFactoryLoader ()

Added in API level 8

Public Methods

public abstract SchemaFactory newFactory (String schemaLanguage)

Added in API level 8