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) |
createBuffer
currentBuffer, getCurrentBufferContent, setContext
private final PageBuilder page
private boolean inDocumentProperties
public MSOfficeDocumentPropertiesRule(PageBuilder page)
public boolean shouldProcess(java.lang.String name)
TagRule
shouldProcess
in interface TagRule
shouldProcess
in class BasicRule
public void process(Tag tag)
process
in interface TagRule
process
in class BlockExtractingRule
protected void start(Tag tag)
start
in class BlockExtractingRule
protected void end(Tag tag)
end
in class BlockExtractingRule