Class: ReferencesHtmlScraperGateway

ReferencesHtmlScraperGateway()

new ReferencesHtmlScraperGateway()

Gateway for retrieving references via the content of the Page

Source:

Extends

Members

Properties:
Name Type Description
EXTERNAL_LINK_CLASS

a CSS class to place on external links in addition to the default 'external' class.

Source:

getReference

Return the matched reference via API or DOM query

Overrides:
Source:

Methods

getReferenceFromContainer(id, $container) → {jQuery.Promise}

Parameters:
Name Type Description
id string

ID of a DOM element in the page.

$container jQuery.Object

to scan for an element

Source:
Returns:

that can be used by getReference

Type
jQuery.Promise