public static function toXML(Copyright $copyright, \DOMDocument &$document)
    {
        $node = $document->createElement(self::$tagName);

        $node->setAttribute('author', $copyright->author);