Preparing search index...
The search index is not available
javadocs-scraper typedoc - v1.0.0
javadocs-scraper typedoc
MethodScraper
Class MethodScraper
Scrapes the
MethodData
s from an object wrapped in a CheerioAPI.
Index
Constructors
constructor
Properties
Text
Type
Parameter
Methods
extract
Annotations
extract
Name
And
Description
extract
Parameters
extract
Returns
extract
Type
Parameters
scrape
Constructors
constructor
new
MethodScraper
()
:
MethodScraper
Returns
MethodScraper
Properties
Protected
Static
Readonly
Text
Type
Parameter
TextTypeParameter
:
RegExp
= ...
Methods
Protected
extract
Annotations
extractAnnotations
(
signature
:
string
)
:
string
[]
Parameters
signature
:
string
Returns
string
[]
Protected
extract
Name
And
Description
extractNameAndDescription
(
$element
:
Cheerio
<
Element
>
,
)
:
{
description
:
null
|
string
;
descriptionHtml
:
null
|
string
;
name
:
string
;
}
Parameters
$element
:
Cheerio
<
Element
>
Returns
{
description
:
null
|
string
;
descriptionHtml
:
null
|
string
;
name
:
string
}
Protected
extract
Parameters
extractParameters
(
$object
:
CheerioAPI
,
$method
:
Cheerio
<
Element
>
,
$signature
:
Cheerio
<
Element
>
,
sanitizedSignature
:
string
,
strategy
:
QueryStrategy
,
)
:
Collection
<
string
,
ParameterData
>
Parameters
$object
:
CheerioAPI
$method
:
Cheerio
<
Element
>
$signature
:
Cheerio
<
Element
>
sanitizedSignature
:
string
strategy
:
QueryStrategy
Returns
Collection
<
string
,
ParameterData
>
Protected
extract
Returns
extractReturns
(
$method
:
Cheerio
<
Element
>
,
$signature
:
Cheerio
<
Element
>
,
strategy
:
QueryStrategy
,
)
:
MethodReturnData
Parameters
$method
:
Cheerio
<
Element
>
$signature
:
Cheerio
<
Element
>
strategy
:
QueryStrategy
Returns
MethodReturnData
Protected
extract
Type
Parameters
extractTypeParameters
(
$method
:
Cheerio
<
Element
>
,
signature
:
string
,
)
:
Collection
<
string
,
MethodTypeParameterData
>
Parameters
$method
:
Cheerio
<
Element
>
signature
:
string
Returns
Collection
<
string
,
MethodTypeParameterData
>
scrape
scrape
(
$object
:
CheerioAPI
,
objectUrl
:
string
,
strategy
:
QueryStrategy
,
)
:
Collection
<
string
,
MethodData
<
null
>
>
Parameters
$object
:
CheerioAPI
objectUrl
:
string
strategy
:
QueryStrategy
Returns
Collection
<
string
,
MethodData
<
null
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Text
Type
Parameter
Methods
extract
Annotations
extract
Name
And
Description
extract
Parameters
extract
Returns
extract
Type
Parameters
scrape
javadocs-scraper typedoc - v1.0.0
Loading...
Scrapes the MethodDatas from an object wrapped in a CheerioAPI.