Package | Description |
---|---|
eu.bandm.tools.xantlr.runtime |
Runtime classes for the xantlr
parser.
|
Modifier and Type | Class and Description |
---|---|
class |
EventFilter<N,D>
Trivial implementation of
EventGenerator which throws
away all events. |
class |
SAXEventGenerator
Runtime class for an xantlr generated parser which maps the
AST-representing events onto SAX events.
|
Modifier and Type | Field and Description |
---|---|
protected EventGenerator<NamespaceName,XMLDocumentIdentifier> |
X_LLkParser.event |
Modifier and Type | Method and Description |
---|---|
EventGenerator<NamespaceName,XMLDocumentIdentifier> |
X_LLkParser.getEventGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
X_LLkParser.setEventGenerator(EventGenerator<NamespaceName,XMLDocumentIdentifier> event) |
see also the complete user documentation .