public interface ContentSectionProvider
| Modifier and Type | Field and Description |
|---|---|
static ContentSectionProvider |
DEFAULT
Default implementation of this interface that returns an Iterator
over a single element holding
AnalyzedText |
static ContentSectionProvider |
SECTIONS |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Span> |
getContents(AnalyzedText at) |
static final ContentSectionProvider DEFAULT
AnalyzedTextstatic final ContentSectionProvider SECTIONS
Iterator<Span> getContents(AnalyzedText at)
Copyright © 2016–2017 Redlink GmbH. All rights reserved.