Class SAXEventGenerator

java.lang.Object
eu.bandm.tools.xantlr.runtime.SAXEventGenerator
All Implemented Interfaces:
EventGenerator<NamespaceName,XMLDocumentIdentifier>, Locator

public class SAXEventGenerator extends Object implements EventGenerator<NamespaceName,XMLDocumentIdentifier>, Locator
Runtime class for an xantlr generated parser which maps the AST-representing events onto SAX events. For details please refer to X_LLkParser and to the user doc.
For the SAX events to reach a certain consumer, this class has to be linked to some SAX content handler by calling myParser.event.setContentHandler(ContentHandler) before starting the parser process.