public interface ElementContentReader extends ContentReader<ElementContentHandler>
An ElementContentReader allows the HtmlElements that match rules defined in the FieldPath to be acquired directly instead of capturing certain parts of them.
| Modifier and Type | Method and Description |
|---|---|
HtmlElement |
getElement()
Gets the first matching
HtmlElement when applying the previously defined matching rules. |
List<HtmlElement> |
getElements()
Gets all matching
HtmlElements when applying the previously defined matching rules. |
getAttribute, getElement, getFollowingText, getFollowingText, getHeadingText, getHeadingText, getOwnText, getPrecedingText, getPrecedingText, getText, getText, getTextAbove, getTextAbove, getTextAboveList<HtmlElement> getElements()
Gets all matching HtmlElements when applying the previously defined matching rules.
HtmlElement getElement()
Gets the first matching HtmlElement when applying the previously defined matching rules.
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.