public class DocletIterator extends Object
Iterates over the various elements of a RootDoc, handing off to the DocletRenderer to perform the rendering work.
John Ericksen
| Constructor and Description |
|---|
DocletIterator(DocletOptions docletOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
render(com.sun.javadoc.RootDoc rootDoc,
DocletRenderer renderer)
Renders a RootDoc’s contents.
|
public DocletIterator(DocletOptions docletOptions)
public boolean render(com.sun.javadoc.RootDoc rootDoc, DocletRenderer renderer)
Renders a RootDoc’s contents.
rootDoc
- renderer
- Copyright © 2023. All rights reserved.