}
public void annotateHTMLContent(InputStream is, String charSet, String fileContext,
CaptureSearchResult result) {
ParseContext context = new ParseContext();
Node node;
try {
ContextAwareLexer lex = new ContextAwareLexer(
new Lexer(new Page(is,charSet)),context);