XSGrammarpublic interface XSGrammar implements GrammarRepresenting a schema grammar. It contains declaration/definitions from
a certain namespace. When a grammar is preparsed, and its grammar type is
XML Schema, it can be casted to this interface. Objects of this interface
can be converted to XSModel, from which further information about components
in this grammar can be obtained. |
|