public class MSOfficeDocumentPropertiesRule extends BlockExtractingRule
| 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, setContextpublic 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