TagRule
public 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, setContext
createBuffer
private final PageBuilder page
private boolean inDocumentProperties
public MSOfficeDocumentPropertiesRule(PageBuilder page)
public boolean shouldProcess(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