Inspired by Avro 1.4.1 specification.
The parser can use an optional {@link DataSchemaResolver} to resolve namesnot found parsed from its input.
@author slim
The {@link SchemaParser} interface defines the abstraction of a component ableto parse sources and produce {@link Schema} instances suitable for validation ofXML documents.
A {@link SchemaParser} might be able to understand more than one grammarlanguage at the same time. The list of all supported grammar languages must be returned by the {@link #getSupportedGrammars()} method.
|
|
|
|
|
|
|
|
|
|
|
|