Class container for 'link' types.
| Parameter | Type | Description |
|---|---|---|
| href | undefined | |
| rel | undefined | |
| hrefLang | undefined | |
| title | undefined | |
| type | undefined |
| Parameter | Type | Description |
|---|---|---|
| name | undefined | |
| value | undefined |
Function to do construction of the link data from the DOM node containing it.
| Parameter | Type | Description |
|---|---|---|
| node | undefined | The DOM node to process for link data. |
Function to construct string form of the link tag, which is an XML structure.