Class container for 'person' types, such as Author, contributors, and so on.
| Parameter | Type | Description |
|---|---|---|
| personType | undefined | |
| name | undefined | |
| undefined | ||
| uri | undefined |
| Parameter | Type | Description |
|---|---|---|
| name | undefined | |
| value | undefined |
Function to do construction of the person data from the DOM node containing it.
| Parameter | Type | Description |
|---|---|---|
| node | undefined | The DOM node to process for person data. |
Function to construct string form of the Person tag, which is an XML structure.