TagRule
public class TitleExtractingRule extends BlockExtractingRule
Modifier and Type | Field | Description |
---|---|---|
private PageBuilder |
page |
|
private boolean |
seenTitle |
Constructor | Description |
---|---|
TitleExtractingRule(PageBuilder page) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
end(Tag tag) |
currentBuffer, setContext, shouldProcess
createBuffer, process, start
private final PageBuilder page
private boolean seenTitle
public TitleExtractingRule(PageBuilder page)
protected void end(Tag tag)
end
in class BlockExtractingRule