public interface HtmlPaginationContext
extends com.univocity.parsers.remote.PaginationContext
Contains information about the pagination process managed by a HtmlPaginator and made available to the user through the NextInputHandler callback.
RemoteContext,
Paginator,
NextInputHandler,
PaginationContext| Modifier and Type | Method and Description |
|---|---|
HtmlElement |
getCurrentPageRoot()
Returns the root element of the HTML tree being processed by the parser.
|
HtmlElement getCurrentPageRoot()
Returns the root element of the HTML tree being processed by the parser. Typically this is the <html> element.
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.