public abstract class AbstractDocConverter extends Object implements DocConverter
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
level |
(package private) Map<String,String> |
properties |
| Constructor and Description |
|---|
AbstractDocConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTableOfContents(Collection<DocTree> elements,
OutputStream out) |
void |
sectionDown() |
void |
sectionUp() |
abstract void |
writeParameterTable(Class<?> clazz,
PrintStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic abstract void writeParameterTable(Class<?> clazz, PrintStream out)
writeParameterTable in interface ParameterTableWriterpublic void sectionDown()
sectionDown in interface DocConverterpublic void sectionUp()
sectionUp in interface DocConverterpublic void createTableOfContents(Collection<DocTree> elements, OutputStream out)
createTableOfContents in interface DocConverterDocConverter.createTableOfContents(java.util.Collection,
java.io.OutputStream)Copyright © 2018. All rights reserved.