Implements

Constructors

Methods

  • 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

    There we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.

    Parameters

    • $object: CheerioAPI

    Returns Cheerio<Element>