()
| 109 | public abstract HtmlPage threadSafe(); |
| 110 | |
| 111 | @Override |
| 112 | public Element __() { |
| 113 | throw new IllegalStateException( |
| 114 | getName() + " is the root of Html tree and it has not any parent." |
| 115 | ); |
| 116 | } |
| 117 | |
| 118 | @Override |
| 119 | public Element getParent() { |