Modifier and Type | Class and Description |
---|---|
class |
CustomTag
A CustomTag provides a mechanism to manipulate the contents of a Tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlockExtractingRule.end(Tag tag) |
void |
BlockExtractingRule.process(Tag tag) |
void |
StateTransitionRule.process(Tag tag) |
void |
TagRule.process(Tag tag) |
abstract void |
BasicRule.process(Tag tag) |
protected void |
BlockExtractingRule.start(Tag tag) |
Constructor and Description |
---|
CustomTag(Tag tag)
Create a CustomTag based on an existing Tag - this takes a copy of the Tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TitleExtractingRule.end(Tag tag) |
protected void |
ContentBlockExtractingRule.end(Tag tag) |
protected void |
MSOfficeDocumentPropertiesRule.end(Tag tag) |
void |
TagReplaceRule.process(Tag tag) |
void |
HtmlAttributesRule.process(Tag tag) |
void |
MetaTagRule.process(Tag tag) |
void |
ParameterExtractingRule.process(Tag tag) |
void |
BodyTagRule.process(Tag tag) |
void |
MSOfficeDocumentPropertiesRule.process(Tag tag) |
void |
FramesetRule.process(Tag tag) |
protected void |
ContentBlockExtractingRule.start(Tag tag) |
protected void |
MSOfficeDocumentPropertiesRule.start(Tag tag) |
Modifier and Type | Class and Description |
---|---|
class |
Parser.ReusableToken |
Modifier and Type | Method and Description |
---|---|
void |
TokenHandler.tag(Tag tag)
Called when tokenizer encounters an HTML tag (open, close or empty).
|
Modifier and Type | Method and Description |
---|---|
void |
DivExtractingPageParser.TopLevelDivExtractingRule.process(Tag tag) |