The
SchemaParser interface defines the abstraction of a component able
to parse sources and produce
Schema instances suitable for validation of
XML documents.
A
SchemaParser might be able to understand more than one grammar
language at the same time. The list of all supported grammar languages must be
returned by the
SchemaParser.getSupportedGrammars() method.
|