public abstract class SchemaFactoryLoader extends Object
本厂创建SchemaFactory
。
不要使用这个类
本课介绍的早期建议的一部分jsr-206标准化过程。该建议最终被放弃,但这一类意外地留在了源代码树,并进入最终版本的方式。
这类不参与任何JAXP 1.3或JAXP 1.4处理。它不能被用户使用或JAXP实现。
Modifier | Constructor and Description |
---|---|
protected |
SchemaFactoryLoader()
无构造函数。
|
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.