com.sun.msv.reader.trex
Class DivInGrammarState
public
class
DivInGrammarState
extends ExpressionState
implements ExpressionOwner
Used to parse merged grammars. Also <div> element in the grammar element
(of RELAX NG).
DivInGrammarState itself should not be a ExpressionState. However, GrammarState,
which is a derived class of this class, is a ExpressionState.
Therefore this class has to extend ExpressionState.
Author: Kohsuke KAWAGUCHI