|
JavaDoq 1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.javadoq.html.Doq
com.javadoq.html.DoqHTMLFile
com.javadoq.html.DoqHTMLBody
public abstract class DoqHTMLBody
An abstract base class of transformers that create target HTML files with bodies.
| Field Summary |
|---|
| Fields inherited from class com.javadoq.html.DoqHTMLFile |
|---|
jdoq |
| Fields inherited from class com.javadoq.html.Doq |
|---|
fileName, fileWriter, LINE_SEPARATOR, STYLE_SHEET |
| Constructor Summary | |
|---|---|
protected |
DoqHTMLBody(JavaDoq jdoq,
java.lang.String fileName,
java.lang.String title)
Constructs a DoqHTMLBody transformer without style sheet. |
protected |
DoqHTMLBody(JavaDoq jdoq,
java.lang.String fileName,
java.lang.String title,
java.lang.String css)
Constructs a DoqHTMLBody transformer with a given style sheet. |
| Method Summary | |
|---|---|
void |
close()
Closes the target HTML body. |
| Methods inherited from class com.javadoq.html.DoqHTMLFile |
|---|
writeFrameItem |
| Methods inherited from class com.javadoq.html.Doq |
|---|
write, write, writeLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DoqHTMLBody(JavaDoq jdoq,
java.lang.String fileName,
java.lang.String title)
Constructs a DoqHTMLBody transformer without style sheet.
This constructor invokes its super constructor to create and open the target file and HTML body.
jdoq - The JavaDoq environment for the transformer.fileName - The absolute path of the source file to transform.title - The title for the target HTML file.
protected DoqHTMLBody(JavaDoq jdoq,
java.lang.String fileName,
java.lang.String title,
java.lang.String css)
Constructs a DoqHTMLBody transformer with a given style sheet.
This constructor invokes its super constructor to create and open the target file and HTML body.
jdoq - The JavaDoq environment for the transformer.fileName - The absolute path of the source file to transform.title - The title for the target HTML file.css - The name of the cascade style sheet file.| Method Detail |
|---|
public void close()
Closes the target HTML body.
This method closes HTML body and invokes its super method to close HTML and the file.
close in class DoqHTMLFile
|
JavaDoq 1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||