|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.xml.validation.SchemaFactoryLoader
public abstract class SchemaFactoryLoader
创建 SchemaFactory
的工厂。
此类仅供验证 API 的实现使用,而不供用户使用。
构造方法摘要 | |
---|---|
protected |
SchemaFactoryLoader()
不执行操作的构造方法。 |
方法摘要 | |
---|---|
abstract SchemaFactory |
newFactory(String schemaLanguage)
创建指定模式语言的新 SchemaFactory 对象。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
protected SchemaFactoryLoader()
方法详细信息 |
---|
public abstract SchemaFactory newFactory(String schemaLanguage)
SchemaFactory
对象。
schemaLanguage
- 参见可用模式语言列表.
null
。
NullPointerException
- 如果 schemaLanguage 参数为 null。
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。