I have a html document in memory as a string. It contains a tag with a little script that manipulates the dom. I now want to load that html page
You could fire up jetty embedded. The jetty instance could then serve in memory html strings as web pages via a Servlet / Handler.