(HtmlDocVisitor visitor)
| 37 | private final HtmlDocVisitor visitor; |
| 38 | |
| 39 | HtmlDoc(HtmlDocVisitor visitor) { |
| 40 | this.visitor = visitor; |
| 41 | } |
| 42 | |
| 43 | public final Html<HtmlPage> html() { |
| 44 | this.getVisitor().write(HEADER); |
nothing calls this directly
no outgoing calls
no test coverage detected