Protected
Static
Readonly
LastMatches the content of the last set of parentheses in a string, including the parentheses.
Protected
Static
Readonly
LastMatches the last space in a string.
Protected
Static
Readonly
NoMatches a non-breaking space character (Unicode \u00A0).
Protected
Static
Readonly
SuperMatches the classes extended by a class declaration, capturing them as 'superClasses', stopping at 'implements' or end of line.
Legacy 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
Here we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.
Legacy Javadocs don't have classes for each method, instead they're in the format:
<h3>Method Detail</h3>
<a name="<prototype>"></a>
<ul class="blockList">
// actual table data
</ul>
// ... and so on
Here we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.
A QueryStrategy for legacy Javadocs.