|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSGrammar
Representing a schema grammar. It contains declaration/definitions from a certain namespace. When a grammar is preparsed, and its grammar type is XML Schema, it can be casted to this interface. Objects of this interface can be converted to XSModel, from which further information about components in this grammar can be obtained.
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 grammars parameter,
any schema grammars that are imported by them directly or indirectly. |
Methods inherited from interface org.apache.xerces.xni.grammars.Grammar |
---|
getGrammarDescription |
Method Detail |
---|
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 grammarXSModel toXSModel(XSGrammar[] grammars)
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.
XSModel
representing these schema grammars
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |