MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getTitleElement

Method getTitleElement

src/main/java/org/htmlunit/html/HtmlPage.java:1239–1241  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 2

getTitleTextMethod · 0.95
setTitleTextMethod · 0.95

Calls 2

getDocumentElementMethod · 0.95

Tested by

no test coverage detected