Package org.activemath.presentation.formats

Class Summary
Format Output stream with some member functions that provide metadata.
Format_GZIP Output stream specialized to produce GZIP-compressed data.
Format_HTML Output stream specialized to produce HTML.
Format_LaTeX Output stream specialized to produce LaTeX.
Format_MathML Output stream specialized to produce MathML.
Format_Omdoc Output stream specialized to produce Omdoc.
Format_PDF Output stream specialized to produce PDF.
Format_Text Output stream specialized to produce plain (UTF-8) text.
Format_XHTML Output stream specialized to produce XHTML.
FormatPipe Output stream through a Unix filter (stdin->stdout).
FormatThroughTempFile Output stream using temp files.
TeXMacrosLister  
 

Exception Summary
FormatException Exception raised when transforming data in a Format stream.