|
abstract
ComplexBuilder<H>
|
contains(String tagName, String attribute, String value)
Indicates the parser to react on tagName tags which has an attribute
contains value.
|
|
abstract
ComplexBuilder<H>
|
ends(String tagName, String attribute, String value)
Indicates the parser to react on tagName tags which has an attribute
ends with value.
|
|
abstract
ComplexBuilder<H>
|
equals(String tagName, String attribute, String value)
Indicates the parser to react on tagName tags which has an attribute
equals value.
|
|
abstract
ComplexBuilder<H>
|
starts(String tagName, String attribute, String value)
Indicates the parser to react on tagName tags which has an attribute
starts with value.
|