| Modifier and Type | Method and Description |
|---|---|
boolean |
isDomChanged(CrawlerContext context,
String domBefore,
Eventable e,
String domAfter)
Check to see if the (new) DOM is changed with regards to the old DOM.
|
boolean isDomChanged(CrawlerContext context, String domBefore, Eventable e, String domAfter)
This method can be called from multiple threads with different CrawlerContext
context - The Crawler context.domBefore - the state before the event.domAfter - the state after the event.Copyright © 2007-2013. All Rights Reserved.