| chan.text.TemplateParser.ComplexRuleBuilder<H> |
Known Indirect Subclasses
|
Parser builder.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicates the parser to react on | |||||||||||
Indicates the parser to react on | |||||||||||
Indicates the parser to react on | |||||||||||
Indicates the parser to react on | |||||||||||
Indicates the parser to react on tagName tags which has an attribute
contains value.
| Parameters | |
|---|---|
tagName |
String:
Tag name. |
attribute |
String:
Attribute name. |
value |
String:
Attribute value. |
| Returns | |
|---|---|
ComplexBuilder<H> |
Parser builder. |
Indicates the parser to react on tagName tags which has an attribute
ends with value.
| Parameters | |
|---|---|
tagName |
String:
Tag name. |
attribute |
String:
Attribute name. |
value |
String:
Attribute value. |
| Returns | |
|---|---|
ComplexBuilder<H> |
Parser builder. |
Indicates the parser to react on tagName tags which has an attribute
equals value.
| Parameters | |
|---|---|
tagName |
String:
Tag name. |
attribute |
String:
Attribute name. |
value |
String:
Attribute value. |
| Returns | |
|---|---|
ComplexBuilder<H> |
Parser builder. |
Indicates the parser to react on tagName tags which has an attribute
starts with value.
| Parameters | |
|---|---|
tagName |
String:
Tag name. |
attribute |
String:
Attribute name. |
value |
String:
Attribute value. |
| Returns | |
|---|---|
ComplexBuilder<H> |
Parser builder. |