public abstract class BlockExtractingRule extends BasicRule
Modifier and Type | Field and Description |
---|---|
private boolean |
includeEnclosingTags |
private boolean |
seenOpeningTag |
Modifier | Constructor and Description |
---|---|
protected |
BlockExtractingRule(boolean includeEnclosingTags) |
protected |
BlockExtractingRule(boolean includeEnclosingTags,
java.lang.String acceptableTagName) |
Modifier and Type | Method and Description |
---|---|
protected CharArray |
createBuffer() |
protected void |
end(Tag tag) |
void |
process(Tag tag) |
protected void |
start(Tag tag) |
currentBuffer, setContext, shouldProcess
private boolean includeEnclosingTags
private boolean seenOpeningTag