Class DivInGrammarState

All Implemented Interfaces:
ExpressionOwner, ContentHandler
Direct Known Subclasses:
GrammarState

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.