Class container for 'Content' types. Such as summary, content, username, and so on types of data.
| Parameter | Type | Description |
|---|---|---|
| tagName | undefined | |
| value | undefined | |
| src | undefined | |
| type | undefined | |
| xmlLang | undefined |
| Parameter | Type | Description |
|---|---|---|
| name | undefined | |
| value | undefined |
Function to do construction of the Content data from the DOM node containing it.
| Parameter | Type | Description |
|---|---|---|
| node | DOMNode | The DOM node to process for content. |
Function to construct string form of the content tag, which is an XML structure.