| Modifier and Type | Method and Description |
|---|---|
void |
preStateCrawling(CrawlerContext context,
com.google.common.collect.ImmutableList<CandidateElement> candidateElements,
StateVertex state)
Method that is called before firing events on the current DOM state.
|
void preStateCrawling(CrawlerContext context, com.google.common.collect.ImmutableList<CandidateElement> candidateElements, StateVertex state)
This method can be called from multiple threads with different CrawlerContext
context - the current session data.candidateElements - the candidates for the current state.state - The state being crawledCopyright © 2007-2013. All Rights Reserved.