Package net.sf.joost.stx

Contains the kernel classes of Joost implementing the transformation process.

See:
          Description

Interface Summary
ParserListener Callback interface that can be used to receive information about the STX instructions created by a Parser object.
 

Class Summary
BufferReader An XMLReader object that uses the events from a buffer.
Context Instances of this class provide context information while processing an input document.
Emitter Emitter acts as a filter between the Processor and the real SAX output handler.
ErrorHandlerImpl Class for receiving notifications of warnings and errors and for passing them to a registered ErrorListener object.
HttpPostHandler Implements an HTTP POST connection with a TransformerHandler interface.
ParseContext Instances of this class provide context information while parsing an STX document.
Parser Creates the tree representation of an STX transformation sheet.
Processor Processes an XML document as SAX XMLFilter.
SAXEvent SAXEvent stores all information attached to an incoming SAX event, it is the representation of a node in STX.
SAXEvent.DoubleString This class acts as a wrapper for a pair of String objects.
SAXWrapperHandler Wraps a SAX parser (XMLReader) in a TransformerHandler object.
TransformerHandlerResolverImpl The default implementation of an TransformerHandlerResolver.
Value Container class for concrete values (of XPath types)
 

Package net.sf.joost.stx Description

Contains the kernel classes of Joost implementing the transformation process.