org.eclipse.actf.visualization.eval
Class CheckTargetFactory
java.lang.Object
org.eclipse.actf.visualization.eval.CheckTargetFactory
public class CheckTargetFactory
- extends Object
Factory class for ICheckTarget
CheckTargetFactory
public CheckTargetFactory()
createCheckTarget
public static ICheckTarget createCheckTarget(Document target,
String targetUrl)
- Constructor of
ICheckTarget
- Parameters:
target
- evaluation target Document
targetUrl
- target URL
createHtmlCheckTarget
public static IHtmlCheckTarget createHtmlCheckTarget(Document target,
String targetUrl,
IWebBrowserStyleInfo browserStyleInfo,
HtmlEvalUtil htmlEvalUtil)
- Constructor of
IHtmlCheckTarget
- Parameters:
target
- target Document
targetUrl
- target URLbrowserStyleInfo
- current style informationhtmlEvalUtil
- target HtmlEvalUtil