public class CheckTargetFactory extends Object
ICheckTarget
Constructor and Description |
---|
CheckTargetFactory() |
Modifier and Type | Method and Description |
---|---|
static ICheckTarget |
createCheckTarget(Document target,
String targetUrl)
Constructor of
ICheckTarget |
static IHtmlCheckTarget |
createHtmlCheckTarget(Document target,
String targetUrl,
IWebBrowserStyleInfo browserStyleInfo,
HtmlEvalUtil htmlEvalUtil)
Constructor of
IHtmlCheckTarget |
public static ICheckTarget createCheckTarget(Document target, String targetUrl)
ICheckTarget
target
- evaluation target Document
targetUrl
- target URLpublic static IHtmlCheckTarget createHtmlCheckTarget(Document target, String targetUrl, IWebBrowserStyleInfo browserStyleInfo, HtmlEvalUtil htmlEvalUtil)
IHtmlCheckTarget
target
- target Document
targetUrl
- target URLbrowserStyleInfo
- current style informationhtmlEvalUtil
- target HtmlEvalUtil