common parts for parseing RELAX Core/Namespace into AGM.
See: Description
| Class Summary | |
|---|---|
| ElementRefState | parses <ref label="..." /> element. |
| HedgeRefState | parses <hedgeRef label="..." /> element. |
| HedgeRuleBaseState | Base implementation for HedgeRuleState and TopLevelState. expects one and only one expression as its child. |
| RELAXReader | reads RELAX grammar/module by SAX2 and constructs abstract grammar model. |
| RELAXReader.StateFactory | creates various State object, which in turn parses grammar. parsing behavior can be customized by implementing custom StateFactory. |
common parts for parseing RELAX Core/Namespace into AGM.