8-12 Javadocs don't have classes for each field, instead they're in the format:
<h3>Field Detail</h3><a name="<prototype>"></a><ul class="blockList"> // actual table data</ul> // ... and so on Copy
<h3>Field Detail</h3><a name="<prototype>"></a><ul class="blockList"> // actual table data</ul> // ... and so on
There we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.
8-12 Javadocs don't have classes for each field, instead they're in the format:
There we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.