Grammarpublic interface XSGrammar extends Grammar
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.xerces.xs.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. |
org.apache.xerces.xs.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. |
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-2010 The Apache Software Foundation. All Rights Reserved.