Uses of Class
javax.xml.validation.SchemaFactory
| Package | Description |
|---|---|
| javax.xml.validation |
-
Uses of SchemaFactory in javax.xml.validation
Methods in javax.xml.validation that return SchemaFactory Modifier and Type Method Description abstract SchemaFactorySchemaFactoryLoader. newFactory(String schemaLanguage)static SchemaFactorySchemaFactory. newInstance(String schemaLanguage)Lookup an implementation of theSchemaFactorythat supports the specified schema language and return it.static SchemaFactorySchemaFactory. newInstance(String schemaLanguage, String factoryClassName, ClassLoader classLoader)Returns an instance of the named implementation ofSchemaFactory.