public abstract class SchemaFactoryLoader
extends Object
| java.lang.Object | |
| ↳ | javax.xml.validation.SchemaFactoryLoader |
这个类在JAXP 1.3中被删除之前被删除,但被误包含在Java 5中。它只是出于兼容性原因而存在。 应用程序应该避免使用它。
Protected constructors |
|
|---|---|
SchemaFactoryLoader() |
|
Public methods |
|
|---|---|
abstract SchemaFactory |
newFactory(String schemaLanguage) |
Inherited methods |
|
|---|---|
java.lang.Object
|
|
SchemaFactory newFactory (String schemaLanguage)
| Parameters | |
|---|---|
schemaLanguage |
String
|
| Returns | |
|---|---|
SchemaFactory |
|