public interface XSGrammar extends Grammar
Modifier and Type | Method and Description |
---|---|
XSModel |
toXSModel()
Return an
XSModel that represents components in this schema
grammar and any schema grammars that are imported by this grammar
directly or indirectly. |
XSModel |
toXSModel(XSGrammar[] grammars)
Return an
XSModel that represents components in this schema
grammar and the grammars in the grammars parameter,
any schema grammars that are imported by them directly or indirectly. |
getGrammarDescription
XSModel toXSModel()
XSModel
that represents components in this schema
grammar and any schema grammars that are imported by this grammar
directly or indirectly.XSModel
representing this schema grammarCopyright © 2017 JBoss by Red Hat. All rights reserved.