extractContentDOM: Extract Main HTML Content from DOM
Description
Function extracts main HTML Content using its Document Object Model.
Idea comes basically from the fact, that main content of an HTML Document
is in a subnode of the HTML DOM Tree with a high text-to-tag ratio.
Internally, this function also calls
assignValues, calcDensity, getMainText
and removeTags.