|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ExpressionOwner | interface that must be implemented by the parent state of ExpressionState. |
GrammarReader.BackPatch | |
GrammarReader.PrefixResolver | namespace prefix to URI conversion map. |
GrammarReaderController | Event notification interface for controlling grammar parsing process. |
Class Summary | |
ChildlessState | state that has no children. |
ChoiceState | state that creates ChoiceExp. |
EmptyState | state that creates epsion. |
ExpressionState | Base implementation for those states who read tags representing an expression. |
ExpressionWithChildState | State that parses Expression which contains other expressions. |
ExpressionWithoutChildState | Base implementation for those states who cannot have any children. |
GrammarReader | base implementation of grammar readers that read grammar from SAX2 stream. |
IgnoreState | state that ignores the entire subtree. |
InterleaveState | state that creates an InterleaveExp. |
NullSetState | state that creates nullSet. |
RunAwayExpressionChecker | makes sure that the expression does not run away. |
SequenceState | state that creates SequenceExp. |
SimpleState | base interface of the most of parsing states. |
State | base interface of 'parsing state'. |
reads XML representation of grammar and creates AGM.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |