Get the DOM fragment for the body.
This returns a DOMNodeList because a fragment may have zero or more DOMNodes at its root.
\DOMDocumentFragment
http://www.w3.org/TR/2012/CR-html5-20121217/syntax.html#concept-frag-pa…
public function fragment() { return $this->frag; }