Gets the title element for this page. Returns null if one is not found. @return the title element for this page or null if this is not one
()
| 1237 | * @return the title element for this page or null if this is not one |
| 1238 | */ |
| 1239 | private HtmlTitle getTitleElement() { |
| 1240 | return (HtmlTitle) getFirstChildElementRecursive(getDocumentElement(), HtmlTitle.class); |
| 1241 | } |
| 1242 | |
| 1243 | /** |
| 1244 | * Looks for and executes any appropriate event handlers. Looks for body and frame tags. |
no test coverage detected