Interface TagRule
- All Known Implementing Classes:
BasicRule,BlockExtractingRule,BodyTagRule,ContentBlockExtractingRule,FramesetRule,HeadExtractingRule,HtmlAttributesRule,MetaTagRule,MSOfficeDocumentPropertiesRule,ParameterExtractingRule,StateTransitionRule,TagReplaceRule,TitleExtractingRule
public interface TagRule
The Interface TagRule.
-
Method Summary
Modifier and TypeMethodDescriptionvoidProcess.voidsetContext(HTMLProcessorContext context) Sets the context.booleanshouldProcess(String name) Called by the HTMLProcessor to determine if a rule should be called for a given tag.
-
Method Details
-
setContext
Sets the context.- Parameters:
context- the new context
-
shouldProcess
Called by the HTMLProcessor to determine if a rule should be called for a given tag. The name parameter will always be passed in lowercase.- Parameters:
name- the name- Returns:
- true, if successful
-
process
Process.- Parameters:
tag- the tag
-