Stay organized with collections
Save and categorize content based on your preferences.
SchemaFactoryLoader
abstract class 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
protected SchemaFactoryLoader()
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# SchemaFactoryLoader\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSchemaFactoryLoader\n===================\n\n```\nabstract class SchemaFactoryLoader\n```\n\n|---|-----------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [javax.xml.validation.SchemaFactoryLoader](#) |\n\nThis 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.\n\nSummary\n-------\n\n| Protected constructors ||\n|----------------------------------------------------------|---|\n| [SchemaFactoryLoader](#SchemaFactoryLoader())`()` \u003cbr /\u003e |\n\n| Public methods ||\n|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [SchemaFactory](/reference/kotlin/javax/xml/validation/SchemaFactory)! | [newFactory](#newFactory(kotlin.String))`(`schemaLanguage:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n\nProtected constructors\n----------------------\n\n### SchemaFactoryLoader\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nprotected SchemaFactoryLoader()\n```\n\nPublic methods\n--------------\n\n### newFactory\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun newFactory(schemaLanguage: String!): SchemaFactory!\n```"]]