I have a custom meta box which I would like to use to report on the markup of the current post or page (number of words, number of heading tags, etc).
How can I obtain the post content into memory in order to parse and report on its content inside the meta box?