TagRulepublic class MSOfficeDocumentPropertiesRule extends BlockExtractingRule
| Modifier and Type | Field | Description |
|---|---|---|
private boolean |
inDocumentProperties |
|
private PageBuilder |
page |
| Constructor | Description |
|---|---|
MSOfficeDocumentPropertiesRule(PageBuilder page) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
end(Tag tag) |
|
void |
process(Tag tag) |
|
boolean |
shouldProcess(String name) |
Called by the HTMLProcessor to determine if a rule should be called for a given tag.
|
protected void |
start(Tag tag) |
currentBuffer, setContextcreateBufferprivate final PageBuilder page
private boolean inDocumentProperties
public MSOfficeDocumentPropertiesRule(PageBuilder page)
public boolean shouldProcess(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