public class MSOfficeDocumentPropertiesRule extends BlockExtractingRule
| Modifier and Type | Field and Description |
|---|---|
private boolean |
inDocumentProperties |
private PageBuilder |
page |
| Constructor and Description |
|---|
MSOfficeDocumentPropertiesRule(PageBuilder page) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
end(Tag tag) |
void |
process(Tag tag) |
boolean |
shouldProcess(java.lang.String name)
Called by the HTMLProcessor to determine if a rule should be called for a given tag.
|
protected void |
start(Tag tag) |
createBuffercurrentBuffer, getCurrentBufferContent, setContextprivate final PageBuilder page
private boolean inDocumentProperties
public MSOfficeDocumentPropertiesRule(PageBuilder page)
public boolean shouldProcess(java.lang.String name)
TagRuleshouldProcess in interface TagRuleshouldProcess in class BasicRulepublic void process(Tag tag)
process in interface TagRuleprocess in class BlockExtractingRuleprotected void start(Tag tag)
start in class BlockExtractingRuleprotected void end(Tag tag)
end in class BlockExtractingRule