Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 1079
نمايش فراداده

SchemaFactoryLoaderjavax.xml.validation

Java 5.0

This class is used by implementations of the validation API to produce a SchemaFactory object for a specified schema type. Applications that use the javax.xml.validation package do not need to use this class.

public abstract class

SchemaFactoryLoader { // Protected Constructors protected

SchemaFactoryLoader ( ); // Public Instance Methods public abstract SchemaFactory

newFactory (String

schemaLanguage ); }