public interface IValidator
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
validate(int depth,
com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage,
com.gargoylesoftware.htmlunit.html.HtmlAnchor link) |
java.util.Properties validate(int depth, com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage, com.gargoylesoftware.htmlunit.html.HtmlAnchor link)
depth
- The depth of the page, counted from the root.htmlPage
- The page to validate.link
- The link used to call the page.