public class PageRegionExtractor
extends jodd.lagarto.EmptyTagVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
PageRegionExtractor.RegionMarker
Region marker for founded, and not yet closed regions.
|
| Modifier and Type | Field and Description |
|---|---|
protected DecoraTag[] |
decoraTags |
protected java.util.LinkedList<PageRegionExtractor.RegionMarker> |
regionMarkers
Decora tags of current regions.
|
| Constructor and Description |
|---|
PageRegionExtractor(DecoraTag[] decoraTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
tag(jodd.lagarto.Tag tag) |
protected final DecoraTag[] decoraTags
protected java.util.LinkedList<PageRegionExtractor.RegionMarker> regionMarkers
public PageRegionExtractor(DecoraTag[] decoraTags)
Copyright © 2003-present Jodd Team