Package net.sf.joost.emitter

Provides classes for processing the SAX stream result of an STX transformation.

See:
          Description

Interface Summary
StxEmitter Common interface - All emitter implementations have to implement this interface.
 

Class Summary
BufferEmitter This class implements a buffer for storing SAX events.
DOMEmitter This class implements the common interface StxEmitter.
EmitterAdapter Adapter that passes events from ContentHandler and LexicalHandler to Emitter.
FOPEmitter Wrapper class which passes SAX events to FOP
HtmlEmitter This class implements an emitter for html code.
SAXEmitter This class implements the common interface StxEmitter.
StreamEmitter Base class for emitter classes that produce a character stream.
StringEmitter This class implements an emitter that collects characters events
StxEmitterBase Abstract base StxEmitter implementation class that provides StxEmitterBase.setSystemId(String) and StxEmitterBase.getSystemId().
TextEmitter This class implements an emitter that uses the text output method for byte or character streams.
XmlEmitter This class implements an emitter that uses the xml output method for byte or character streams.
 

Package net.sf.joost.emitter Description

Provides classes for processing the SAX stream result of an STX transformation.