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 grammarsparameter,
any schema grammars that are imported by them directly or indirectly. |
getGrammarDescriptionXSModel 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 © 2012 JBoss by Red Hat. All Rights Reserved.