| java.lang.Object de.java2html.converter.AbstractJavaSourceConverter de.java2html.converter.JavaSource2HTMLConverter
JavaSource2HTMLConverter | public class JavaSource2HTMLConverter extends AbstractJavaSourceConverter (Code) | | 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. I may be
contacted at: markus@jave.de
The Java2html home page is located at:
http://www.java2html.de
author: Markus Gebhard author: Copyright (C) Markus Gebhard 2000-2002 author: This program is free software; you can redistribute it and/or modify it author: under the terms of the GNU General Public License as published by the Free author: Software Foundation; either version 2 of the License, or (at your option) author: any later version. author: This program is distributed in the hope that it will be useful, but WITHOUT author: ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or author: FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for author: more details. author: You should have received a copy of the GNU General Public License along with author: this program; if not, write to the Free Software Foundation, Inc., 59 Temple author: Place - Suite 330, Boston, MA 02111-1307, USA. |
Field Summary | |
public static boolean | java2HtmlHomepageLinkEnabled Flag indication whether html output contains a link to the
Java2Html-Homepage or not. |
JavaSource2HTMLConverter | public JavaSource2HTMLConverter()(Code) | | |
|
|