org.apache.xerces.xni.grammars
public interface XSGrammar extends Grammar
Version: $Id: XSGrammar.java,v 1.4 2004/02/24 23:15:58 mrglavas Exp $
| Method Summary | |
|---|---|
| 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.
|
XSModel that represents components in this schema
grammar and any schema grammars that are imported by this grammar
directly or indirectly.
Returns: an XSModel representing this schema grammar
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.
Returns: an XSModel representing these schema grammars