软件包 | 描述 |
---|---|
javax.xml.validation |
这个软件包提供了一个用于验证XML文档的API。
|
Modifier and Type | Method and Description |
---|---|
abstract SchemaFactory |
SchemaFactoryLoader.newFactory(String schemaLanguage)
创建指定的模式语言的一种新
SchemaFactory 对象。
|
static SchemaFactory |
SchemaFactory.newInstance(String schemaLanguage)
查找支持指定的模式语言的
SchemaFactory 执行并返回它。
|
static SchemaFactory |
SchemaFactory.newInstance(String schemaLanguage, String factoryClassName, ClassLoader classLoader)
从中获得的一个新实例类的名称
SchemaFactory 。
|
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.