NewSaxonSchemaReaderFactory
, SchemaReaderLoader
, SchematronSchemaReaderFactory
, XalanSchemaReaderFactory
, XsdSchemaReaderFactory
public interface SchemaReaderFactory
META-INF/services/com.thaiopensource.validate.SchemaReaderFactory
.SchemaReaderLoader
,
SchemaReader
Modifier and Type | Method | Description |
---|---|---|
SchemaReader |
createSchemaReader(java.lang.String namespaceUri) |
Creates a SchemaReader for a particular schema language.
|
Option |
getOption(java.lang.String uri) |
SchemaReader createSchemaReader(java.lang.String namespaceUri)
namespaceUri
- a String identifing the schema language; must not be null
;
for schema languages that use XML, this should be the namespace URI
of the root element if the root element has a non-absent namespace URInull
,
if this SchemaReaderFactory cannot create a SchemaReader for the specified
schema languageOption getOption(java.lang.String uri)