Uses of Class
javax.xml.validation.SchemaFactory
Packages that use SchemaFactory
-
Uses of SchemaFactory in javax.xml.validation
Methods in javax.xml.validation that return SchemaFactoryModifier and TypeMethodDescriptionstatic SchemaFactory
SchemaFactory.newDefaultInstance()
Creates a new instance of theSchemaFactory
builtin system-default implementation.abstract SchemaFactory
SchemaFactoryLoader.newFactory(String schemaLanguage)
Creates a newSchemaFactory
object for the specified schema language.static SchemaFactory
SchemaFactory.newInstance(String schemaLanguage)
Obtains a new instance of aSchemaFactory
that supports the specified schema language.static SchemaFactory
SchemaFactory.newInstance(String schemaLanguage, String factoryClassName, ClassLoader classLoader)
Obtain a new instance of aSchemaFactory
from class name.