Filter {@code new AttributeValueFilter("class", "title");} will match:
<h1 class="title active"></h1>and will not match:
<a class="anchor"></a> // wrong attribute value <li id="123"></li> // wrong attribute <p></p> // wrong attribute - no attribute@author Daniel LĂ©onard @version $Revision$
|
|
|
|