de.java2html.converter |
Classes for converting parsed Java source code to various output formats.
|
Java Source File Name | Type | Comment |
AbstractJavaSourceConverter.java | Class | Abstract superclass for all converters for converting a
de.java2html.javasource.JavaSource object to anything else.
For questions, suggestions, bug-reports, enhancement-requests etc.
I may be contacted at:
markus@jave.de
The Java2html home page is located at:
http://www.java2html.de
author: Markus Gebhard version: 2.0, 05/07/02 version: Copyright (C) Markus Gebhard 2000-2002 version: This program is free software; you can redistribute it and/or version: modify it under the terms of the GNU General Public License version: as published by the Free Software Foundation; either version 2 version: of the License, or (at your option) any later version. version: This program is distributed in the hope that it will be useful, version: but WITHOUT ANY WARRANTY; without even the implied warranty of version: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
AbstractJavaSourceToXmlConverter.java | Class | |
ConverterMetaData.java | Class | |
IJavaSourceConverter.java | Interface | |
JavaSource2HTMLConverter.java | Class | Algorithm and stuff for converting a
de.java2html.javasource.JavaSource object to to a HTML string
representation.
The result is XHTML1.0 Transitional compliant.
For questions, suggestions, bug-reports, enhancement-requests etc. |
JavaSource2RtfConverter.java | Class | |
JavaSource2TeXConverter.java | Class | Algorithm and stuff for converting a
de.java2html.javasource.JavaSource object to to a TeX string
representation (experimental!).
For questions, suggestions, bug-reports, enhancement-requests etc. |
JavaSource2Xhtml11Converter.java | Class | |
JavaSource2XhtmlConverter.java | Class | |
JavaSource2XmlConverter.java | Class | Algorithm and stuff for converting a
de.java2html.javasource.JavaSource object to to a
XML or XHTML representation (experimental!). |
JavaSourceConverterProvider.java | Class | |