{
createParser(
"<IMG alt=Google height=115 src=\"../../goo/title_homepage4.gif\" width=305>",
"http://www.google.com/test/test/index.html");
// Register the image scanner
parser.addScanner(new ImageScanner("-i", new LinkProcessor()));
parseAndAssertNodeCount(1);
// The node should be an HTMLImageTag
assertTrue(
"Node should be a HTMLImageTag",