()
| 56 | } |
| 57 | |
| 58 | @Override |
| 59 | public HtmlPage threadSafe() { |
| 60 | throw new IllegalStateException( |
| 61 | "HtmlDoc is not reusable and does not keep internal static blocks!" + |
| 62 | "Thus it does not require thread safety!" |
| 63 | ); |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public HtmlDocVisitor getVisitor() { |
no outgoing calls