public interface XSGrammar extends Grammar
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.xerces.xs.XSModel | toXSModel()Return an  XSModelthat represents components in this schema
 grammar and any schema grammars that are imported by this grammar
 directly or indirectly. | 
| org.apache.xerces.xs.XSModel | toXSModel(XSGrammar[] grammars)Return an  XSModelthat represents components in this schema
 grammar and the grammars in thegrammarsparameter,
 any schema grammars that are imported by them directly or indirectly. | 
getGrammarDescriptionorg.apache.xerces.xs.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 grammarorg.apache.xerces.xs.XSModel toXSModel(XSGrammar[] grammars)
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.XSModel representing these schema grammarsCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.