| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.xml.validation.SchemaFactoryLoader
public abstract class SchemaFactoryLoader
     
创建 SchemaFactory 的工厂。
不要使用此类
此类是在 JSR-206 标准化期间作为早期提案的一部分引入的。该提案最终被废弃,但是此类很意外地被保留在源树中,因此出现在最终版本中。
此类不参加任何 JAXP 1.3 或 JAXP 1.4 处理。用户或 JAXP 实现不得使用该类。
| 构造方法摘要 | |
|---|---|
| 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 Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。