Package | Description |
---|---|
javax.xml.validation |
This package provides an API for validation of XML documents.
|
Modifier and Type | Method and Description |
---|---|
abstract SchemaFactory |
SchemaFactoryLoader.newFactory(String schemaLanguage)
Creates a new
SchemaFactory object for the specified
schema language. |
static SchemaFactory |
SchemaFactory.newInstance(String schemaLanguage)
Lookup an implementation of the
SchemaFactory that supports the specified
schema language and return it. |
static SchemaFactory |
SchemaFactory.newInstance(String schemaLanguage,
String factoryClassName,
ClassLoader classLoader)
Obtain a new instance of a
SchemaFactory from class name. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.