public abstract class SchemaFactoryLoader extends Object
工厂创建SchemaFactory
。
请勿使用本类
在JSR-206标准化过程中,该课程是早期提案的一部分。 该提案最终被放弃,但这个类意外地留在了源码树中,并进入了最终版本。
此类不参与任何JAXP 1.3或JAXP 1.4处理。 它不能被用户或JAXP实现使用。
Modifier | Constructor and Description |
---|---|
protected |
SchemaFactoryLoader()
一个do-nothing构造函数。
|
public abstract SchemaFactory newFactory(String schemaLanguage)
SchemaFactory
对象。
schemaLanguage
- 见
the list of available schema languages 。
null
如果被调用者无法创建一个。
NullPointerException
- 如果
schemaLanguage参数为空。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.