Added in API level 8

SchemaFactoryLoader

abstract class SchemaFactoryLoader
kotlin.Any
   ↳ 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

Public methods
abstract SchemaFactory!
newFactory(schemaLanguage: String!)

Protected constructors

SchemaFactoryLoader

Added in API level 8
protected SchemaFactoryLoader()

Public methods

newFactory

Added in API level 8
abstract fun newFactory(schemaLanguage: String!): SchemaFactory!