whenJsEnabled.addChild("input", new String[] { "type", "name", "value" }, new String[] { "hidden", "fetchedBlocks", String.valueOf(0) });
whenJsEnabled.addChild("input", new String[] { "type", "name", "value" }, new String[] { "hidden", "requiredBlocks", String.valueOf(1) });
}
} else {
FProxyFetchResult fr = null;
FProxyFetchWaiter waiter = null;
try {
try {
waiter = tracker.makeFetcher(key, maxSize, null, REFILTER_POLICY.RE_FILTER);
fr = waiter.getResultFast();
} catch (FetchException fe) {
whenJsEnabled.addChild("div", "error");
}
if (fr == null) {
whenJsEnabled.addChild("div", "No fetcher found");
} else {
if (fr.isFinished() && fr.hasData()) {
if (logMINOR) {
Logger.minor(this, "ImageElement is completed");
}
whenJsEnabled.addChild(makeHtmlNodeForParsedTag(originalImg));
} else if (fr.failed != null) {